Skip to content

Commit

Permalink
feat: update to Next.js v11
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidZORO committed Jun 16, 2021
1 parent 0e1716a commit caeb819
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 158 deletions.
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = withAntdLess({
},

// NextFuture
future: {
webpack5: true,
},
// future: {
// webpack5: true,
// },
});
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"build": "next build"
},
"dependencies": {
"antd": "^4.16.1",
"antd": "^4.16.3",
"autoprefixer": "^10.2.6",
"axios": "^0.21.0",
"classnames": "^2.3.1",
"css-loader": "^5.2.6",
"next": "10.2.0",
"next": "11.0.0",
"next-plugin-antd-less": "^1.2.2",
"normalize.css": "^8.0.1",
"react": "17.0.2",
Expand All @@ -44,15 +44,15 @@
"@types/classnames": "^2.3.1",
"@types/eslint": "^7.2.13",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/node": "^15.9.0",
"@types/prettier": "^2.2.3",
"@types/react": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@types/node": "^15.12.2",
"@types/prettier": "^2.3.0",
"@types/react": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-plugin-import": "^1.13.3",
"babel-plugin-module-resolver": "^4.0.0",
"commitlint": "^12.1.4",
"eslint": "^7.27.0",
"eslint": "^7.28.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.0.0",
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"prettier": "^2.3.1",
"pretty-quick": "^3.1.0",
"typescript": "^4.3.2"
}
Expand Down
Loading

0 comments on commit caeb819

Please sign in to comment.