Skip to content

Commit

Permalink
Update nextjs monorepo to v14.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent a624e2c commit 200bdfc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-pack": "cd ../../ && pnpm test-pack eslint-config-next"
},
"dependencies": {
"@next/eslint-plugin-next": "14.1.1",
"@next/eslint-plugin-next": "14.1.2",
"@rushstack/eslint-patch": "^1.1.3",
"@typescript-eslint/parser": "^7.0.0",
"eslint-import-resolver-node": "^0.3.6",
Expand Down
10 changes: 5 additions & 5 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
]
},
"dependencies": {
"@next/env": "14.1.0",
"@next/env": "14.1.2",
"@swc/helpers": "0.5.6",
"caniuse-lite": "^1.0.30001406",
"postcss": "8.4.35",
Expand Down Expand Up @@ -127,10 +127,10 @@
"@hapi/accept": "6.0.3",
"@napi-rs/cli": "2.18.0",
"@napi-rs/triples": "1.2.0",
"@next/polyfill-module": "14.1.0",
"@next/polyfill-nomodule": "14.1.0",
"@next/react-dev-overlay": "14.1.0",
"@next/react-refresh-utils": "14.1.0",
"@next/polyfill-module": "14.1.2",
"@next/polyfill-nomodule": "14.1.2",
"@next/react-dev-overlay": "14.1.2",
"@next/react-refresh-utils": "14.1.2",
"@next/swc": "13.1.6",
"@segment/ajv-human-errors": "2.12.0",
"@taskr/clear": "1.1.0",
Expand Down

0 comments on commit 200bdfc

Please sign in to comment.