Skip to content

Commit

Permalink
chore(deps): update astro monorepo (#1158)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 1c150d2 commit 86b07ea
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 104 deletions.
2 changes: 1 addition & 1 deletion playground/runtime-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "astro dev"
},
"devDependencies": {
"astro": "^4.16.3",
"astro": "^4.16.5",
"dummy-commonjs": "workspace:*",
"dummy-module": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/react": "^18.3.11",
"dummy-module": "workspace:*",
"next": "15.0.0-rc.0",
"next": "15.0.0-rc.1",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"use-client-directive": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-svelte": "^2.45.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
Expand Down
2 changes: 1 addition & 1 deletion playground/use-client-directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"babel-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014"
"babel-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241016"
},
"devDependencies": {
"@types/react": "^18.3.11",
Expand Down
Loading

0 comments on commit 86b07ea

Please sign in to comment.