chore: update package-lock
This commit is contained in:
parent
bbfccc00f3
commit
bc676af5e7
1 changed files with 7 additions and 7 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "astro-reactive-form-workspace",
|
||||
"name": "astro-reactive-library",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "astro-reactive-form-workspace",
|
||||
"name": "astro-reactive-library",
|
||||
"version": "0.0.0",
|
||||
"license": "ISC",
|
||||
"workspaces": [
|
||||
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
},
|
||||
"demo": {
|
||||
"name": "demo-astro-reactive-form",
|
||||
"name": "demo-astro-reactive-library",
|
||||
"version": "0.0.1",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
@ -2097,7 +2097,7 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/demo-astro-reactive-form": {
|
||||
"node_modules/demo-astro-reactive-library": {
|
||||
"resolved": "demo",
|
||||
"link": true
|
||||
},
|
||||
|
@ -7941,8 +7941,8 @@
|
|||
}
|
||||
},
|
||||
"packages/astro-reactive-form": {
|
||||
"version": "0.2.1",
|
||||
"license": "ISC",
|
||||
"version": "0.2.2",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/eslint": "^8.4.6",
|
||||
|
@ -9504,7 +9504,7 @@
|
|||
"object-keys": "^1.1.1"
|
||||
}
|
||||
},
|
||||
"demo-astro-reactive-form": {
|
||||
"demo-astro-reactive-library": {
|
||||
"version": "file:demo",
|
||||
"requires": {
|
||||
"astro": "^1.4.2",
|
||||
|
|
Loading…
Reference in a new issue