Skip to content

Commit

Permalink
chore(deps): update non-major (#41)
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 Dec 12, 2024
1 parent 3729d77 commit 06ba65c
Show file tree
Hide file tree
Showing 7 changed files with 479 additions and 424 deletions.
4 changes: 2 additions & 2 deletions next-13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "13.5.7",
Expand Down
4 changes: 2 additions & 2 deletions next-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.3",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.20",
"postcss": "^8.4.49",
Expand Down
4 changes: 2 additions & 2 deletions next-15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@sanity/client": "^6.23.0",
"groq": "^3.64.2",
"next": "15.0.4",
"next": "15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"use-effect-event": "^1.0.2"
Expand All @@ -22,7 +22,7 @@
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"eslint-config-next": "15.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
Expand Down
4 changes: 2 additions & 2 deletions next-enterprise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@sanity/client": "^6.23.0",
"groq": "^3.64.2",
"next": "15.0.4",
"next": "15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"use-effect-event": "^1.0.2"
Expand All @@ -22,7 +22,7 @@
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"eslint-config-next": "15.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2"
Expand Down
879 changes: 467 additions & 412 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"dependencies": {
"@sanity/icons": "^3.5.2",
"@sanity/ui": "^2.10.8",
"@sanity/vision": "3.67.0",
"@sanity/vision": "3.67.1",
"polished": "^4.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "3.67.0",
"sanity": "3.67.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@sanity/eslint-config-studio": "^4.0.0",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"babel-plugin-react-compiler": "beta",
"eslint": "^8.57.1",
"eslint-plugin-react-compiler": "beta",
Expand Down
2 changes: 1 addition & 1 deletion sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.10.0",
"svelte": "^5.11.2",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
Expand Down

0 comments on commit 06ba65c

Please sign in to comment.