chore: update deps
This commit is contained in:
parent
9513ef2134
commit
42a53522db
3 changed files with 9 additions and 9 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -10473,16 +10473,16 @@
|
|||
},
|
||||
"packages/common": {
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"license": "MIT",
|
||||
"devDependencies": {}
|
||||
},
|
||||
"packages/form": {
|
||||
"name": "@astro-reactive/form",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astro-reactive/common": "^0.0.2",
|
||||
"@astro-reactive/common": "^0.0.3",
|
||||
"@astro-reactive/validator": "^0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -10518,10 +10518,10 @@
|
|||
},
|
||||
"packages/validator": {
|
||||
"name": "@astro-reactive/validator",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astro-reactive/common": "^0.0.2"
|
||||
"@astro-reactive/common": "^0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.3.3",
|
||||
|
@ -10743,7 +10743,7 @@
|
|||
"@astro-reactive/form": {
|
||||
"version": "file:packages/form",
|
||||
"requires": {
|
||||
"@astro-reactive/common": "^0.0.2",
|
||||
"@astro-reactive/common": "^0.0.3",
|
||||
"@astro-reactive/validator": "^0.1.0",
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/eslint": "^8.4.6",
|
||||
|
@ -10773,7 +10773,7 @@
|
|||
"@astro-reactive/validator": {
|
||||
"version": "file:packages/validator",
|
||||
"requires": {
|
||||
"@astro-reactive/common": "^0.0.2",
|
||||
"@astro-reactive/common": "^0.0.3",
|
||||
"@types/chai": "^4.3.3",
|
||||
"@types/eslint": "^8.4.6",
|
||||
"@types/mocha": "^10.0.0",
|
||||
|
|
|
@ -57,6 +57,6 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astro-reactive/validator": "^0.1.0",
|
||||
"@astro-reactive/common": "^0.0.2"
|
||||
"@astro-reactive/common": "^0.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
"astro": "^1.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astro-reactive/common": "^0.0.2"
|
||||
"@astro-reactive/common": "^0.0.3"
|
||||
},
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in a new issue