Skip to content

Commit

Permalink
⬆️ (deps) next 🔺
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 531454b commit f336cd8
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 185 deletions.
4 changes: 2 additions & 2 deletions config/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@eslint/compat": "1.2.1",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.13.0",
"@next/eslint-plugin-next": "14.2.15",
"@next/eslint-plugin-next": "15.0.1",
"eslint": "9.13.0",
"eslint-config-next": "14.2.15",
"eslint-config-next": "15.0.1",
"eslint-config-turbo": "2.2.3",
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jest": "28.8.3",
Expand Down
4 changes: 2 additions & 2 deletions config/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"peerDependencies": {
"@jeromefitz/jest-presets": "^1.0.0",
"next": "^14.0.0"
"next": "^14.0.0 || ^15.0.0"
},
"dependencies": {
"@testing-library/dom": "10.4.0",
Expand All @@ -39,7 +39,7 @@
"@types/jest": "29.5.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"next": "14.2.15",
"next": "15.0.1",
"react": "18.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion examples/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cmdk": "1.0.0",
"date-fns": "4.1.0",
"framer-motion": "11.11.9",
"next": "14.2.15",
"next": "15.0.1",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"cmdk": "^0.2.0 || ^1.0.0",
"framer-motion": "^11.0.3",
"lodash": "^4.17.21",
"next": "^14.0.0",
"next": "^14.0.0 || ^15.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"swr": "^2.0.0"
Expand Down Expand Up @@ -116,7 +116,7 @@
"cmdk": "1.0.0",
"framer-motion": "11.11.9",
"lodash": "4.17.21",
"next": "14.2.15",
"next": "15.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"serve": "14.2.4",
Expand Down
Loading

0 comments on commit f336cd8

Please sign in to comment.