diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/db/package.json | 2 | ||||
-rw-r--r-- | packages/db/test/fixtures/ticketing-example/package.json | 2 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 | ||||
-rw-r--r-- | packages/upgrade/package.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/packages/db/package.json b/packages/db/package.json index 781b29942..36faac328 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -70,7 +70,7 @@ }, "dependencies": { "@astrojs/studio": "workspace:*", - "@libsql/client": "^0.15.0", + "@libsql/client": "^0.15.1", "async-listen": "^3.1.0", "deep-diff": "^1.0.2", "drizzle-orm": "^0.31.2", diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index 58aa686f0..8883b603c 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -13,7 +13,7 @@ "@astrojs/db": "workspace:*", "@astrojs/node": "workspace:*", "@astrojs/react": "workspace:*", - "@types/react": "^18.3.19", + "@types/react": "^18.3.20", "@types/react-dom": "^18.3.5", "astro": "workspace:*", "open-props": "^1.7.14", diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index f9a3c7342..b71035e1d 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -55,7 +55,7 @@ "vfile": "^6.0.3" }, "devDependencies": { - "@types/estree": "^1.0.6", + "@types/estree": "^1.0.7", "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 86c78dcf6..39e213b80 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -35,7 +35,7 @@ "terminal-link": "^3.0.0" }, "devDependencies": { - "@types/semver": "^7.5.8", + "@types/semver": "^7.7.0", "arg": "^5.0.2", "astro-scripts": "workspace:*" }, |