⬆️ Update to solid 1.0

This commit is contained in:
Alexandre
2021-06-28 08:30:40 +02:00
parent 25d0426ef6
commit 36686dd1b1
12 changed files with 135 additions and 135 deletions
+2 -2
View File
@@ -10,9 +10,9 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.3.8",
"vite-plugin-solid": "^2.0.0-rc.4"
"vite-plugin-solid": "^2.0.0"
},
"dependencies": {
"solid-js": "^1.0.0-rc.10"
"solid-js": "^1.0.0"
}
}
+20 -20
View File
@@ -1,16 +1,16 @@
lockfileVersion: 5.3
specifiers:
solid-js: ^1.0.0-rc.10
solid-js: ^1.0.0
vite: ^2.3.8
vite-plugin-solid: ^2.0.0-rc.4
vite-plugin-solid: ^2.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
devDependencies:
vite: 2.3.8
vite-plugin-solid: 2.0.0-rc.4
vite-plugin-solid: 2.0.0
packages:
@@ -311,8 +311,8 @@ packages:
color-convert: 1.9.3
dev: true
/babel-plugin-jsx-dom-expressions/0.28.10_@[email protected]:
resolution: {integrity: sha512-i+bZBR/d3aZQPUYsE40LrZU/SbCy/4zSicd8sOHoW4kUV5Muw7hSAV8WJT1CNBpozgyi1C71xB4PqV6Hyqsjnw==}
/babel-plugin-jsx-dom-expressions/0.29.0_@[email protected]:
resolution: {integrity: sha512-p0uI9OpgRAGvym3LLzIMMaH+ZpW0khi0JwbnZ7cARE9nOBw1dVjrtGNGt8KyYzfIg0o9nkaYZ+Jaja8SgMy3/A==}
dependencies:
'@babel/helper-module-imports': 7.14.5
'@babel/plugin-syntax-jsx': 7.14.5_@[email protected]
@@ -321,10 +321,10 @@ packages:
- '@babel/core'
dev: true
/babel-preset-solid/1.0.0-rc.10_@[email protected]:
resolution: {integrity: sha512-3QMVs+YmGVFJJ/PM2hcI1PdAzLQeOpU8Gzrq2uCK7GJvEwo0j87zY7XAoMecbyezmaYKJpLUnI92daf1wnPHfQ==}
/babel-preset-solid/1.0.0_@[email protected]:
resolution: {integrity: sha512-fXWDS+5Mh2PgjFvIEpfztMHORd1MutUsnpLYEl40HvwbdiM8zYaLxkHlSdAoRJ8B8HuWvEjBt8y9jzChq+SRAg==}
dependencies:
babel-plugin-jsx-dom-expressions: 0.28.10_@[email protected]
babel-plugin-jsx-dom-expressions: 0.29.0_@[email protected]
transitivePeerDependencies:
- '@babel/core'
dev: true
@@ -529,15 +529,15 @@ packages:
hasBin: true
dev: true
/solid-js/1.0.0-rc.10:
resolution: {integrity: sha512-Ufrqtzluyw2/NuYrEUhisDe2Ep/MQnYZSHbwNhfkb8cU1/ve+G2uuaYcYiTXvD0j46PGJ0Xsw6fhfKZ7IgNPdA==}
/solid-js/1.0.0:
resolution: {integrity: sha512-5huTDVyMqZSjg5Sa4mwl15feK4il1cE68n4weL5NYGC8lX2wiDlcHhBdSB8trKgaJ50Q9/pwtLrQngFaDC+5Tw==}
/solid-refresh/0.2.0-rc.0[email protected]-rc.10:
resolution: {integrity: sha512-GbhouwMFCQ0HZAcM65q9vnRrNBlOlhDilPsNwC8lN8DcYOpCx54LZZWG23O3pttSGISl62Xm/qC4X0dJcpUr/Q==}
/solid-refresh/0.2.1[email protected]:
resolution: {integrity: sha512-8iqVw+FxDUj5CQnadAD+D5bLlzA/yBhMx2rHECGN2e3IQGtBArNdBUHduPBPpqfnufvnP2IwszLhgcg/IdABQQ==}
peerDependencies:
solid-js: '*'
solid-js: ^1.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
dev: true
/source-map-js/0.6.2:
@@ -566,15 +566,15 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.0.0-rc.4:
resolution: {integrity: sha512-QJaQgcnxcQDz93DD2Nmc9tZ9V2h3bHKOhMYQA71phYo8+GASAGYKWkGEmyZU1yIJWlWGek1e7idGDW9F4EG2vg==}
/vite-plugin-solid/2.0.0:
resolution: {integrity: sha512-qH3+UpEYfqjIOcG85Sh+UGhzNSnMO4NLHfrHAf4h5Ilt2M4f9Pf4AYXThHT/zleyLPJKQGXs7OVRqh5AMPgCoQ==}
dependencies:
'@babel/core': 7.14.6
'@babel/preset-typescript': 7.14.5_@[email protected]
babel-preset-solid: 1.0.0-rc.10_@[email protected]
babel-preset-solid: 1.0.0_@[email protected]
merge-anything: 4.0.1
solid-js: 1.0.0-rc.10
solid-refresh: 0.2.0-rc.0[email protected]-rc.10
solid-js: 1.0.0
solid-refresh: 0.2.1[email protected]
vite: 2.3.8
transitivePeerDependencies:
- supports-color
+2 -2
View File
@@ -10,11 +10,11 @@
"devDependencies": {
"sass": "^1.35.1",
"vite": "^2.3.8",
"vite-plugin-solid": "^2.0.0-rc.4"
"vite-plugin-solid": "^2.0.0"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.2",
"solid-js": "^1.0.0-rc.10"
"solid-js": "^1.0.0"
}
}
+20 -20
View File
@@ -4,19 +4,19 @@ specifiers:
'@popperjs/core': ^2.9.2
bootstrap: ^5.0.2
sass: ^1.35.1
solid-js: ^1.0.0-rc.10
solid-js: ^1.0.0
vite: ^2.3.8
vite-plugin-solid: ^2.0.0-rc.4
vite-plugin-solid: ^2.0.0
dependencies:
'@popperjs/core': 2.9.2
bootstrap: 5.0.2_@[email protected]
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
devDependencies:
sass: 1.35.1
vite: 2.3.8
vite-plugin-solid: 2.0.0-rc.4
vite-plugin-solid: 2.0.0
packages:
@@ -329,8 +329,8 @@ packages:
picomatch: 2.3.0
dev: true
/babel-plugin-jsx-dom-expressions/0.28.10_@[email protected]:
resolution: {integrity: sha512-i+bZBR/d3aZQPUYsE40LrZU/SbCy/4zSicd8sOHoW4kUV5Muw7hSAV8WJT1CNBpozgyi1C71xB4PqV6Hyqsjnw==}
/babel-plugin-jsx-dom-expressions/0.29.0_@[email protected]:
resolution: {integrity: sha512-p0uI9OpgRAGvym3LLzIMMaH+ZpW0khi0JwbnZ7cARE9nOBw1dVjrtGNGt8KyYzfIg0o9nkaYZ+Jaja8SgMy3/A==}
dependencies:
'@babel/helper-module-imports': 7.14.5
'@babel/plugin-syntax-jsx': 7.14.5_@[email protected]
@@ -339,10 +339,10 @@ packages:
- '@babel/core'
dev: true
/babel-preset-solid/1.0.0-rc.10_@[email protected]:
resolution: {integrity: sha512-3QMVs+YmGVFJJ/PM2hcI1PdAzLQeOpU8Gzrq2uCK7GJvEwo0j87zY7XAoMecbyezmaYKJpLUnI92daf1wnPHfQ==}
/babel-preset-solid/1.0.0_@[email protected]:
resolution: {integrity: sha512-fXWDS+5Mh2PgjFvIEpfztMHORd1MutUsnpLYEl40HvwbdiM8zYaLxkHlSdAoRJ8B8HuWvEjBt8y9jzChq+SRAg==}
dependencies:
babel-plugin-jsx-dom-expressions: 0.28.10_@[email protected]
babel-plugin-jsx-dom-expressions: 0.29.0_@[email protected]
transitivePeerDependencies:
- '@babel/core'
dev: true
@@ -645,15 +645,15 @@ packages:
hasBin: true
dev: true
/solid-js/1.0.0-rc.10:
resolution: {integrity: sha512-Ufrqtzluyw2/NuYrEUhisDe2Ep/MQnYZSHbwNhfkb8cU1/ve+G2uuaYcYiTXvD0j46PGJ0Xsw6fhfKZ7IgNPdA==}
/solid-js/1.0.0:
resolution: {integrity: sha512-5huTDVyMqZSjg5Sa4mwl15feK4il1cE68n4weL5NYGC8lX2wiDlcHhBdSB8trKgaJ50Q9/pwtLrQngFaDC+5Tw==}
/solid-refresh/0.2.0-rc.0[email protected]-rc.10:
resolution: {integrity: sha512-GbhouwMFCQ0HZAcM65q9vnRrNBlOlhDilPsNwC8lN8DcYOpCx54LZZWG23O3pttSGISl62Xm/qC4X0dJcpUr/Q==}
/solid-refresh/0.2.1[email protected]:
resolution: {integrity: sha512-8iqVw+FxDUj5CQnadAD+D5bLlzA/yBhMx2rHECGN2e3IQGtBArNdBUHduPBPpqfnufvnP2IwszLhgcg/IdABQQ==}
peerDependencies:
solid-js: '*'
solid-js: ^1.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
dev: true
/source-map-js/0.6.2:
@@ -689,15 +689,15 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.0.0-rc.4:
resolution: {integrity: sha512-QJaQgcnxcQDz93DD2Nmc9tZ9V2h3bHKOhMYQA71phYo8+GASAGYKWkGEmyZU1yIJWlWGek1e7idGDW9F4EG2vg==}
/vite-plugin-solid/2.0.0:
resolution: {integrity: sha512-qH3+UpEYfqjIOcG85Sh+UGhzNSnMO4NLHfrHAf4h5Ilt2M4f9Pf4AYXThHT/zleyLPJKQGXs7OVRqh5AMPgCoQ==}
dependencies:
'@babel/core': 7.14.6
'@babel/preset-typescript': 7.14.5_@[email protected]
babel-preset-solid: 1.0.0-rc.10_@[email protected]
babel-preset-solid: 1.0.0_@[email protected]
merge-anything: 4.0.1
solid-js: 1.0.0-rc.10
solid-refresh: 0.2.0-rc.0[email protected]-rc.10
solid-js: 1.0.0
solid-refresh: 0.2.1[email protected]
vite: 2.3.8
transitivePeerDependencies:
- supports-color
+2 -2
View File
@@ -9,9 +9,9 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.3.8",
"vite-plugin-solid": "^2.0.0-rc.4"
"vite-plugin-solid": "^2.0.0"
},
"dependencies": {
"solid-js": "^1.0.0-rc.10"
"solid-js": "^1.0.0"
}
}
+20 -20
View File
@@ -1,16 +1,16 @@
lockfileVersion: 5.3
specifiers:
solid-js: ^1.0.0-rc.10
solid-js: ^1.0.0
vite: ^2.3.8
vite-plugin-solid: ^2.0.0-rc.4
vite-plugin-solid: ^2.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
devDependencies:
vite: 2.3.8
vite-plugin-solid: 2.0.0-rc.4
vite-plugin-solid: 2.0.0
packages:
@@ -311,8 +311,8 @@ packages:
color-convert: 1.9.3
dev: true
/babel-plugin-jsx-dom-expressions/0.28.10_@[email protected]:
resolution: {integrity: sha512-i+bZBR/d3aZQPUYsE40LrZU/SbCy/4zSicd8sOHoW4kUV5Muw7hSAV8WJT1CNBpozgyi1C71xB4PqV6Hyqsjnw==}
/babel-plugin-jsx-dom-expressions/0.29.0_@[email protected]:
resolution: {integrity: sha512-p0uI9OpgRAGvym3LLzIMMaH+ZpW0khi0JwbnZ7cARE9nOBw1dVjrtGNGt8KyYzfIg0o9nkaYZ+Jaja8SgMy3/A==}
dependencies:
'@babel/helper-module-imports': 7.14.5
'@babel/plugin-syntax-jsx': 7.14.5_@[email protected]
@@ -321,10 +321,10 @@ packages:
- '@babel/core'
dev: true
/babel-preset-solid/1.0.0-rc.10_@[email protected]:
resolution: {integrity: sha512-3QMVs+YmGVFJJ/PM2hcI1PdAzLQeOpU8Gzrq2uCK7GJvEwo0j87zY7XAoMecbyezmaYKJpLUnI92daf1wnPHfQ==}
/babel-preset-solid/1.0.0_@[email protected]:
resolution: {integrity: sha512-fXWDS+5Mh2PgjFvIEpfztMHORd1MutUsnpLYEl40HvwbdiM8zYaLxkHlSdAoRJ8B8HuWvEjBt8y9jzChq+SRAg==}
dependencies:
babel-plugin-jsx-dom-expressions: 0.28.10_@[email protected]
babel-plugin-jsx-dom-expressions: 0.29.0_@[email protected]
transitivePeerDependencies:
- '@babel/core'
dev: true
@@ -529,15 +529,15 @@ packages:
hasBin: true
dev: true
/solid-js/1.0.0-rc.10:
resolution: {integrity: sha512-Ufrqtzluyw2/NuYrEUhisDe2Ep/MQnYZSHbwNhfkb8cU1/ve+G2uuaYcYiTXvD0j46PGJ0Xsw6fhfKZ7IgNPdA==}
/solid-js/1.0.0:
resolution: {integrity: sha512-5huTDVyMqZSjg5Sa4mwl15feK4il1cE68n4weL5NYGC8lX2wiDlcHhBdSB8trKgaJ50Q9/pwtLrQngFaDC+5Tw==}
/solid-refresh/0.2.0-rc.0[email protected]-rc.10:
resolution: {integrity: sha512-GbhouwMFCQ0HZAcM65q9vnRrNBlOlhDilPsNwC8lN8DcYOpCx54LZZWG23O3pttSGISl62Xm/qC4X0dJcpUr/Q==}
/solid-refresh/0.2.1[email protected]:
resolution: {integrity: sha512-8iqVw+FxDUj5CQnadAD+D5bLlzA/yBhMx2rHECGN2e3IQGtBArNdBUHduPBPpqfnufvnP2IwszLhgcg/IdABQQ==}
peerDependencies:
solid-js: '*'
solid-js: ^1.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
dev: true
/source-map-js/0.6.2:
@@ -566,15 +566,15 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.0.0-rc.4:
resolution: {integrity: sha512-QJaQgcnxcQDz93DD2Nmc9tZ9V2h3bHKOhMYQA71phYo8+GASAGYKWkGEmyZU1yIJWlWGek1e7idGDW9F4EG2vg==}
/vite-plugin-solid/2.0.0:
resolution: {integrity: sha512-qH3+UpEYfqjIOcG85Sh+UGhzNSnMO4NLHfrHAf4h5Ilt2M4f9Pf4AYXThHT/zleyLPJKQGXs7OVRqh5AMPgCoQ==}
dependencies:
'@babel/core': 7.14.6
'@babel/preset-typescript': 7.14.5_@[email protected]
babel-preset-solid: 1.0.0-rc.10_@[email protected]
babel-preset-solid: 1.0.0_@[email protected]
merge-anything: 4.0.1
solid-js: 1.0.0-rc.10
solid-refresh: 0.2.0-rc.0[email protected]-rc.10
solid-js: 1.0.0
solid-refresh: 0.2.1[email protected]
vite: 2.3.8
transitivePeerDependencies:
- supports-color
+2 -2
View File
@@ -9,11 +9,11 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.3.8",
"vite-plugin-solid": "^2.0.0-rc.4",
"vite-plugin-solid": "^2.0.0",
"vite-plugin-windicss": "^1.1.1"
},
"dependencies": {
"solid-app-router": "^0.0.50-rc.0",
"solid-js": "^1.0.0-rc.10"
"solid-js": "^1.0.0"
}
}
+23 -23
View File
@@ -2,18 +2,18 @@ lockfileVersion: 5.3
specifiers:
solid-app-router: ^0.0.50-rc.0
solid-js: ^1.0.0-rc.10
solid-js: ^1.0.0
vite: ^2.3.8
vite-plugin-solid: ^2.0.0-rc.4
vite-plugin-solid: ^2.0.0
vite-plugin-windicss: ^1.1.1
dependencies:
solid-app-router: 0.0.50-[email protected]-rc.10
solid-js: 1.0.0-rc.10
solid-app-router: 0.0.50-[email protected]
solid-js: 1.0.0
devDependencies:
vite: 2.3.8
vite-plugin-solid: 2.0.0-rc.4
vite-plugin-solid: 2.0.0
vite-plugin-windicss: 1.1[email protected]
packages:
@@ -367,8 +367,8 @@ packages:
color-convert: 2.0.1
dev: true
/babel-plugin-jsx-dom-expressions/0.28.10_@[email protected]:
resolution: {integrity: sha512-i+bZBR/d3aZQPUYsE40LrZU/SbCy/4zSicd8sOHoW4kUV5Muw7hSAV8WJT1CNBpozgyi1C71xB4PqV6Hyqsjnw==}
/babel-plugin-jsx-dom-expressions/0.29.0_@[email protected]:
resolution: {integrity: sha512-p0uI9OpgRAGvym3LLzIMMaH+ZpW0khi0JwbnZ7cARE9nOBw1dVjrtGNGt8KyYzfIg0o9nkaYZ+Jaja8SgMy3/A==}
dependencies:
'@babel/helper-module-imports': 7.14.5
'@babel/plugin-syntax-jsx': 7.14.5_@[email protected]
@@ -377,10 +377,10 @@ packages:
- '@babel/core'
dev: true
/babel-preset-solid/1.0.0-rc.10_@[email protected]:
resolution: {integrity: sha512-3QMVs+YmGVFJJ/PM2hcI1PdAzLQeOpU8Gzrq2uCK7GJvEwo0j87zY7XAoMecbyezmaYKJpLUnI92daf1wnPHfQ==}
/babel-preset-solid/1.0.0_@[email protected]:
resolution: {integrity: sha512-fXWDS+5Mh2PgjFvIEpfztMHORd1MutUsnpLYEl40HvwbdiM8zYaLxkHlSdAoRJ8B8HuWvEjBt8y9jzChq+SRAg==}
dependencies:
babel-plugin-jsx-dom-expressions: 0.28.10_@[email protected]
babel-plugin-jsx-dom-expressions: 0.29.0_@[email protected]
transitivePeerDependencies:
- '@babel/core'
dev: true
@@ -720,23 +720,23 @@ packages:
hasBin: true
dev: true
/solid-app-router/[email protected]-rc.10:
/solid-app-router/[email protected]:
resolution: {integrity: sha512-KH9SYQ2EvACxwqp2j7XaZ6rOE8z0GbQpmew7tEhUiJcY8vl0BR2ZQm+MBP3gGmcm+MObsYTZ2cPl8FBaxcp86g==}
peerDependencies:
solid-js: '*'
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
dev: false
/solid-js/1.0.0-rc.10:
resolution: {integrity: sha512-Ufrqtzluyw2/NuYrEUhisDe2Ep/MQnYZSHbwNhfkb8cU1/ve+G2uuaYcYiTXvD0j46PGJ0Xsw6fhfKZ7IgNPdA==}
/solid-js/1.0.0:
resolution: {integrity: sha512-5huTDVyMqZSjg5Sa4mwl15feK4il1cE68n4weL5NYGC8lX2wiDlcHhBdSB8trKgaJ50Q9/pwtLrQngFaDC+5Tw==}
/solid-refresh/0.2.0-rc.0[email protected]-rc.10:
resolution: {integrity: sha512-GbhouwMFCQ0HZAcM65q9vnRrNBlOlhDilPsNwC8lN8DcYOpCx54LZZWG23O3pttSGISl62Xm/qC4X0dJcpUr/Q==}
/solid-refresh/0.2.1[email protected]:
resolution: {integrity: sha512-8iqVw+FxDUj5CQnadAD+D5bLlzA/yBhMx2rHECGN2e3IQGtBArNdBUHduPBPpqfnufvnP2IwszLhgcg/IdABQQ==}
peerDependencies:
solid-js: '*'
solid-js: ^1.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
dev: true
/source-map-js/0.6.2:
@@ -783,15 +783,15 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.0.0-rc.4:
resolution: {integrity: sha512-QJaQgcnxcQDz93DD2Nmc9tZ9V2h3bHKOhMYQA71phYo8+GASAGYKWkGEmyZU1yIJWlWGek1e7idGDW9F4EG2vg==}
/vite-plugin-solid/2.0.0:
resolution: {integrity: sha512-qH3+UpEYfqjIOcG85Sh+UGhzNSnMO4NLHfrHAf4h5Ilt2M4f9Pf4AYXThHT/zleyLPJKQGXs7OVRqh5AMPgCoQ==}
dependencies:
'@babel/core': 7.14.6
'@babel/preset-typescript': 7.14.5_@[email protected]
babel-preset-solid: 1.0.0-rc.10_@[email protected]
babel-preset-solid: 1.0.0_@[email protected]
merge-anything: 4.0.1
solid-js: 1.0.0-rc.10
solid-refresh: 0.2.0-rc.0[email protected]-rc.10
solid-js: 1.0.0
solid-refresh: 0.2.1[email protected]
vite: 2.3.8
transitivePeerDependencies:
- supports-color
+2 -2
View File
@@ -9,10 +9,10 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.3.8",
"vite-plugin-solid": "^2.0.0-rc.4",
"vite-plugin-solid": "^2.0.0",
"vite-plugin-windicss": "^1.1.1"
},
"dependencies": {
"solid-js": "^1.0.0-rc.10"
"solid-js": "^1.0.0"
}
}
+20 -20
View File
@@ -1,17 +1,17 @@
lockfileVersion: 5.3
specifiers:
solid-js: ^1.0.0-rc.10
solid-js: ^1.0.0
vite: ^2.3.8
vite-plugin-solid: ^2.0.0-rc.4
vite-plugin-solid: ^2.0.0
vite-plugin-windicss: ^1.1.1
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
devDependencies:
vite: 2.3.8
vite-plugin-solid: 2.0.0-rc.4
vite-plugin-solid: 2.0.0
vite-plugin-windicss: 1.1[email protected]
packages:
@@ -365,8 +365,8 @@ packages:
color-convert: 2.0.1
dev: true
/babel-plugin-jsx-dom-expressions/0.28.10_@[email protected]:
resolution: {integrity: sha512-i+bZBR/d3aZQPUYsE40LrZU/SbCy/4zSicd8sOHoW4kUV5Muw7hSAV8WJT1CNBpozgyi1C71xB4PqV6Hyqsjnw==}
/babel-plugin-jsx-dom-expressions/0.29.0_@[email protected]:
resolution: {integrity: sha512-p0uI9OpgRAGvym3LLzIMMaH+ZpW0khi0JwbnZ7cARE9nOBw1dVjrtGNGt8KyYzfIg0o9nkaYZ+Jaja8SgMy3/A==}
dependencies:
'@babel/helper-module-imports': 7.14.5
'@babel/plugin-syntax-jsx': 7.14.5_@[email protected]
@@ -375,10 +375,10 @@ packages:
- '@babel/core'
dev: true
/babel-preset-solid/1.0.0-rc.10_@[email protected]:
resolution: {integrity: sha512-3QMVs+YmGVFJJ/PM2hcI1PdAzLQeOpU8Gzrq2uCK7GJvEwo0j87zY7XAoMecbyezmaYKJpLUnI92daf1wnPHfQ==}
/babel-preset-solid/1.0.0_@[email protected]:
resolution: {integrity: sha512-fXWDS+5Mh2PgjFvIEpfztMHORd1MutUsnpLYEl40HvwbdiM8zYaLxkHlSdAoRJ8B8HuWvEjBt8y9jzChq+SRAg==}
dependencies:
babel-plugin-jsx-dom-expressions: 0.28.10_@[email protected]
babel-plugin-jsx-dom-expressions: 0.29.0_@[email protected]
transitivePeerDependencies:
- '@babel/core'
dev: true
@@ -718,15 +718,15 @@ packages:
hasBin: true
dev: true
/solid-js/1.0.0-rc.10:
resolution: {integrity: sha512-Ufrqtzluyw2/NuYrEUhisDe2Ep/MQnYZSHbwNhfkb8cU1/ve+G2uuaYcYiTXvD0j46PGJ0Xsw6fhfKZ7IgNPdA==}
/solid-js/1.0.0:
resolution: {integrity: sha512-5huTDVyMqZSjg5Sa4mwl15feK4il1cE68n4weL5NYGC8lX2wiDlcHhBdSB8trKgaJ50Q9/pwtLrQngFaDC+5Tw==}
/solid-refresh/0.2.0-rc.0[email protected]-rc.10:
resolution: {integrity: sha512-GbhouwMFCQ0HZAcM65q9vnRrNBlOlhDilPsNwC8lN8DcYOpCx54LZZWG23O3pttSGISl62Xm/qC4X0dJcpUr/Q==}
/solid-refresh/0.2.1[email protected]:
resolution: {integrity: sha512-8iqVw+FxDUj5CQnadAD+D5bLlzA/yBhMx2rHECGN2e3IQGtBArNdBUHduPBPpqfnufvnP2IwszLhgcg/IdABQQ==}
peerDependencies:
solid-js: '*'
solid-js: ^1.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
dev: true
/source-map-js/0.6.2:
@@ -773,15 +773,15 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.0.0-rc.4:
resolution: {integrity: sha512-QJaQgcnxcQDz93DD2Nmc9tZ9V2h3bHKOhMYQA71phYo8+GASAGYKWkGEmyZU1yIJWlWGek1e7idGDW9F4EG2vg==}
/vite-plugin-solid/2.0.0:
resolution: {integrity: sha512-qH3+UpEYfqjIOcG85Sh+UGhzNSnMO4NLHfrHAf4h5Ilt2M4f9Pf4AYXThHT/zleyLPJKQGXs7OVRqh5AMPgCoQ==}
dependencies:
'@babel/core': 7.14.6
'@babel/preset-typescript': 7.14.5_@[email protected]
babel-preset-solid: 1.0.0-rc.10_@[email protected]
babel-preset-solid: 1.0.0_@[email protected]
merge-anything: 4.0.1
solid-js: 1.0.0-rc.10
solid-refresh: 0.2.0-rc.0[email protected]-rc.10
solid-js: 1.0.0
solid-refresh: 0.2.1[email protected]
vite: 2.3.8
transitivePeerDependencies:
- supports-color
+2 -2
View File
@@ -10,9 +10,9 @@
"license": "MIT",
"devDependencies": {
"vite": "^2.3.8",
"vite-plugin-solid": "^2.0.0-rc.4"
"vite-plugin-solid": "^2.0.0"
},
"dependencies": {
"solid-js": "^1.0.0-rc.10"
"solid-js": "^1.0.0"
}
}
+20 -20
View File
@@ -1,16 +1,16 @@
lockfileVersion: 5.3
specifiers:
solid-js: ^1.0.0-rc.10
solid-js: ^1.0.0
vite: ^2.3.8
vite-plugin-solid: ^2.0.0-rc.4
vite-plugin-solid: ^2.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
devDependencies:
vite: 2.3.8
vite-plugin-solid: 2.0.0-rc.4
vite-plugin-solid: 2.0.0
packages:
@@ -311,8 +311,8 @@ packages:
color-convert: 1.9.3
dev: true
/babel-plugin-jsx-dom-expressions/0.28.10_@[email protected]:
resolution: {integrity: sha512-i+bZBR/d3aZQPUYsE40LrZU/SbCy/4zSicd8sOHoW4kUV5Muw7hSAV8WJT1CNBpozgyi1C71xB4PqV6Hyqsjnw==}
/babel-plugin-jsx-dom-expressions/0.29.0_@[email protected]:
resolution: {integrity: sha512-p0uI9OpgRAGvym3LLzIMMaH+ZpW0khi0JwbnZ7cARE9nOBw1dVjrtGNGt8KyYzfIg0o9nkaYZ+Jaja8SgMy3/A==}
dependencies:
'@babel/helper-module-imports': 7.14.5
'@babel/plugin-syntax-jsx': 7.14.5_@[email protected]
@@ -321,10 +321,10 @@ packages:
- '@babel/core'
dev: true
/babel-preset-solid/1.0.0-rc.10_@[email protected]:
resolution: {integrity: sha512-3QMVs+YmGVFJJ/PM2hcI1PdAzLQeOpU8Gzrq2uCK7GJvEwo0j87zY7XAoMecbyezmaYKJpLUnI92daf1wnPHfQ==}
/babel-preset-solid/1.0.0_@[email protected]:
resolution: {integrity: sha512-fXWDS+5Mh2PgjFvIEpfztMHORd1MutUsnpLYEl40HvwbdiM8zYaLxkHlSdAoRJ8B8HuWvEjBt8y9jzChq+SRAg==}
dependencies:
babel-plugin-jsx-dom-expressions: 0.28.10_@[email protected]
babel-plugin-jsx-dom-expressions: 0.29.0_@[email protected]
transitivePeerDependencies:
- '@babel/core'
dev: true
@@ -529,15 +529,15 @@ packages:
hasBin: true
dev: true
/solid-js/1.0.0-rc.10:
resolution: {integrity: sha512-Ufrqtzluyw2/NuYrEUhisDe2Ep/MQnYZSHbwNhfkb8cU1/ve+G2uuaYcYiTXvD0j46PGJ0Xsw6fhfKZ7IgNPdA==}
/solid-js/1.0.0:
resolution: {integrity: sha512-5huTDVyMqZSjg5Sa4mwl15feK4il1cE68n4weL5NYGC8lX2wiDlcHhBdSB8trKgaJ50Q9/pwtLrQngFaDC+5Tw==}
/solid-refresh/0.2.0-rc.0[email protected]-rc.10:
resolution: {integrity: sha512-GbhouwMFCQ0HZAcM65q9vnRrNBlOlhDilPsNwC8lN8DcYOpCx54LZZWG23O3pttSGISl62Xm/qC4X0dJcpUr/Q==}
/solid-refresh/0.2.1[email protected]:
resolution: {integrity: sha512-8iqVw+FxDUj5CQnadAD+D5bLlzA/yBhMx2rHECGN2e3IQGtBArNdBUHduPBPpqfnufvnP2IwszLhgcg/IdABQQ==}
peerDependencies:
solid-js: '*'
solid-js: ^1.0.0
dependencies:
solid-js: 1.0.0-rc.10
solid-js: 1.0.0
dev: true
/source-map-js/0.6.2:
@@ -566,15 +566,15 @@ packages:
resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==}
dev: true
/vite-plugin-solid/2.0.0-rc.4:
resolution: {integrity: sha512-QJaQgcnxcQDz93DD2Nmc9tZ9V2h3bHKOhMYQA71phYo8+GASAGYKWkGEmyZU1yIJWlWGek1e7idGDW9F4EG2vg==}
/vite-plugin-solid/2.0.0:
resolution: {integrity: sha512-qH3+UpEYfqjIOcG85Sh+UGhzNSnMO4NLHfrHAf4h5Ilt2M4f9Pf4AYXThHT/zleyLPJKQGXs7OVRqh5AMPgCoQ==}
dependencies:
'@babel/core': 7.14.6
'@babel/preset-typescript': 7.14.5_@[email protected]
babel-preset-solid: 1.0.0-rc.10_@[email protected]
babel-preset-solid: 1.0.0_@[email protected]
merge-anything: 4.0.1
solid-js: 1.0.0-rc.10
solid-refresh: 0.2.0-rc.0[email protected]-rc.10
solid-js: 1.0.0
solid-refresh: 0.2.1[email protected]
vite: 2.3.8
transitivePeerDependencies:
- supports-color