chore: update deps (#183)

This commit is contained in:
Ayo Ayco 2022-11-08 10:18:25 +01:00 committed by GitHub
parent 3aab9b640e
commit ce1d4df9e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

7
package-lock.json generated
View file

@ -17,8 +17,7 @@
"packages/common" "packages/common"
], ],
"dependencies": { "dependencies": {
"prettier-plugin-astro": "^0.7.0", "prettier-plugin-astro": "^0.7.0"
"short-unique-id": "^4.4.4"
} }
}, },
"apps/demo": { "apps/demo": {
@ -9102,7 +9101,8 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astro-reactive/common": "^0.1.2", "@astro-reactive/common": "^0.1.2",
"@astro-reactive/validator": "^0.2.3" "@astro-reactive/validator": "^0.2.3",
"short-unique-id": "^4.4.4"
}, },
"devDependencies": { "devDependencies": {
"@types/chai": "^4.3.3", "@types/chai": "^4.3.3",
@ -9375,6 +9375,7 @@
"mocha": "^10.0.0", "mocha": "^10.0.0",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-astro": "^0.7.0", "prettier-plugin-astro": "^0.7.0",
"short-unique-id": "^4.4.4",
"typescript": "^4.8.3" "typescript": "^4.8.3"
} }
}, },

View file

@ -38,7 +38,6 @@
"packages/common" "packages/common"
], ],
"dependencies": { "dependencies": {
"prettier-plugin-astro": "^0.7.0", "prettier-plugin-astro": "^0.7.0"
"short-unique-id": "^4.4.4"
} }
} }

View file

@ -57,6 +57,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astro-reactive/common": "^0.1.2", "@astro-reactive/common": "^0.1.2",
"@astro-reactive/validator": "^0.2.3" "@astro-reactive/validator": "^0.2.3",
"short-unique-id": "^4.4.4"
} }
} }