Skip to content

Commit

Permalink
fix: change next version (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyevskii committed Dec 20, 2023
1 parent 7c7025f commit d752acc
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 115 deletions.
4 changes: 2 additions & 2 deletions template/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dotenv-flow": "3.2.0",
"lodash": "4.17.21",
"mixpanel-browser": "2.45.0",
"next": "14.0.4",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.5",
Expand Down Expand Up @@ -66,7 +66,7 @@
"eslint": "8.36.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.0.3",
"lint-staged": "13.2.0",
"postcss": "8.4.19",
"postcss-preset-mantine": "1.9.0",
Expand Down
18 changes: 9 additions & 9 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"optionalDependencies": {
"@next/swc-android-arm64": "13.2.4",
"@next/swc-darwin-arm64": "14.0.4",
"@next/swc-darwin-x64": "14.0.4",
"@next/swc-darwin-arm64": "14.0.3",
"@next/swc-darwin-x64": "14.0.3",
"@next/swc-linux-arm-gnueabihf": "13.2.4",
"@next/swc-linux-arm64-gnu": "14.0.4",
"@next/swc-linux-arm64-musl": "14.0.4",
"@next/swc-linux-x64-gnu": "14.0.4",
"@next/swc-linux-x64-musl": "14.0.4",
"@next/swc-win32-arm64-msvc": "14.0.4",
"@next/swc-win32-ia32-msvc": "14.0.4",
"@next/swc-win32-x64-msvc": "14.0.4",
"@next/swc-linux-arm64-gnu": "14.0.3",
"@next/swc-linux-arm64-musl": "14.0.3",
"@next/swc-linux-x64-gnu": "14.0.3",
"@next/swc-linux-x64-musl": "14.0.3",
"@next/swc-win32-arm64-msvc": "14.0.3",
"@next/swc-win32-ia32-msvc": "14.0.3",
"@next/swc-win32-x64-msvc": "14.0.3",
"turbo-darwin-64": "1.11.1",
"turbo-darwin-arm64": "1.11.1",
"turbo-linux-64": "1.11.1",
Expand Down
Loading

0 comments on commit d752acc

Please sign in to comment.