Skip to content

Commit 68d81b9

Browse files
committedJul 23, 2022
⬇️ Downgrade NextJS and React
Middleware didn't work in v12.2.3. Hopefully the password protection will work again now.
1 parent d438faa commit 68d81b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+192
-310
lines changed
 

‎next.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
66

77
module.exports = withBundleAnalyzer({
88
reactStrictMode: false,
9+
experimental: {
10+
outputStandalone: true,
11+
},
912
output: 'standalone',
1013
});

‎package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@
4040
"@mantine/prism": "^4.2.12",
4141
"@nivo/core": "^0.79.0",
4242
"@nivo/line": "^0.79.1",
43-
"@tabler/icons": "^1.76.0",
43+
"@tabler/icons": "^1.78.0",
4444
"axios": "^0.27.2",
4545
"cookies-next": "^2.1.1",
4646
"dayjs": "^1.11.4",
4747
"dockerode": "^3.3.2",
4848
"framer-motion": "^6.5.1",
4949
"js-file-download": "^0.4.12",
50-
"next": "12.2.0",
50+
"next": "12.1.6",
5151
"prism-react-renderer": "^1.3.5",
52-
"react": "^18.2.0",
53-
"react-dom": "^18.2.0",
52+
"react": "^17.0.1",
53+
"react-dom": "^17.0.1",
5454
"systeminformation": "^5.12.1",
5555
"uuid": "^8.3.2"
5656
},
5757
"devDependencies": {
58-
"@next/bundle-analyzer": "12.2.0",
59-
"@next/eslint-plugin-next": "12.2.0",
58+
"@next/bundle-analyzer": "^12.1.4",
59+
"@next/eslint-plugin-next": "^12.1.4",
6060
"@types/dockerode": "^3.3.9",
61-
"@types/node": "^18.0.6",
62-
"@types/react": "^18.0.15",
61+
"@types/node": "17.0.1",
62+
"@types/react": "17.0.1",
6363
"@types/uuid": "^8.3.4",
6464
"@typescript-eslint/eslint-plugin": "^5.30.7",
6565
"@typescript-eslint/parser": "^5.30.7",

0 commit comments

Comments
 (0)
Please sign in to comment.