⬆️ Update dependencies to latest

This commit is contained in:
Alexandre Mouton-Brady
2022-01-26 20:46:57 +01:00
parent 1543ec0c52
commit 1b9295413b
18 changed files with 156 additions and 140 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4"
"vite-plugin-solid": "^2.2.5"
},
"dependencies": {
"solid-js": "^1.3.3"
+18 -16
View File
@@ -3,14 +3,14 @@ lockfileVersion: 5.3
specifiers:
solid-js: ^1.3.3
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
dependencies:
solid-js: 1.3.3
devDependencies:
vite: 2.7.13
vite-plugin-solid: 2.2.4
vite-plugin-solid: 2.2.5
packages:
@@ -352,15 +352,15 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001301
electron-to-chromium: 1.4.52
caniuse-lite: 1.0.30001302
electron-to-chromium: 1.4.53
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: true
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
/caniuse-lite/1.0.30001302:
resolution: {integrity: sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==}
dev: true
/chalk/2.4.2:
@@ -400,8 +400,8 @@ packages:
ms: 2.1.2
dev: true
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
/electron-to-chromium/1.4.53:
resolution: {integrity: sha512-rFveSKQczlcav+H3zkKqykU6ANseFwXwkl855jOIap5/0gnEcuIhv2ecz6aoTrXavF6I/CEBeRnBnkB51k06ew==}
dev: true
/esbuild-android-arm64/0.13.15:
@@ -618,8 +618,9 @@ packages:
has: 1.0.3
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/js-tokens/4.0.0:
@@ -640,10 +641,11 @@ packages:
minimist: 1.2.5
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -753,13 +755,13 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.2.4:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13
+1 -1
View File
@@ -6,7 +6,7 @@
},
"devDependencies": {
"husky": "^7.0.4",
"lint-staged": "^12.3.1",
"lint-staged": "^12.3.2",
"prettier": "^2.5.1"
},
"lint-staged": {
+4 -4
View File
@@ -2,12 +2,12 @@ lockfileVersion: 5.3
specifiers:
husky: ^7.0.4
lint-staged: ^12.3.1
lint-staged: ^12.3.2
prettier: ^2.5.1
devDependencies:
husky: 7.0.4
lint-staged: 12.3.1
lint-staged: 12.3.2
prettier: 2.5.1
packages:
@@ -215,8 +215,8 @@ packages:
engines: {node: '>=10'}
dev: true
/lint-staged/12.3.1:
resolution: {integrity: sha512-Ocht/eT+4/siWOZDJpNUKcKX2UeWW/pDbohJ4gRsrafAjBi79JK8kiNVk2ciIVNKdw0Q4ABptl2nr6uQAlRImw==}
/lint-staged/12.3.2:
resolution: {integrity: sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true
dependencies:
+1 -1
View File
@@ -12,7 +12,7 @@
"sass": "^1.49.0",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4"
"vite-plugin-solid": "^2.2.5"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
+18 -16
View File
@@ -7,7 +7,7 @@ specifiers:
solid-js: ^1.3.3
typescript: ^4.5.5
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
dependencies:
'@popperjs/core': 2.11.2
@@ -18,7 +18,7 @@ devDependencies:
sass: 1.49.0
typescript: 4.5.5
vite: 2.7.13_sass@1.49.0
vite-plugin-solid: 2.2.4_sass@1.49.0
vite-plugin-solid: 2.2.5_sass@1.49.0
packages:
@@ -392,15 +392,15 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001301
electron-to-chromium: 1.4.52
caniuse-lite: 1.0.30001302
electron-to-chromium: 1.4.53
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: true
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
/caniuse-lite/1.0.30001302:
resolution: {integrity: sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==}
dev: true
/chalk/2.4.2:
@@ -455,8 +455,8 @@ packages:
ms: 2.1.2
dev: true
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
/electron-to-chromium/1.4.53:
resolution: {integrity: sha512-rFveSKQczlcav+H3zkKqykU6ANseFwXwkl855jOIap5/0gnEcuIhv2ecz6aoTrXavF6I/CEBeRnBnkB51k06ew==}
dev: true
/esbuild-android-arm64/0.13.15:
@@ -715,8 +715,9 @@ packages:
engines: {node: '>=0.12.0'}
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/js-tokens/4.0.0:
@@ -737,10 +738,11 @@ packages:
minimist: 1.2.5
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -890,13 +892,13 @@ packages:
hasBin: true
dev: true
/vite-plugin-solid/2.2.4_sass@1.49.0:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5_sass@1.49.0:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13_sass@1.49.0
+1 -1
View File
@@ -11,7 +11,7 @@
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4"
"vite-plugin-solid": "^2.2.5"
},
"dependencies": {
"solid-js": "^1.3.3"
+18 -16
View File
@@ -4,7 +4,7 @@ specifiers:
solid-js: ^1.3.3
typescript: ^4.5.5
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
dependencies:
solid-js: 1.3.3
@@ -12,7 +12,7 @@ dependencies:
devDependencies:
typescript: 4.5.5
vite: 2.7.13
vite-plugin-solid: 2.2.4
vite-plugin-solid: 2.2.5
packages:
@@ -354,15 +354,15 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001301
electron-to-chromium: 1.4.52
caniuse-lite: 1.0.30001302
electron-to-chromium: 1.4.53
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: true
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
/caniuse-lite/1.0.30001302:
resolution: {integrity: sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==}
dev: true
/chalk/2.4.2:
@@ -402,8 +402,8 @@ packages:
ms: 2.1.2
dev: true
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
/electron-to-chromium/1.4.53:
resolution: {integrity: sha512-rFveSKQczlcav+H3zkKqykU6ANseFwXwkl855jOIap5/0gnEcuIhv2ecz6aoTrXavF6I/CEBeRnBnkB51k06ew==}
dev: true
/esbuild-android-arm64/0.13.15:
@@ -620,8 +620,9 @@ packages:
has: 1.0.3
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/js-tokens/4.0.0:
@@ -642,10 +643,11 @@ packages:
minimist: 1.2.5
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -761,13 +763,13 @@ packages:
hasBin: true
dev: true
/vite-plugin-solid/2.2.4:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13
+1 -1
View File
@@ -10,7 +10,7 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4",
"vite-plugin-solid": "^2.2.5",
"vite-plugin-windicss": "^1.6.3"
},
"dependencies": {
+18 -16
View File
@@ -4,7 +4,7 @@ specifiers:
solid-app-router: ^0.2.1
solid-js: ^1.3.3
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
vite-plugin-windicss: ^1.6.3
dependencies:
@@ -13,7 +13,7 @@ dependencies:
devDependencies:
vite: 2.7.13
vite-plugin-solid: 2.2.4
vite-plugin-solid: 2.2.5
vite-plugin-windicss: 1.6.3_vite@2.7.13
packages:
@@ -418,15 +418,15 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001301
electron-to-chromium: 1.4.52
caniuse-lite: 1.0.30001302
electron-to-chromium: 1.4.53
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: true
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
/caniuse-lite/1.0.30001302:
resolution: {integrity: sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==}
dev: true
/chalk/2.4.2:
@@ -466,8 +466,8 @@ packages:
ms: 2.1.2
dev: true
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
/electron-to-chromium/1.4.53:
resolution: {integrity: sha512-rFveSKQczlcav+H3zkKqykU6ANseFwXwkl855jOIap5/0gnEcuIhv2ecz6aoTrXavF6I/CEBeRnBnkB51k06ew==}
dev: true
/esbuild-android-arm64/0.13.15:
@@ -732,8 +732,9 @@ packages:
engines: {node: '>=0.12.0'}
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/jiti/1.12.9:
@@ -769,10 +770,11 @@ packages:
sourcemap-codec: 1.4.8
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -934,13 +936,13 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.2.4:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13
+1 -1
View File
@@ -12,7 +12,7 @@
"sass": "^1.49.0",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4"
"vite-plugin-solid": "^2.2.5"
},
"dependencies": {
"solid-js": "^1.3.3"
+18 -16
View File
@@ -5,7 +5,7 @@ specifiers:
solid-js: ^1.3.3
typescript: ^4.5.5
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
dependencies:
solid-js: 1.3.3
@@ -14,7 +14,7 @@ devDependencies:
sass: 1.49.0
typescript: 4.5.5
vite: 2.7.13_sass@1.49.0
vite-plugin-solid: 2.2.4_sass@1.49.0
vite-plugin-solid: 2.2.5_sass@1.49.0
packages:
@@ -376,15 +376,15 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001301
electron-to-chromium: 1.4.52
caniuse-lite: 1.0.30001302
electron-to-chromium: 1.4.53
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: true
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
/caniuse-lite/1.0.30001302:
resolution: {integrity: sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==}
dev: true
/chalk/2.4.2:
@@ -439,8 +439,8 @@ packages:
ms: 2.1.2
dev: true
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
/electron-to-chromium/1.4.53:
resolution: {integrity: sha512-rFveSKQczlcav+H3zkKqykU6ANseFwXwkl855jOIap5/0gnEcuIhv2ecz6aoTrXavF6I/CEBeRnBnkB51k06ew==}
dev: true
/esbuild-android-arm64/0.13.15:
@@ -699,8 +699,9 @@ packages:
engines: {node: '>=0.12.0'}
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/js-tokens/4.0.0:
@@ -721,10 +722,11 @@ packages:
minimist: 1.2.5
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -874,13 +876,13 @@ packages:
hasBin: true
dev: true
/vite-plugin-solid/2.2.4_sass@1.49.0:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5_sass@1.49.0:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13_sass@1.49.0
+2 -2
View File
@@ -11,10 +11,10 @@
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.16",
"tailwindcss": "^3.0.17",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4"
"vite-plugin-solid": "^2.2.5"
},
"dependencies": {
"solid-js": "^1.3.3"
+16 -14
View File
@@ -4,10 +4,10 @@ specifiers:
autoprefixer: ^10.4.2
postcss: ^8.4.5
solid-js: ^1.3.3
tailwindcss: ^3.0.16
tailwindcss: ^3.0.17
typescript: ^4.5.5
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
dependencies:
solid-js: 1.3.3
@@ -15,10 +15,10 @@ dependencies:
devDependencies:
autoprefixer: 10.4.2_postcss@8.4.5
postcss: 8.4.5
tailwindcss: 3.0.16_ef48b3b8837f8a23677bffe8f9cd866d
tailwindcss: 3.0.17_ef48b3b8837f8a23677bffe8f9cd866d
typescript: 4.5.5
vite: 2.7.13
vite-plugin-solid: 2.2.4
vite-plugin-solid: 2.2.5
packages:
@@ -889,8 +889,9 @@ packages:
engines: {node: '>=0.12.0'}
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/js-tokens/4.0.0:
@@ -924,10 +925,11 @@ packages:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -1167,8 +1169,8 @@ packages:
engines: {node: '>= 0.4'}
dev: true
/tailwindcss/3.0.16_ef48b3b8837f8a23677bffe8f9cd866d:
resolution: {integrity: sha512-1L8E5Wr+o1c4kxxObNz2owJe94a7BLEMV+2Lz6wzprJdcs3ENSRR9t4OZf2OqtRNS/q/zFPuOKoLtQoy3Lrhhw==}
/tailwindcss/3.0.17_ef48b3b8837f8a23677bffe8f9cd866d:
resolution: {integrity: sha512-OiHUsmOKQQEg/ocXaLIjk/kOz8EK2jF6iPuc1bQ4NsmhYl7sk70UDsGV02AJvBAAiJhinPCkDR8egT9qY+ulCw==}
engines: {node: '>=12.13.0'}
hasBin: true
peerDependencies:
@@ -1227,13 +1229,13 @@ packages:
resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
dev: true
/vite-plugin-solid/2.2.4:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13
+1 -1
View File
@@ -11,7 +11,7 @@
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4",
"vite-plugin-solid": "^2.2.5",
"vite-plugin-windicss": "^1.6.3"
},
"dependencies": {
+18 -16
View File
@@ -4,7 +4,7 @@ specifiers:
solid-js: ^1.3.3
typescript: ^4.5.5
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
vite-plugin-windicss: ^1.6.3
dependencies:
@@ -13,7 +13,7 @@ dependencies:
devDependencies:
typescript: 4.5.5
vite: 2.7.13
vite-plugin-solid: 2.2.4
vite-plugin-solid: 2.2.5
vite-plugin-windicss: 1.6.3_vite@2.7.13
packages:
@@ -418,15 +418,15 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001301
electron-to-chromium: 1.4.52
caniuse-lite: 1.0.30001302
electron-to-chromium: 1.4.53
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: true
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
/caniuse-lite/1.0.30001302:
resolution: {integrity: sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==}
dev: true
/chalk/2.4.2:
@@ -466,8 +466,8 @@ packages:
ms: 2.1.2
dev: true
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
/electron-to-chromium/1.4.53:
resolution: {integrity: sha512-rFveSKQczlcav+H3zkKqykU6ANseFwXwkl855jOIap5/0gnEcuIhv2ecz6aoTrXavF6I/CEBeRnBnkB51k06ew==}
dev: true
/esbuild-android-arm64/0.13.15:
@@ -732,8 +732,9 @@ packages:
engines: {node: '>=0.12.0'}
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/jiti/1.12.9:
@@ -769,10 +770,11 @@ packages:
sourcemap-codec: 1.4.8
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -932,13 +934,13 @@ packages:
hasBin: true
dev: true
/vite-plugin-solid/2.2.4:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13
+1 -1
View File
@@ -12,7 +12,7 @@
"devDependencies": {
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-solid": "^2.2.4"
"vite-plugin-solid": "^2.2.5"
},
"dependencies": {
"solid-js": "^1.3.3"
+18 -16
View File
@@ -4,7 +4,7 @@ specifiers:
solid-js: ^1.3.3
typescript: ^4.5.5
vite: ^2.7.13
vite-plugin-solid: ^2.2.4
vite-plugin-solid: ^2.2.5
dependencies:
solid-js: 1.3.3
@@ -12,7 +12,7 @@ dependencies:
devDependencies:
typescript: 4.5.5
vite: 2.7.13
vite-plugin-solid: 2.2.4
vite-plugin-solid: 2.2.5
packages:
@@ -354,15 +354,15 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true
dependencies:
caniuse-lite: 1.0.30001301
electron-to-chromium: 1.4.52
caniuse-lite: 1.0.30001302
electron-to-chromium: 1.4.53
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: true
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
/caniuse-lite/1.0.30001302:
resolution: {integrity: sha512-YYTMO+tfwvgUN+1ZnRViE53Ma1S/oETg+J2lISsqi/ZTNThj3ZYBOKP2rHwJc37oCsPqAzJ3w2puZHn0xlLPPw==}
dev: true
/chalk/2.4.2:
@@ -402,8 +402,8 @@ packages:
ms: 2.1.2
dev: true
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
/electron-to-chromium/1.4.53:
resolution: {integrity: sha512-rFveSKQczlcav+H3zkKqykU6ANseFwXwkl855jOIap5/0gnEcuIhv2ecz6aoTrXavF6I/CEBeRnBnkB51k06ew==}
dev: true
/esbuild-android-arm64/0.13.15:
@@ -620,8 +620,9 @@ packages:
has: 1.0.3
dev: true
/is-what/3.14.1:
resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==}
/is-what/4.1.7:
resolution: {integrity: sha512-DBVOQNiPKnGMxRMLIYSwERAS5MVY1B7xYiGnpgctsOFvVDz9f9PFXXxMcTOHuoqYp4NK9qFYQaIC1NRRxLMpBQ==}
engines: {node: '>=12.13'}
dev: true
/js-tokens/4.0.0:
@@ -642,10 +643,11 @@ packages:
minimist: 1.2.5
dev: true
/merge-anything/4.0.2:
resolution: {integrity: sha512-YxLHKgX8jN5xfKIxcwVNzQ2HpS0r9eUSqifgGhVARoZEW31Jwu95OQzX7qlFPBPQdCmNBhCYaqJzOcwAKi2Elg==}
/merge-anything/5.0.2:
resolution: {integrity: sha512-POPQBWkBC0vxdgzRJ2Mkj4+2NTKbvkHo93ih+jGDhNMLzIw+rYKjO7949hOQM2X7DxMHH1uoUkwWFLIzImw7gA==}
engines: {node: '>=12.13'}
dependencies:
is-what: 3.14.1
is-what: 4.1.7
ts-toolbelt: 9.6.0
dev: true
@@ -761,13 +763,13 @@ packages:
hasBin: true
dev: true
/vite-plugin-solid/2.2.4:
resolution: {integrity: sha512-JMYc8SOZFnAU30x7UzFnMpNG+x92WOaKHwnKYg0LZPrLJGvE2k1Xh01GtvAG5cdqZTjpczCCpKtsEjz1t4JtgQ==}
/vite-plugin-solid/2.2.5:
resolution: {integrity: sha512-SJkXdVnrPnhAWzs8Vi/+9oViUfx6TiQo8y1FFlDiyUdZR4nxTyGmRzz4xx+CC75GJL3hgDWac/zYA6sYq8SQAg==}
dependencies:
'@babel/core': 7.16.12
'@babel/preset-typescript': 7.16.7_@babel+core@7.16.12
babel-preset-solid: 1.3.2_@babel+core@7.16.12
merge-anything: 4.0.2
merge-anything: 5.0.2
solid-js: 1.3.3
solid-refresh: 0.4.0_solid-js@1.3.3
vite: 2.7.13