⬆️ Update dependencies

This commit is contained in:
Alexandre Mouton-Brady
2021-12-10 22:00:33 +01:00
parent c3803db366
commit 4301ed4c58
14 changed files with 81 additions and 81 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-solid": "^2.1.3" "vite-plugin-solid": "^2.1.4"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.2.6" "solid-js": "^1.2.6"
+7 -7
View File
@@ -3,14 +3,14 @@ lockfileVersion: 5.3
specifiers: specifiers:
solid-js: ^1.2.6 solid-js: ^1.2.6
vite: ^2.7.1 vite: ^2.7.1
vite-plugin-solid: ^2.1.3 vite-plugin-solid: ^2.1.4
dependencies: dependencies:
solid-js: 1.2.6 solid-js: 1.2.6
devDependencies: devDependencies:
vite: 2.7.1 vite: 2.7.1
vite-plugin-solid: 2.1.3 vite-plugin-solid: 2.1.4
packages: packages:
@@ -336,7 +336,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001286 caniuse-lite: 1.0.30001286
electron-to-chromium: 1.4.14 electron-to-chromium: 1.4.16
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.1 node-releases: 2.0.1
picocolors: 1.0.0 picocolors: 1.0.0
@@ -383,8 +383,8 @@ packages:
ms: 2.1.2 ms: 2.1.2
dev: true dev: true
/electron-to-chromium/1.4.14: /electron-to-chromium/1.4.16:
resolution: {integrity: sha512-RsGkAN9JEAYMObS72kzUsPPcPGMqX1rBqGuXi9aa4TBKLzICoLf+DAAtd0fVFzrniJqYzpby47gthCUoObfs0Q==} resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
dev: true dev: true
/esbuild-android-arm64/0.13.15: /esbuild-android-arm64/0.13.15:
@@ -729,8 +729,8 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true dev: true
/vite-plugin-solid/2.1.3: /vite-plugin-solid/2.1.4:
resolution: {integrity: sha512-OhF90fQ9NwMBlhug1ESrO0n55OPV4LEgkE4WFiC6Z2+DGfb2k9GnQPDjVhZzybjTCfqeOW8gi2Go3U43wsSQdA==} resolution: {integrity: sha512-lhEPlDf4PB+KKu5ExaT3zaENqC8shpJ4H74a2R0qbr1MCiFvhE/AooWvIlclpHzBtDK6MmUKv25qSFoSC1EaXQ==}
dependencies: dependencies:
'@babel/core': 7.16.0 '@babel/core': 7.16.0
'@babel/preset-typescript': 7.16.0_@[email protected] '@babel/preset-typescript': 7.16.0_@[email protected]
+2 -2
View File
@@ -10,9 +10,9 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"sass": "^1.44.0", "sass": "^1.44.0",
"typescript": "^4.4.3", "typescript": "^4.5.3",
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-solid": "^2.1.3" "vite-plugin-solid": "^2.1.4"
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.0", "@popperjs/core": "^2.11.0",
+11 -11
View File
@@ -5,9 +5,9 @@ specifiers:
bootstrap: ^5.1.3 bootstrap: ^5.1.3
sass: ^1.44.0 sass: ^1.44.0
solid-js: ^1.2.6 solid-js: ^1.2.6
typescript: ^4.4.3 typescript: ^4.5.3
vite: ^2.7.1 vite: ^2.7.1
vite-plugin-solid: ^2.1.3 vite-plugin-solid: ^2.1.4
dependencies: dependencies:
'@popperjs/core': 2.11.0 '@popperjs/core': 2.11.0
@@ -16,9 +16,9 @@ dependencies:
devDependencies: devDependencies:
sass: 1.44.0 sass: 1.44.0
typescript: 4.5.2 typescript: 4.5.3
vite: 2.7[email protected] vite: 2.7[email protected]
vite-plugin-solid: 2.1.3[email protected] vite-plugin-solid: 2.1.4[email protected]
packages: packages:
@@ -376,7 +376,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001286 caniuse-lite: 1.0.30001286
electron-to-chromium: 1.4.14 electron-to-chromium: 1.4.16
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.1 node-releases: 2.0.1
picocolors: 1.0.0 picocolors: 1.0.0
@@ -438,8 +438,8 @@ packages:
ms: 2.1.2 ms: 2.1.2
dev: true dev: true
/electron-to-chromium/1.4.14: /electron-to-chromium/1.4.16:
resolution: {integrity: sha512-RsGkAN9JEAYMObS72kzUsPPcPGMqX1rBqGuXi9aa4TBKLzICoLf+DAAtd0fVFzrniJqYzpby47gthCUoObfs0Q==} resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
dev: true dev: true
/esbuild-android-arm64/0.13.15: /esbuild-android-arm64/0.13.15:
@@ -859,14 +859,14 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true dev: true
/typescript/4.5.2: /typescript/4.5.3:
resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==}
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
dev: true dev: true
/vite-plugin-solid/2.1.3[email protected]: /vite-plugin-solid/2.1.4[email protected]:
resolution: {integrity: sha512-OhF90fQ9NwMBlhug1ESrO0n55OPV4LEgkE4WFiC6Z2+DGfb2k9GnQPDjVhZzybjTCfqeOW8gi2Go3U43wsSQdA==} resolution: {integrity: sha512-lhEPlDf4PB+KKu5ExaT3zaENqC8shpJ4H74a2R0qbr1MCiFvhE/AooWvIlclpHzBtDK6MmUKv25qSFoSC1EaXQ==}
dependencies: dependencies:
'@babel/core': 7.16.0 '@babel/core': 7.16.0
'@babel/preset-typescript': 7.16.0_@[email protected] '@babel/preset-typescript': 7.16.0_@[email protected]
+2 -2
View File
@@ -9,9 +9,9 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"typescript": "^4.4.3", "typescript": "^4.5.3",
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-solid": "^2.1.3" "vite-plugin-solid": "^2.1.4"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.2.6" "solid-js": "^1.2.6"
+11 -11
View File
@@ -2,17 +2,17 @@ lockfileVersion: 5.3
specifiers: specifiers:
solid-js: ^1.2.6 solid-js: ^1.2.6
typescript: ^4.4.3 typescript: ^4.5.3
vite: ^2.7.1 vite: ^2.7.1
vite-plugin-solid: ^2.1.3 vite-plugin-solid: ^2.1.4
dependencies: dependencies:
solid-js: 1.2.6 solid-js: 1.2.6
devDependencies: devDependencies:
typescript: 4.5.2 typescript: 4.5.3
vite: 2.7.1 vite: 2.7.1
vite-plugin-solid: 2.1.3 vite-plugin-solid: 2.1.4
packages: packages:
@@ -338,7 +338,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001286 caniuse-lite: 1.0.30001286
electron-to-chromium: 1.4.14 electron-to-chromium: 1.4.16
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.1 node-releases: 2.0.1
picocolors: 1.0.0 picocolors: 1.0.0
@@ -385,8 +385,8 @@ packages:
ms: 2.1.2 ms: 2.1.2
dev: true dev: true
/electron-to-chromium/1.4.14: /electron-to-chromium/1.4.16:
resolution: {integrity: sha512-RsGkAN9JEAYMObS72kzUsPPcPGMqX1rBqGuXi9aa4TBKLzICoLf+DAAtd0fVFzrniJqYzpby47gthCUoObfs0Q==} resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
dev: true dev: true
/esbuild-android-arm64/0.13.15: /esbuild-android-arm64/0.13.15:
@@ -731,14 +731,14 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true dev: true
/typescript/4.5.2: /typescript/4.5.3:
resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==}
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
dev: true dev: true
/vite-plugin-solid/2.1.3: /vite-plugin-solid/2.1.4:
resolution: {integrity: sha512-OhF90fQ9NwMBlhug1ESrO0n55OPV4LEgkE4WFiC6Z2+DGfb2k9GnQPDjVhZzybjTCfqeOW8gi2Go3U43wsSQdA==} resolution: {integrity: sha512-lhEPlDf4PB+KKu5ExaT3zaENqC8shpJ4H74a2R0qbr1MCiFvhE/AooWvIlclpHzBtDK6MmUKv25qSFoSC1EaXQ==}
dependencies: dependencies:
'@babel/core': 7.16.0 '@babel/core': 7.16.0
'@babel/preset-typescript': 7.16.0_@[email protected] '@babel/preset-typescript': 7.16.0_@[email protected]
+1 -1
View File
@@ -10,7 +10,7 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-solid": "^2.1.3", "vite-plugin-solid": "^2.1.4",
"vite-plugin-windicss": "^1.5.4" "vite-plugin-windicss": "^1.5.4"
}, },
"dependencies": { "dependencies": {
+7 -7
View File
@@ -4,7 +4,7 @@ specifiers:
solid-app-router: ^0.1.14 solid-app-router: ^0.1.14
solid-js: ^1.2.6 solid-js: ^1.2.6
vite: ^2.7.1 vite: ^2.7.1
vite-plugin-solid: ^2.1.3 vite-plugin-solid: ^2.1.4
vite-plugin-windicss: ^1.5.4 vite-plugin-windicss: ^1.5.4
dependencies: dependencies:
@@ -13,7 +13,7 @@ dependencies:
devDependencies: devDependencies:
vite: 2.7.1 vite: 2.7.1
vite-plugin-solid: 2.1.3 vite-plugin-solid: 2.1.4
vite-plugin-windicss: 1.5[email protected] vite-plugin-windicss: 1.5[email protected]
packages: packages:
@@ -402,7 +402,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001286 caniuse-lite: 1.0.30001286
electron-to-chromium: 1.4.14 electron-to-chromium: 1.4.16
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.1 node-releases: 2.0.1
picocolors: 1.0.0 picocolors: 1.0.0
@@ -449,8 +449,8 @@ packages:
ms: 2.1.2 ms: 2.1.2
dev: true dev: true
/electron-to-chromium/1.4.14: /electron-to-chromium/1.4.16:
resolution: {integrity: sha512-RsGkAN9JEAYMObS72kzUsPPcPGMqX1rBqGuXi9aa4TBKLzICoLf+DAAtd0fVFzrniJqYzpby47gthCUoObfs0Q==} resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
dev: true dev: true
/esbuild-android-arm64/0.13.15: /esbuild-android-arm64/0.13.15:
@@ -910,8 +910,8 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true dev: true
/vite-plugin-solid/2.1.3: /vite-plugin-solid/2.1.4:
resolution: {integrity: sha512-OhF90fQ9NwMBlhug1ESrO0n55OPV4LEgkE4WFiC6Z2+DGfb2k9GnQPDjVhZzybjTCfqeOW8gi2Go3U43wsSQdA==} resolution: {integrity: sha512-lhEPlDf4PB+KKu5ExaT3zaENqC8shpJ4H74a2R0qbr1MCiFvhE/AooWvIlclpHzBtDK6MmUKv25qSFoSC1EaXQ==}
dependencies: dependencies:
'@babel/core': 7.16.0 '@babel/core': 7.16.0
'@babel/preset-typescript': 7.16.0_@[email protected] '@babel/preset-typescript': 7.16.0_@[email protected]
+2 -2
View File
@@ -12,9 +12,9 @@
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"postcss": "^8.4.4", "postcss": "^8.4.4",
"tailwindcss": "^3.0.0", "tailwindcss": "^3.0.0",
"typescript": "^4.4.3", "typescript": "^4.5.3",
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-solid": "^2.1.3" "vite-plugin-solid": "^2.1.4"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.2.6" "solid-js": "^1.2.6"
+11 -11
View File
@@ -5,9 +5,9 @@ specifiers:
postcss: ^8.4.4 postcss: ^8.4.4
solid-js: ^1.2.6 solid-js: ^1.2.6
tailwindcss: ^3.0.0 tailwindcss: ^3.0.0
typescript: ^4.4.3 typescript: ^4.5.3
vite: ^2.7.1 vite: ^2.7.1
vite-plugin-solid: ^2.1.3 vite-plugin-solid: ^2.1.4
dependencies: dependencies:
solid-js: 1.2.6 solid-js: 1.2.6
@@ -16,9 +16,9 @@ devDependencies:
autoprefixer: 10.4[email protected] autoprefixer: 10.4[email protected]
postcss: 8.4.4 postcss: 8.4.4
tailwindcss: 3.0.0_6b4e3d148bdcb715d5f821ed0a9c268b tailwindcss: 3.0.0_6b4e3d148bdcb715d5f821ed0a9c268b
typescript: 4.5.2 typescript: 4.5.3
vite: 2.7.1 vite: 2.7.1
vite-plugin-solid: 2.1.3 vite-plugin-solid: 2.1.4
packages: packages:
@@ -446,7 +446,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001286 caniuse-lite: 1.0.30001286
electron-to-chromium: 1.4.14 electron-to-chromium: 1.4.16
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.1 node-releases: 2.0.1
picocolors: 1.0.0 picocolors: 1.0.0
@@ -580,8 +580,8 @@ packages:
resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==}
dev: true dev: true
/electron-to-chromium/1.4.14: /electron-to-chromium/1.4.16:
resolution: {integrity: sha512-RsGkAN9JEAYMObS72kzUsPPcPGMqX1rBqGuXi9aa4TBKLzICoLf+DAAtd0fVFzrniJqYzpby47gthCUoObfs0Q==} resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
dev: true dev: true
/error-ex/1.3.2: /error-ex/1.3.2:
@@ -1284,8 +1284,8 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true dev: true
/typescript/4.5.2: /typescript/4.5.3:
resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==}
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
dev: true dev: true
@@ -1294,8 +1294,8 @@ packages:
resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=} resolution: {integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=}
dev: true dev: true
/vite-plugin-solid/2.1.3: /vite-plugin-solid/2.1.4:
resolution: {integrity: sha512-OhF90fQ9NwMBlhug1ESrO0n55OPV4LEgkE4WFiC6Z2+DGfb2k9GnQPDjVhZzybjTCfqeOW8gi2Go3U43wsSQdA==} resolution: {integrity: sha512-lhEPlDf4PB+KKu5ExaT3zaENqC8shpJ4H74a2R0qbr1MCiFvhE/AooWvIlclpHzBtDK6MmUKv25qSFoSC1EaXQ==}
dependencies: dependencies:
'@babel/core': 7.16.0 '@babel/core': 7.16.0
'@babel/preset-typescript': 7.16.0_@[email protected] '@babel/preset-typescript': 7.16.0_@[email protected]
+2 -2
View File
@@ -9,9 +9,9 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"typescript": "^4.4.3", "typescript": "^4.5.3",
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-solid": "^2.1.3", "vite-plugin-solid": "^2.1.4",
"vite-plugin-windicss": "^1.5.4" "vite-plugin-windicss": "^1.5.4"
}, },
"dependencies": { "dependencies": {
+11 -11
View File
@@ -2,18 +2,18 @@ lockfileVersion: 5.3
specifiers: specifiers:
solid-js: ^1.2.6 solid-js: ^1.2.6
typescript: ^4.4.3 typescript: ^4.5.3
vite: ^2.7.1 vite: ^2.7.1
vite-plugin-solid: ^2.1.3 vite-plugin-solid: ^2.1.4
vite-plugin-windicss: ^1.5.4 vite-plugin-windicss: ^1.5.4
dependencies: dependencies:
solid-js: 1.2.6 solid-js: 1.2.6
devDependencies: devDependencies:
typescript: 4.5.2 typescript: 4.5.3
vite: 2.7.1 vite: 2.7.1
vite-plugin-solid: 2.1.3 vite-plugin-solid: 2.1.4
vite-plugin-windicss: 1.5[email protected] vite-plugin-windicss: 1.5[email protected]
packages: packages:
@@ -402,7 +402,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001286 caniuse-lite: 1.0.30001286
electron-to-chromium: 1.4.14 electron-to-chromium: 1.4.16
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.1 node-releases: 2.0.1
picocolors: 1.0.0 picocolors: 1.0.0
@@ -449,8 +449,8 @@ packages:
ms: 2.1.2 ms: 2.1.2
dev: true dev: true
/electron-to-chromium/1.4.14: /electron-to-chromium/1.4.16:
resolution: {integrity: sha512-RsGkAN9JEAYMObS72kzUsPPcPGMqX1rBqGuXi9aa4TBKLzICoLf+DAAtd0fVFzrniJqYzpby47gthCUoObfs0Q==} resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
dev: true dev: true
/esbuild-android-arm64/0.13.15: /esbuild-android-arm64/0.13.15:
@@ -902,14 +902,14 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true dev: true
/typescript/4.5.2: /typescript/4.5.3:
resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==}
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
dev: true dev: true
/vite-plugin-solid/2.1.3: /vite-plugin-solid/2.1.4:
resolution: {integrity: sha512-OhF90fQ9NwMBlhug1ESrO0n55OPV4LEgkE4WFiC6Z2+DGfb2k9GnQPDjVhZzybjTCfqeOW8gi2Go3U43wsSQdA==} resolution: {integrity: sha512-lhEPlDf4PB+KKu5ExaT3zaENqC8shpJ4H74a2R0qbr1MCiFvhE/AooWvIlclpHzBtDK6MmUKv25qSFoSC1EaXQ==}
dependencies: dependencies:
'@babel/core': 7.16.0 '@babel/core': 7.16.0
'@babel/preset-typescript': 7.16.0_@[email protected] '@babel/preset-typescript': 7.16.0_@[email protected]
+2 -2
View File
@@ -10,9 +10,9 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"typescript": "^4.4.3", "typescript": "^4.5.3",
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-solid": "^2.1.3" "vite-plugin-solid": "^2.1.4"
}, },
"dependencies": { "dependencies": {
"solid-js": "^1.2.6" "solid-js": "^1.2.6"
+11 -11
View File
@@ -2,17 +2,17 @@ lockfileVersion: 5.3
specifiers: specifiers:
solid-js: ^1.2.6 solid-js: ^1.2.6
typescript: ^4.4.3 typescript: ^4.5.3
vite: ^2.7.1 vite: ^2.7.1
vite-plugin-solid: ^2.1.3 vite-plugin-solid: ^2.1.4
dependencies: dependencies:
solid-js: 1.2.6 solid-js: 1.2.6
devDependencies: devDependencies:
typescript: 4.5.2 typescript: 4.5.3
vite: 2.7.1 vite: 2.7.1
vite-plugin-solid: 2.1.3 vite-plugin-solid: 2.1.4
packages: packages:
@@ -338,7 +338,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001286 caniuse-lite: 1.0.30001286
electron-to-chromium: 1.4.14 electron-to-chromium: 1.4.16
escalade: 3.1.1 escalade: 3.1.1
node-releases: 2.0.1 node-releases: 2.0.1
picocolors: 1.0.0 picocolors: 1.0.0
@@ -385,8 +385,8 @@ packages:
ms: 2.1.2 ms: 2.1.2
dev: true dev: true
/electron-to-chromium/1.4.14: /electron-to-chromium/1.4.16:
resolution: {integrity: sha512-RsGkAN9JEAYMObS72kzUsPPcPGMqX1rBqGuXi9aa4TBKLzICoLf+DAAtd0fVFzrniJqYzpby47gthCUoObfs0Q==} resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
dev: true dev: true
/esbuild-android-arm64/0.13.15: /esbuild-android-arm64/0.13.15:
@@ -731,14 +731,14 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true dev: true
/typescript/4.5.2: /typescript/4.5.3:
resolution: {integrity: sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==} resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==}
engines: {node: '>=4.2.0'} engines: {node: '>=4.2.0'}
hasBin: true hasBin: true
dev: true dev: true
/vite-plugin-solid/2.1.3: /vite-plugin-solid/2.1.4:
resolution: {integrity: sha512-OhF90fQ9NwMBlhug1ESrO0n55OPV4LEgkE4WFiC6Z2+DGfb2k9GnQPDjVhZzybjTCfqeOW8gi2Go3U43wsSQdA==} resolution: {integrity: sha512-lhEPlDf4PB+KKu5ExaT3zaENqC8shpJ4H74a2R0qbr1MCiFvhE/AooWvIlclpHzBtDK6MmUKv25qSFoSC1EaXQ==}
dependencies: dependencies:
'@babel/core': 7.16.0 '@babel/core': 7.16.0
'@babel/preset-typescript': 7.16.0_@[email protected] '@babel/preset-typescript': 7.16.0_@[email protected]