update next.js
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"presets": [
|
||||
"next/babel"
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"babel-plugin-styled-components",
|
||||
{
|
||||
"ssr": true,
|
||||
"displayName": true,
|
||||
"preprocess": false,
|
||||
"pure": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -40,6 +40,7 @@ yarn-error.log*
|
||||
# SEO
|
||||
public/robots.txt
|
||||
public/sitemap.xml
|
||||
public/sitemap-0.xml
|
||||
|
||||
# Sentry
|
||||
.sentryclirc
|
||||
|
||||
Generated
+365
-2951
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -48,10 +48,10 @@
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-config-airbnb-typescript": "^13.0.0",
|
||||
"eslint-config-next": "^12.0.7",
|
||||
"eslint-config-next": "^12.1.0",
|
||||
"husky": "^7.0.1",
|
||||
"jest": "^27.1.0",
|
||||
"next-sitemap": "^1.6.203",
|
||||
"next-sitemap": "^2.4.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-jsx": "^0.36.4",
|
||||
"postcss-syntax": "^0.36.2",
|
||||
@@ -63,7 +63,7 @@
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/bundle-analyzer": "^12.0.7",
|
||||
"@next/bundle-analyzer": "^12.1.0",
|
||||
"@rjsf/core": "^3.2.1",
|
||||
"@sentry/nextjs": "^6.17.9",
|
||||
"axios": "^0.21.1",
|
||||
@@ -71,7 +71,7 @@
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"js-cookie": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"next": "^12.0.7",
|
||||
"next": "^12.1.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"react": "^17.0.2",
|
||||
"react-beautiful-dnd": "^13.1.0",
|
||||
|
||||
Reference in New Issue
Block a user