Skip to content

Commit

Permalink
Upgrade dependencies (includes Next.js 12.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Feb 21, 2022
1 parent 7b47aeb commit 730ff8f
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 178 deletions.
5 changes: 4 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
* @type import("next").NextConfig
*/
const nextConfig = {
styledComponents: true,
compiler: {
styledComponents: true,
},

i18n: {
defaultLocale: "ru",
localeDetection: false,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.1",
"@next/eslint-plugin-next": "^12.0.11-canary.16",
"@next/eslint-plugin-next": "^12.1.0",
"@visx/geo": "^2.1.2",
"@visx/gradient": "^2.1.0",
"clipboardy": "^3.0.0",
Expand All @@ -42,9 +42,9 @@
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"deromanize": "^1.0.0",
"get-port": "^6.0.0",
"get-port": "^6.1.0",
"lodash-es": "^4.17.21",
"next": "^12.0.11-canary.16",
"next": "^12.1.0",
"next-remote-watch": "^1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@types/object-hash": "^2.2.1",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.39",
"@types/styled-components": "^5.1.22",
"@types/styled-components": "^5.1.23",
"@xmldom/xmldom": "^0.8.1",
"axios": "^0.26.0",
"axios-retry": "^3.2.4",
Expand All @@ -100,7 +100,7 @@
"luxon": "^2.3.0",
"markdownlint-cli": "^0.31.1",
"npm-run-all": "^4.1.5",
"object-hash": "^2.2.0",
"object-hash": "^3.0.0",
"osmtogeojson": "^3.0.0-beta.4",
"prettier": "^2.5.1",
"puppeteer": "^13.3.2",
Expand Down
Loading

0 comments on commit 730ff8f

Please sign in to comment.