Merge branch 'develop' of https://github.com/freesewing/freesewing into develop
This commit is contained in:
commit
11e29e1447
35 changed files with 252 additions and 302 deletions
36
CHANGELOG.md
36
CHANGELOG.md
|
@ -3,18 +3,54 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
### brian
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Make s3 options sticky to zero below 10% to avoid path split issues. Fixes [#2249](https://github.com/freesewing/freesewing/issues/2249)
|
||||
|
||||
### aaron
|
||||
|
||||
#### Added
|
||||
|
||||
- Support drafting for high bust
|
||||
|
||||
### charlie
|
||||
|
||||
#### Changed
|
||||
|
||||
- Renamed back pocket jet to back pocket welt
|
||||
|
||||
### hugo
|
||||
|
||||
#### Added
|
||||
|
||||
- Support drafting for high bust Closes [#802](https://github.com/freesewing/freesewing/issues/802)
|
||||
|
||||
### paco
|
||||
|
||||
#### Changed
|
||||
|
||||
- Fix hem allowance. Closes [#2350](https://github.com/freesewing/freesewing/issues/2350)
|
||||
|
||||
### simone
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Don't do a negative FBA from there's no need for an FBA Fixes [#2121](https://github.com/freesewing/freesewing/issues/2121)
|
||||
|
||||
### theo
|
||||
|
||||
#### Changed
|
||||
|
||||
- migrated `waistbandWidth` option from `mm` to snapped `pct` option
|
||||
|
||||
### wahid
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Prevent facing/lining overlap when shoulders get very narrow fixes [#2233](https://github.com/freesewing/freesewing/issues/2233)
|
||||
|
||||
|
||||
## 2.21.3 (2022-07-02)
|
||||
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3"
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -44,7 +44,8 @@
|
|||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-mirror": "^2.21.3"
|
||||
"@freesewing/plugin-mirror": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/plugin-mirror": "^2.21.3"
|
||||
"@freesewing/plugin-mirror": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"@freesewing/bent": "^2.21.3",
|
||||
"@freesewing/carlton": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3",
|
||||
"@freesewing/plugin-buttons": "^2.21.3",
|
||||
"@freesewing/plugin-mirror": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
|
|
|
@ -45,8 +45,8 @@
|
|||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/bent": "^2.21.3",
|
||||
"@freesewing/plugin-buttons": "^2.21.3",
|
||||
"@freesewing/plugin-mirror": "^2.21.3"
|
||||
"@freesewing/plugin-mirror": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3"
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3"
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3"
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/bent": "^2.21.3",
|
||||
"@freesewing/plugin-buttons": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3",
|
||||
"@freesewing/plugin-mirror": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
|
|
|
@ -15,15 +15,28 @@ export default {
|
|||
optionGroups: {
|
||||
type: ['dartPosition'],
|
||||
fit: ['chestEase', 'waistEase', 'bustSpanEase'],
|
||||
darts: ['backDartHeight', 'waistDartLength', 'shoulderDartPosition','upperDartLength','armholeDartPosition'],
|
||||
darts: [
|
||||
'backDartHeight',
|
||||
'waistDartLength',
|
||||
'shoulderDartPosition',
|
||||
'upperDartLength',
|
||||
'armholeDartPosition',
|
||||
],
|
||||
armhole: [
|
||||
'armholeDepth',
|
||||
'backArmholeSlant',
|
||||
'backArmholeCurvature',
|
||||
'frontArmholeCurvature',
|
||||
'frontArmholePitchDepth',
|
||||
'backArmholePitchDepth',
|
||||
],
|
||||
advanced: ['backNeckCutout', 'backHemSlope', 'frontShoulderWidth', 'highBustWidth', 'shoulderToShoulderEase'],
|
||||
advanced: [
|
||||
'backNeckCutout',
|
||||
'backHemSlope',
|
||||
'frontShoulderWidth',
|
||||
'highBustWidth',
|
||||
'shoulderToShoulderEase',
|
||||
],
|
||||
},
|
||||
measurements: [
|
||||
'chest',
|
||||
|
@ -34,14 +47,12 @@ export default {
|
|||
'hpsToWaistBack',
|
||||
'shoulderToShoulder',
|
||||
'shoulderSlope',
|
||||
// ],
|
||||
// optionalMeasurements: [
|
||||
'highBust',
|
||||
'underbust',
|
||||
'bustSpan',
|
||||
'hpsToBust',
|
||||
],
|
||||
hide: ['bellaFrontSideDart', 'bellaBack', 'backPoints', 'frontPoints',],
|
||||
hide: ['bellaFrontSideDart', 'bellaBack', 'backPoints', 'frontPoints'],
|
||||
inject: {
|
||||
...Bella.config.inject,
|
||||
backPoints: 'bellaBack',
|
||||
|
@ -59,16 +70,9 @@ export default {
|
|||
backOutside: 'backPoints',
|
||||
frontPoints: 'bellaBack',
|
||||
frontInside: 'frontPoints',
|
||||
frontOutside: ['frontPoints','frontInside'],
|
||||
frontOutside: ['frontPoints', 'frontInside'],
|
||||
},
|
||||
parts: [
|
||||
'backPoints',
|
||||
'backInside',
|
||||
'backOutside',
|
||||
'frontPoints',
|
||||
'frontInside',
|
||||
'frontOutside',
|
||||
],
|
||||
parts: ['backPoints', 'backInside', 'backOutside', 'frontPoints', 'frontInside', 'frontOutside'],
|
||||
options: {
|
||||
// Constants
|
||||
acrossBackFactor: 0.925,
|
||||
|
@ -79,6 +83,8 @@ export default {
|
|||
backDartLocation: 0.145,
|
||||
backCenterWaistReduction: 0.35,
|
||||
collarFactor: 0.19,
|
||||
bustDartCurve: 1,
|
||||
bustDartLength: 0.9,
|
||||
|
||||
// Percentages
|
||||
backNeckCutout: { pct: 6, min: 3, max: 9 },
|
||||
|
@ -97,13 +103,20 @@ export default {
|
|||
frontArmholePitchDepth: { pct: 29, max: 31, min: 27 },
|
||||
backArmholePitchDepth: { pct: 35, max: 40, min: 30 },
|
||||
highBustWidth: { pct: 86, max: 92, min: 80 },
|
||||
bustDartLength: { pct: 90, min: 75, max: 100 },
|
||||
waistDartLength: { pct: 90, min: 75, max: 95 },
|
||||
bustDartCurve: { pct: 100, min: 0, max: 100 },
|
||||
upperDartLength: { pct: 90, min: 80, max: 95 },
|
||||
dartPosition: { dflt: 'shoulder', list: ['shoulder','armhole'] },
|
||||
shoulderDartPosition: { pct: 50, min: 10, max: 90, hide: ({options}) => (options.dartPosition != 'shoulder') },
|
||||
armholeDartPosition: { pct: 50, min: 10, max: 90, hide: ({options}) => (options.dartPosition == 'shoulder') },
|
||||
}
|
||||
|
||||
dartPosition: { dflt: 'shoulder', list: ['shoulder', 'armhole'] },
|
||||
shoulderDartPosition: {
|
||||
pct: 50,
|
||||
min: 10,
|
||||
max: 90,
|
||||
hide: ({ options }) => options.dartPosition != 'shoulder',
|
||||
},
|
||||
armholeDartPosition: {
|
||||
pct: 50,
|
||||
min: 10,
|
||||
max: 90,
|
||||
hide: ({ options }) => options.dartPosition == 'shoulder',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-buttons": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3",
|
||||
"@freesewing/plugin-flip": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/simon": "^2.21.3",
|
||||
"@freesewing/plugin-buttons": "^2.21.3",
|
||||
"@freesewing/plugin-flip": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3"
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -42,7 +42,8 @@
|
|||
"peerDependencies": {
|
||||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3"
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -44,8 +44,7 @@
|
|||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-buttons": "^2.21.3",
|
||||
"@freesewing/plugin-round": "^2.21.3"
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"@freesewing/core": "^2.21.3",
|
||||
"@freesewing/plugin-bundle": "^2.21.3",
|
||||
"@freesewing/config-helpers": "^2.21.3",
|
||||
"@freesewing/brian": "^2.21.3"
|
||||
"@freesewing/brian": "^2.21.3",
|
||||
"@freesewing/plugin-bust": "^2.21.3"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart curve"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart curve** option controls the curvature of the bust dart. From straight to slightly curved.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: "Bust dart curve"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart curve** option controls the curvature of the bust dart.
|
||||
From straight to slightly curved.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart curve"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart curve** option controls the curvature of the bust dart. From straight to slightly curved.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart curve"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart curve** option controls the curvature of the bust dart. From straight to slightly curved.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart curve"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart curve** option controls the curvature of the bust dart. From straight to slightly curved.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart length"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart length** option controls the length of the bust dart. The maximum length brings the dart all the way to the bust apex.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
title: "Bust dart length"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart length** option controls the length of the bust dart.
|
||||
The maximum length brings the dart all the way to the bust apex.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart length"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart length** option controls the length of the bust dart. The maximum length brings the dart all the way to the bust apex.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart length"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart length** option controls the length of the bust dart. The maximum length brings the dart all the way to the bust apex.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: "Bust dart length"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **bust dart length** option controls the length of the bust dart. The maximum length brings the dart all the way to the bust apex.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Dart position"
|
||||
---
|
||||
|
||||
The **Dart position** option controls whether to create the princess seam at the shoulder or armhole.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Posición de la pinza"
|
||||
---
|
||||
|
||||
La opción de **posición de la pinza** controla si crear el corte princesa en el hombro o la sisa.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Dart position"
|
||||
---
|
||||
|
||||
The **Dart position** option controls whether to create the princess seam at the shoulder or armhole.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Dart position"
|
||||
---
|
||||
|
||||
The **Dart position** option controls whether to create the princess seam at the shoulder or armhole.
|
|
@ -19,7 +19,7 @@
|
|||
"major": "npm version major -m ':bookmark: v%s' && npm run build",
|
||||
"test": "SEND_TEST_EMAILS=0 ./node_modules/.bin/mocha tests/index.js",
|
||||
"testall": "SEND_TEST_EMAILS=1 ./node_modules/.bin/mocha tests/index.js",
|
||||
"testci": "babel-node --presets '@babel/preset-env' scripts/testci.js",
|
||||
"testci_IGNORE": "babel-node --presets '@babel/preset-env' scripts/testci.js",
|
||||
"clean": "rimraf dist",
|
||||
"prettier": "npx prettier --write 'src/**' 'tests/**'",
|
||||
"lint": "eslint --fix \"src/*.js\"",
|
||||
|
@ -75,7 +75,7 @@
|
|||
"mongoose": "^6.1.8",
|
||||
"mongoose-bcrypt": "^1.8.1",
|
||||
"mongoose-encryption": "^2.1.0",
|
||||
"nodemailer": "6.7.5",
|
||||
"nodemailer": "6.7.7",
|
||||
"passport": "0.6.0",
|
||||
"passport-jwt": "4.0.0",
|
||||
"query-string": "7.1.1",
|
||||
|
|
|
@ -18,9 +18,9 @@ const config = {
|
|||
webpack: (config, options) => {
|
||||
|
||||
// Aliases
|
||||
config.resolve.alias.shared = path.resolve('../freesewing.shared/')
|
||||
config.resolve.alias.shared = path.resolve('../shared/')
|
||||
config.resolve.alias.site = path.resolve(`.`)
|
||||
config.resolve.alias.pkgs = path.resolve(`../`)
|
||||
config.resolve.alias.pkgs = path.resolve(`../../packages/`)
|
||||
|
||||
// Suppress warnings about importing version from package.json
|
||||
// We'll deal with it in v3 of FreeSewing
|
||||
|
@ -30,7 +30,7 @@ const config = {
|
|||
|
||||
// This forces webpack to load the code from source, rather than compiled bundle
|
||||
for (const pkg of pkgs) {
|
||||
config.resolve.alias[`@freesewing/${pkg}$`] = path.resolve(`../${pkg}/src/index.js`)
|
||||
config.resolve.alias[`@freesewing/${pkg}$`] = path.resolve(`../../packages/${pkg}/src/index.js`)
|
||||
}
|
||||
|
||||
return config
|
||||
|
|
|
@ -51,6 +51,6 @@
|
|||
"devDependencies": {
|
||||
"@freesewing/prettier-config": "latest",
|
||||
"backpack-core": "^0.8.4",
|
||||
"nodemon": "2.0.18"
|
||||
"nodemon": "2.0.19"
|
||||
}
|
||||
}
|
||||
|
|
299
yarn.lock
299
yarn.lock
|
@ -1951,9 +1951,9 @@
|
|||
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
|
||||
|
||||
"@headlessui/react@^1.6.5":
|
||||
version "1.6.5"
|
||||
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.5.tgz#5587c537de809cf3146eb2ff263e5e940b1bf69c"
|
||||
integrity sha512-3VkKteDxlxf3fE0KbfO9t60KC1lM7YNpZggLpwzVNg1J/zwL+h+4N7MBlFDVpInZI3rKlZGpNx0PWsG/9c2vQg==
|
||||
version "1.6.6"
|
||||
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.6.6.tgz#3073c066b85535c9d28783da0a4d9288b5354d0c"
|
||||
integrity sha512-MFJtmj9Xh/hhBMhLccGbBoSk+sk61BlP6sJe4uQcVMtXZhCgGqd2GyIQzzmsdPdTEWGSF434CBi8mnhR6um46Q==
|
||||
|
||||
"@heroicons/react@^1.0.5":
|
||||
version "1.0.6"
|
||||
|
@ -3116,15 +3116,15 @@
|
|||
call-me-maybe "^1.0.1"
|
||||
glob-to-regexp "^0.3.0"
|
||||
|
||||
"@netlify/build@^27.3.1":
|
||||
version "27.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.3.1.tgz#39b0f909f59a40ba4695a9bd6ffe1586f68319ec"
|
||||
integrity sha512-7b1/mgZKRK4mDxA0GsaUHX/8bkzKSm1YufedOyZquq13WxMubrBqY55jsBBblT2SOd+PQgTq+/Nb/tgx12nU0Q==
|
||||
"@netlify/build@^27.3.2":
|
||||
version "27.3.3"
|
||||
resolved "https://registry.yarnpkg.com/@netlify/build/-/build-27.3.3.tgz#f79dc5993ece749d15625333f18791114137835c"
|
||||
integrity sha512-n7lGpd2gcUE7Iy12Du5UvWI4kuooSwnSG6yvhRk0egOSq7yRBmAkT8evnzAcjgfq2Ze0JNO/9x8epDKOCeDtbQ==
|
||||
dependencies:
|
||||
"@bugsnag/js" "^7.0.0"
|
||||
"@netlify/cache-utils" "^4.0.0"
|
||||
"@netlify/config" "^18.1.0"
|
||||
"@netlify/edge-bundler" "^1.4.1"
|
||||
"@netlify/config" "^18.1.1"
|
||||
"@netlify/edge-bundler" "^1.4.2"
|
||||
"@netlify/functions-utils" "^4.2.0"
|
||||
"@netlify/git-utils" "^4.0.0"
|
||||
"@netlify/plugins-list" "^6.29.0"
|
||||
|
@ -3190,10 +3190,10 @@
|
|||
path-exists "^4.0.0"
|
||||
readdirp "^3.4.0"
|
||||
|
||||
"@netlify/config@^18.1.0":
|
||||
version "18.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@netlify/config/-/config-18.1.0.tgz#4e328b8b667cdb47c2fac5dfc1c90a4e86ca245d"
|
||||
integrity sha512-l5CpXb3qM2fmduu3VnrlBNBZ1Xtwm0+ZLZCIUkDa3GFe3X2LLXN2TEttHP/KFSQg7LmRRYX154ReYcpH0QJNpA==
|
||||
"@netlify/config@^18.1.1":
|
||||
version "18.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@netlify/config/-/config-18.1.1.tgz#c5c5aad3154ba40ec67acb1a8aca1d5089de71ff"
|
||||
integrity sha512-w3rIWV72anBCnAb69rCTnuwkLHhZUgZPf9Gsr0Y5AIf/sWJ7cbxwo9cAewgfqVt7ZOFniiQD5ePOaZOawGdn8A==
|
||||
dependencies:
|
||||
chalk "^5.0.0"
|
||||
cron-parser "^4.1.0"
|
||||
|
@ -3220,10 +3220,10 @@
|
|||
validate-npm-package-name "^4.0.0"
|
||||
yargs "^17.3.1"
|
||||
|
||||
"@netlify/edge-bundler@^1.4.1":
|
||||
version "1.4.1"
|
||||
resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.4.1.tgz#2000715c5f5a0e7455c95a967b501aaad1f182c6"
|
||||
integrity sha512-sgahUAtGiOHGT/mznoxsLrUmKKq8pzEitS4i5CNHFbdPcY2wUnqHTiKGNLEl1VLtenyLRa6RAujjxRVpYE90mg==
|
||||
"@netlify/edge-bundler@^1.4.2", "@netlify/edge-bundler@^1.4.3":
|
||||
version "1.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@netlify/edge-bundler/-/edge-bundler-1.5.0.tgz#5efd099fedb03849a2320bffcd503ddcffd39db1"
|
||||
integrity sha512-vkF0cw1B8/AP6leqS9bsxL7HQ5Te/E+/sVDjJ5OHNHdDsKQFOn13wWSlMRaT0yX04f4QOjXxv0IMSlDfQjHLSQ==
|
||||
dependencies:
|
||||
common-path-prefix "^3.0.0"
|
||||
del "^6.0.0"
|
||||
|
@ -3480,7 +3480,7 @@
|
|||
resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.10.0.tgz#413bc76e86e4bf880921aa295958eb8afac042b1"
|
||||
integrity sha512-ZJF4nbLPfxsWrVgp2reCb23HMxsWl5+r+K0RtIhxcZ/RxbHVihRA9mwyzIcxPWrT5x9uAAxCr1aKGP7IdsDe+Q==
|
||||
|
||||
"@netlify/plugins-list@^6.28.0", "@netlify/plugins-list@^6.29.0":
|
||||
"@netlify/plugins-list@^6.29.0", "@netlify/plugins-list@^6.30.0":
|
||||
version "6.30.0"
|
||||
resolved "https://registry.yarnpkg.com/@netlify/plugins-list/-/plugins-list-6.30.0.tgz#089325b93a5890f72019bf8453c3d5a0504d06cd"
|
||||
integrity sha512-NF0G7rMl/FbCkZMDiihoDW70i96aF3fguHvuspucstM4ArAdMai5b3rEKSOO2SXTbmQHaAlQEpiYAPZsGwU7jg==
|
||||
|
@ -4048,14 +4048,14 @@
|
|||
resolve "^1.19.0"
|
||||
|
||||
"@rollup/plugin-node-resolve@^13.0.0":
|
||||
version "13.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.1.3.tgz#2ed277fb3ad98745424c1d2ba152484508a92d79"
|
||||
integrity sha512-BdxNk+LtmElRo5d06MGY4zoepyrXX1tkzX2hrnPEZ53k78GuOMWLqmJDGIIOPwVRIFZrLQOo+Yr6KtCuLIA0AQ==
|
||||
version "13.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz#da1c5c5ce8316cef96a2f823d111c1e4e498801c"
|
||||
integrity sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==
|
||||
dependencies:
|
||||
"@rollup/pluginutils" "^3.1.0"
|
||||
"@types/resolve" "1.17.1"
|
||||
builtin-modules "^3.1.0"
|
||||
deepmerge "^4.2.2"
|
||||
is-builtin-module "^3.1.0"
|
||||
is-module "^1.0.0"
|
||||
resolve "^1.19.0"
|
||||
|
||||
|
@ -9247,9 +9247,9 @@ d3-selection@3, d3-selection@^3.0.0:
|
|||
integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==
|
||||
|
||||
daisyui@^2.0.6:
|
||||
version "2.18.0"
|
||||
resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.18.0.tgz#02f5721520e1bee3071af05c9aad473f614a0047"
|
||||
integrity sha512-PIS+byC2r90VZV/9RUD2E3BsyzE0cj4PmFTDQqGd+4+hnVP5OB3DnjPBhjhfJwySErzpz0ZVOGRi/X9rWRhP5A==
|
||||
version "2.19.0"
|
||||
resolved "https://registry.yarnpkg.com/daisyui/-/daisyui-2.19.0.tgz#9d231c3fed093f095d439db457e8e4cb9dca2a17"
|
||||
integrity sha512-lLOz4cHm3xpm0AfdFojDFrhiDu4hZTdEbcVJri+KzQn1HvxmZS4STVujn8tV4RQXjchGdnIsXFqxd6F7rVZBiA==
|
||||
dependencies:
|
||||
color "^4.2"
|
||||
css-selector-tokenizer "^0.8.0"
|
||||
|
@ -10504,85 +10504,85 @@ es6-templates@^0.2.3:
|
|||
recast "~0.11.12"
|
||||
through "~2.3.6"
|
||||
|
||||
esbuild-android-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.47.tgz#ef95b42c67bcf4268c869153fa3ad1466c4cea6b"
|
||||
integrity sha512-R13Bd9+tqLVFndncMHssZrPWe6/0Kpv2/dt4aA69soX4PRxlzsVpCvoJeFE8sOEoeVEiBkI0myjlkDodXlHa0g==
|
||||
esbuild-android-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-android-64/-/esbuild-android-64-0.14.49.tgz#9e4682c36dcf6e7b71b73d2a3723a96e0fdc5054"
|
||||
integrity sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww==
|
||||
|
||||
esbuild-android-arm64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.47.tgz#4ebd7ce9fb250b4695faa3ee46fd3b0754ecd9e6"
|
||||
integrity sha512-OkwOjj7ts4lBp/TL6hdd8HftIzOy/pdtbrNA4+0oVWgGG64HrdVzAF5gxtJufAPOsEjkyh1oIYvKAUinKKQRSQ==
|
||||
esbuild-android-arm64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-android-arm64/-/esbuild-android-arm64-0.14.49.tgz#9861b1f7e57d1dd1f23eeef6198561c5f34b51f6"
|
||||
integrity sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g==
|
||||
|
||||
esbuild-darwin-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.47.tgz#e0da6c244f497192f951807f003f6a423ed23188"
|
||||
integrity sha512-R6oaW0y5/u6Eccti/TS6c/2c1xYTb1izwK3gajJwi4vIfNs1s8B1dQzI1UiC9T61YovOQVuePDcfqHLT3mUZJA==
|
||||
esbuild-darwin-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-darwin-64/-/esbuild-darwin-64-0.14.49.tgz#fd30a5ebe28704a3a117126c60f98096c067c8d1"
|
||||
integrity sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg==
|
||||
|
||||
esbuild-darwin-arm64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.47.tgz#cd40fd49a672fca581ed202834239dfe540a9028"
|
||||
integrity sha512-seCmearlQyvdvM/noz1L9+qblC5vcBrhUaOoLEDDoLInF/VQ9IkobGiLlyTPYP5dW1YD4LXhtBgOyevoIHGGnw==
|
||||
esbuild-darwin-arm64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.14.49.tgz#c04a3a57dad94a972c66a697a68a25aa25947f41"
|
||||
integrity sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A==
|
||||
|
||||
esbuild-freebsd-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.47.tgz#8da6a14c095b29c01fc8087a16cb7906debc2d67"
|
||||
integrity sha512-ZH8K2Q8/Ux5kXXvQMDsJcxvkIwut69KVrYQhza/ptkW50DC089bCVrJZZ3sKzIoOx+YPTrmsZvqeZERjyYrlvQ==
|
||||
esbuild-freebsd-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-freebsd-64/-/esbuild-freebsd-64-0.14.49.tgz#c404dbd66c98451395b1eef0fa38b73030a7be82"
|
||||
integrity sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ==
|
||||
|
||||
esbuild-freebsd-arm64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.47.tgz#ad31f9c92817ff8f33fd253af7ab5122dc1b83f6"
|
||||
integrity sha512-ZJMQAJQsIOhn3XTm7MPQfCzEu5b9STNC+s90zMWe2afy9EwnHV7Ov7ohEMv2lyWlc2pjqLW8QJnz2r0KZmeAEQ==
|
||||
esbuild-freebsd-arm64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.14.49.tgz#b62cec96138ebc5937240ce3e1b97902963ea74a"
|
||||
integrity sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA==
|
||||
|
||||
esbuild-linux-32@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.47.tgz#de085e4db2e692ea30c71208ccc23fdcf5196c58"
|
||||
integrity sha512-FxZOCKoEDPRYvq300lsWCTv1kcHgiiZfNrPtEhFAiqD7QZaXrad8LxyJ8fXGcWzIFzRiYZVtB3ttvITBvAFhKw==
|
||||
esbuild-linux-32@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-32/-/esbuild-linux-32-0.14.49.tgz#495b1cc011b8c64d8bbaf65509c1e7135eb9ddbf"
|
||||
integrity sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA==
|
||||
|
||||
esbuild-linux-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.47.tgz#2a9321bbccb01f01b04cebfcfccbabeba3658ba1"
|
||||
integrity sha512-nFNOk9vWVfvWYF9YNYksZptgQAdstnDCMtR6m42l5Wfugbzu11VpMCY9XrD4yFxvPo9zmzcoUL/88y0lfJZJJw==
|
||||
esbuild-linux-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-64/-/esbuild-linux-64-0.14.49.tgz#3f28dd8f986e6ff42f38888ee435a9b1fb916a56"
|
||||
integrity sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg==
|
||||
|
||||
esbuild-linux-arm64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.47.tgz#b9da7b6fc4b0ca7a13363a0c5b7bb927e4bc535a"
|
||||
integrity sha512-ywfme6HVrhWcevzmsufjd4iT3PxTfCX9HOdxA7Hd+/ZM23Y9nXeb+vG6AyA6jgq/JovkcqRHcL9XwRNpWG6XRw==
|
||||
esbuild-linux-arm64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-arm64/-/esbuild-linux-arm64-0.14.49.tgz#a52e99ae30246566dc5f33e835aa6ca98ef70e33"
|
||||
integrity sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA==
|
||||
|
||||
esbuild-linux-arm@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.47.tgz#56fec2a09b9561c337059d4af53625142aded853"
|
||||
integrity sha512-ZGE1Bqg/gPRXrBpgpvH81tQHpiaGxa8c9Rx/XOylkIl2ypLuOcawXEAo8ls+5DFCcRGt/o3sV+PzpAFZobOsmA==
|
||||
esbuild-linux-arm@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-arm/-/esbuild-linux-arm-0.14.49.tgz#7c33d05a64ec540cf7474834adaa57b3167bbe97"
|
||||
integrity sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg==
|
||||
|
||||
esbuild-linux-mips64le@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.47.tgz#9db21561f8f22ed79ef2aedb7bbef082b46cf823"
|
||||
integrity sha512-mg3D8YndZ1LvUiEdDYR3OsmeyAew4MA/dvaEJxvyygahWmpv1SlEEnhEZlhPokjsUMfRagzsEF/d/2XF+kTQGg==
|
||||
esbuild-linux-mips64le@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.14.49.tgz#ed062bd844b587be649443831eb84ba304685f25"
|
||||
integrity sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA==
|
||||
|
||||
esbuild-linux-ppc64le@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.47.tgz#dc3a3da321222b11e96e50efafec9d2de408198b"
|
||||
integrity sha512-WER+f3+szmnZiWoK6AsrTKGoJoErG2LlauSmk73LEZFQ/iWC+KhhDsOkn1xBUpzXWsxN9THmQFltLoaFEH8F8w==
|
||||
esbuild-linux-ppc64le@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.14.49.tgz#c0786fb5bddffd90c10a2078181513cbaf077958"
|
||||
integrity sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw==
|
||||
|
||||
esbuild-linux-riscv64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.47.tgz#9bd6dcd3dca6c0357084ecd06e1d2d4bf105335f"
|
||||
integrity sha512-1fI6bP3A3rvI9BsaaXbMoaOjLE3lVkJtLxsgLHqlBhLlBVY7UqffWBvkrX/9zfPhhVMd9ZRFiaqXnB1T7BsL2g==
|
||||
esbuild-linux-riscv64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.14.49.tgz#579b0e7cc6fce4bfc698e991a52503bb616bec49"
|
||||
integrity sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ==
|
||||
|
||||
esbuild-linux-s390x@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.47.tgz#a458af939b52f2cd32fc561410d441a51f69d41f"
|
||||
integrity sha512-eZrWzy0xFAhki1CWRGnhsHVz7IlSKX6yT2tj2Eg8lhAwlRE5E96Hsb0M1mPSE1dHGpt1QVwwVivXIAacF/G6mw==
|
||||
esbuild-linux-s390x@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-linux-s390x/-/esbuild-linux-s390x-0.14.49.tgz#09eb15c753e249a500b4e28d07c5eef7524a9740"
|
||||
integrity sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ==
|
||||
|
||||
esbuild-netbsd-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.47.tgz#6388e785d7e7e4420cb01348d7483ab511b16aa8"
|
||||
integrity sha512-Qjdjr+KQQVH5Q2Q1r6HBYswFTToPpss3gqCiSw2Fpq/ua8+eXSQyAMG+UvULPqXceOwpnPo4smyZyHdlkcPppQ==
|
||||
esbuild-netbsd-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-netbsd-64/-/esbuild-netbsd-64-0.14.49.tgz#f7337cd2bddb7cc9d100d19156f36c9ca117b58d"
|
||||
integrity sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ==
|
||||
|
||||
esbuild-openbsd-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.47.tgz#309af806db561aa886c445344d1aacab850dbdc5"
|
||||
integrity sha512-QpgN8ofL7B9z8g5zZqJE+eFvD1LehRlxr25PBkjyyasakm4599iroUpaj96rdqRlO2ShuyqwJdr+oNqWwTUmQw==
|
||||
esbuild-openbsd-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-openbsd-64/-/esbuild-openbsd-64-0.14.49.tgz#1f8bdc49f8a44396e73950a3fb6b39828563631d"
|
||||
integrity sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA==
|
||||
|
||||
esbuild-plugin-yaml@^0.0.1:
|
||||
version "0.0.1"
|
||||
|
@ -10592,51 +10592,51 @@ esbuild-plugin-yaml@^0.0.1:
|
|||
fs-extra "^9.1.0"
|
||||
js-yaml "^4.0.0"
|
||||
|
||||
esbuild-sunos-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.47.tgz#3f19612dcdb89ba6c65283a7ff6e16f8afbf8aaa"
|
||||
integrity sha512-uOeSgLUwukLioAJOiGYm3kNl+1wJjgJA8R671GYgcPgCx7QR73zfvYqXFFcIO93/nBdIbt5hd8RItqbbf3HtAQ==
|
||||
esbuild-sunos-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-sunos-64/-/esbuild-sunos-64-0.14.49.tgz#47d042739365b61aa8ca642adb69534a8eef9f7a"
|
||||
integrity sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw==
|
||||
|
||||
esbuild-windows-32@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.47.tgz#a92d279c8458d5dc319abcfeb30aa49e8f2e6f7f"
|
||||
integrity sha512-H0fWsLTp2WBfKLBgwYT4OTfFly4Im/8B5f3ojDv1Kx//kiubVY0IQunP2Koc/fr/0wI7hj3IiBDbSrmKlrNgLQ==
|
||||
esbuild-windows-32@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-windows-32/-/esbuild-windows-32-0.14.49.tgz#79198c88ec9bde163c18a6b430c34eab098ec21a"
|
||||
integrity sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA==
|
||||
|
||||
esbuild-windows-64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.47.tgz#2564c3fcf0c23d701edb71af8c52d3be4cec5f8a"
|
||||
integrity sha512-/Pk5jIEH34T68r8PweKRi77W49KwanZ8X6lr3vDAtOlH5EumPE4pBHqkCUdELanvsT14yMXLQ/C/8XPi1pAtkQ==
|
||||
esbuild-windows-64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.49.tgz#b36b230d18d1ee54008e08814c4799c7806e8c79"
|
||||
integrity sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw==
|
||||
|
||||
esbuild-windows-arm64@0.14.47:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.47.tgz#86d9db1a22d83360f726ac5fba41c2f625db6878"
|
||||
integrity sha512-HFSW2lnp62fl86/qPQlqw6asIwCnEsEoNIL1h2uVMgakddf+vUuMcCbtUY1i8sst7KkgHrVKCJQB33YhhOweCQ==
|
||||
esbuild-windows-arm64@0.14.49:
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild-windows-arm64/-/esbuild-windows-arm64-0.14.49.tgz#d83c03ff6436caf3262347cfa7e16b0a8049fae7"
|
||||
integrity sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA==
|
||||
|
||||
esbuild@^0.14.43:
|
||||
version "0.14.47"
|
||||
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.47.tgz#0d6415f6bd8eb9e73a58f7f9ae04c5276cda0e4d"
|
||||
integrity sha512-wI4ZiIfFxpkuxB8ju4MHrGwGLyp1+awEHAHVpx6w7a+1pmYIq8T9FGEVVwFo0iFierDoMj++Xq69GXWYn2EiwA==
|
||||
version "0.14.49"
|
||||
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.49.tgz#b82834760eba2ddc17b44f05cfcc0aaca2bae492"
|
||||
integrity sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw==
|
||||
optionalDependencies:
|
||||
esbuild-android-64 "0.14.47"
|
||||
esbuild-android-arm64 "0.14.47"
|
||||
esbuild-darwin-64 "0.14.47"
|
||||
esbuild-darwin-arm64 "0.14.47"
|
||||
esbuild-freebsd-64 "0.14.47"
|
||||
esbuild-freebsd-arm64 "0.14.47"
|
||||
esbuild-linux-32 "0.14.47"
|
||||
esbuild-linux-64 "0.14.47"
|
||||
esbuild-linux-arm "0.14.47"
|
||||
esbuild-linux-arm64 "0.14.47"
|
||||
esbuild-linux-mips64le "0.14.47"
|
||||
esbuild-linux-ppc64le "0.14.47"
|
||||
esbuild-linux-riscv64 "0.14.47"
|
||||
esbuild-linux-s390x "0.14.47"
|
||||
esbuild-netbsd-64 "0.14.47"
|
||||
esbuild-openbsd-64 "0.14.47"
|
||||
esbuild-sunos-64 "0.14.47"
|
||||
esbuild-windows-32 "0.14.47"
|
||||
esbuild-windows-64 "0.14.47"
|
||||
esbuild-windows-arm64 "0.14.47"
|
||||
esbuild-android-64 "0.14.49"
|
||||
esbuild-android-arm64 "0.14.49"
|
||||
esbuild-darwin-64 "0.14.49"
|
||||
esbuild-darwin-arm64 "0.14.49"
|
||||
esbuild-freebsd-64 "0.14.49"
|
||||
esbuild-freebsd-arm64 "0.14.49"
|
||||
esbuild-linux-32 "0.14.49"
|
||||
esbuild-linux-64 "0.14.49"
|
||||
esbuild-linux-arm "0.14.49"
|
||||
esbuild-linux-arm64 "0.14.49"
|
||||
esbuild-linux-mips64le "0.14.49"
|
||||
esbuild-linux-ppc64le "0.14.49"
|
||||
esbuild-linux-riscv64 "0.14.49"
|
||||
esbuild-linux-s390x "0.14.49"
|
||||
esbuild-netbsd-64 "0.14.49"
|
||||
esbuild-openbsd-64 "0.14.49"
|
||||
esbuild-sunos-64 "0.14.49"
|
||||
esbuild-windows-32 "0.14.49"
|
||||
esbuild-windows-64 "0.14.49"
|
||||
esbuild-windows-arm64 "0.14.49"
|
||||
|
||||
escalade@^3.1.1:
|
||||
version "3.1.1"
|
||||
|
@ -18527,16 +18527,16 @@ nested-error-stacks@^2.0.0, nested-error-stacks@^2.1.0:
|
|||
integrity sha512-AO81vsIO1k1sM4Zrd6Hu7regmJN1NSiAja10gc4bX3F0wd+9rQmcuHQaHVQCYIEC8iFXnE+mavh23GOt7wBgug==
|
||||
|
||||
netlify-cli@^10.3.3:
|
||||
version "10.6.3"
|
||||
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.6.3.tgz#6fc6ca65cd5774a0e9be1920c9414a723a396266"
|
||||
integrity sha512-dbWeFveBikO3d/tYVF/TO9QX5XBHCYdcN0fplI++TeP+mLAI/HxSXHFZIz5xKTU37dblZd5PkF4DySjtqodAmw==
|
||||
version "10.7.1"
|
||||
resolved "https://registry.yarnpkg.com/netlify-cli/-/netlify-cli-10.7.1.tgz#1c422909d86a7645eeec1a5f936942e295e5dad8"
|
||||
integrity sha512-SQnfN3HKvrAW4UobTvVpG5Iq4uwWK5bEszYBC1Rbft29FIIQhgtN9Im/ykM1dzk7HubzC8cFeUkEWET3rv15zQ==
|
||||
dependencies:
|
||||
"@netlify/build" "^27.3.1"
|
||||
"@netlify/config" "^18.1.0"
|
||||
"@netlify/edge-bundler" "^1.4.1"
|
||||
"@netlify/build" "^27.3.2"
|
||||
"@netlify/config" "^18.1.1"
|
||||
"@netlify/edge-bundler" "^1.4.3"
|
||||
"@netlify/framework-info" "^9.1.0"
|
||||
"@netlify/local-functions-proxy" "^1.1.1"
|
||||
"@netlify/plugins-list" "^6.28.0"
|
||||
"@netlify/plugins-list" "^6.30.0"
|
||||
"@netlify/zip-it-and-ship-it" "^5.11.1"
|
||||
"@octokit/rest" "^18.0.0"
|
||||
"@sindresorhus/slugify" "^1.1.0"
|
||||
|
@ -19012,15 +19012,15 @@ nodemailer-shared@1.1.0:
|
|||
dependencies:
|
||||
nodemailer-fetch "1.6.0"
|
||||
|
||||
nodemailer@6.7.5:
|
||||
version "6.7.5"
|
||||
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.5.tgz#b30b1566f5fa2249f7bd49ced4c58bec6b25915e"
|
||||
integrity sha512-6VtMpwhsrixq1HDYSBBHvW0GwiWawE75dS3oal48VqRhUvKJNnKnJo2RI/bCVQubj1vgrgscMNW4DHaD6xtMCg==
|
||||
nodemailer@6.7.7:
|
||||
version "6.7.7"
|
||||
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.7.7.tgz#e522fbd7507b81c51446d3f79c4603bf00083ddd"
|
||||
integrity sha512-pOLC/s+2I1EXuSqO5Wa34i3kXZG3gugDssH+ZNCevHad65tc8vQlCQpOLaUjopvkRQKm2Cki2aME7fEOPRy3bA==
|
||||
|
||||
nodemon@2.0.18:
|
||||
version "2.0.18"
|
||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.18.tgz#0f5a3aa7b4587f2626e6f01369deba89cb0462a2"
|
||||
integrity sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==
|
||||
nodemon@2.0.19:
|
||||
version "2.0.19"
|
||||
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.19.tgz#cac175f74b9cb8b57e770d47841995eebe4488bd"
|
||||
integrity sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A==
|
||||
dependencies:
|
||||
chokidar "^3.5.2"
|
||||
debug "^3.2.7"
|
||||
|
@ -19028,10 +19028,10 @@ nodemon@2.0.18:
|
|||
minimatch "^3.0.4"
|
||||
pstree.remy "^1.1.8"
|
||||
semver "^5.7.1"
|
||||
simple-update-notifier "^1.0.7"
|
||||
supports-color "^5.5.0"
|
||||
touch "^3.1.0"
|
||||
undefsafe "^2.0.5"
|
||||
update-notifier "^5.1.0"
|
||||
|
||||
nodemon@^1.19.1:
|
||||
version "1.19.4"
|
||||
|
@ -24133,7 +24133,7 @@ semver@5.4.1:
|
|||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
|
||||
integrity sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==
|
||||
|
||||
semver@7.0.0:
|
||||
semver@7.0.0, semver@~7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
||||
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
||||
|
@ -24452,6 +24452,13 @@ simple-swizzle@^0.2.2:
|
|||
dependencies:
|
||||
is-arrayish "^0.3.1"
|
||||
|
||||
simple-update-notifier@^1.0.7:
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/simple-update-notifier/-/simple-update-notifier-1.0.7.tgz#7edf75c5bdd04f88828d632f762b2bc32996a9cc"
|
||||
integrity sha512-BBKgR84BJQJm6WjWFMHgLVuo61FBDSj1z/xSFUIozqO6wO7ii0JxCqlIud7Enr/+LhlbNI0whErq96P2qHNWew==
|
||||
dependencies:
|
||||
semver "~7.0.0"
|
||||
|
||||
sisteransi@^1.0.5:
|
||||
version "1.0.5"
|
||||
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
|
||||
|
@ -27266,7 +27273,7 @@ update-notifier@^2.5.0:
|
|||
semver-diff "^2.0.0"
|
||||
xdg-basedir "^3.0.0"
|
||||
|
||||
update-notifier@^5.0.0, update-notifier@^5.1.0:
|
||||
update-notifier@^5.0.0:
|
||||
version "5.1.0"
|
||||
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9"
|
||||
integrity sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue