Skip to content

Commit

Permalink
feat(nextjs): bump Next.js version to 12.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
puku0x committed Dec 6, 2021
1 parent 4935049 commit 385c161
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 132 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"ejs": "^3.1.5",
"enhanced-resolve": "^5.8.3",
"eslint": "8.2.0",
"eslint-config-next": "12.0.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
Expand Down Expand Up @@ -188,7 +188,7 @@
"mime": "2.4.4",
"mini-css-extract-plugin": "^2.1.0",
"minimatch": "3.0.4",
"next": "12.0.0",
"next": "12.0.7",
"next-sitemap": "^1.6.108",
"ng-packagr": "~13.0.0",
"ngrx-store-freeze": "0.2.4",
Expand Down
13 changes: 13 additions & 0 deletions packages/next/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,19 @@
"alwaysAddToPackageJson": false
}
}
},
"13.3.0": {
"version": "13.3.0-beta.0",
"packages": {
"next": {
"version": "12.0.7",
"alwaysAddToPackageJson": false
},
"eslint-config-next": {
"version": "12.0.7",
"alwaysAddToPackageJson": false
}
}
}
}
}
4 changes: 2 additions & 2 deletions packages/next/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const nxVersion = '*';

export const nextVersion = '12.0.0';
export const eslintConfigNextVersion = '12.0.0';
export const nextVersion = '12.0.7';
export const eslintConfigNextVersion = '12.0.7';
export const sassVersion = '1.43.2';
export const lessLoader = '10.2.0';
export const stylusLoader = '6.2.0';
Expand Down
Loading

0 comments on commit 385c161

Please sign in to comment.