Skip to content

Commit 6076df1

Browse files
committed
Upgraded application dependencies to their latest versions
1 parent d0dbf8f commit 6076df1

File tree

8 files changed

+2250
-1140
lines changed

8 files changed

+2250
-1140
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NEXT_PUBLIC_BASE_PATH=
2+
NEXT_PUBLIC_BASE_URL=http://localhost:3000
3+
NEXT_PUBLIC_GOOGLE_ANALYTICS=

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const nextConfig = {
1414
permanent: true,
1515
}
1616
],
17-
swcMinify: true,
1817
trailingSlash: false,
1918
webpack(config) {
2019
// Enable importing SVG images as components

package.json

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.7.5",
55
"scripts": {
6-
"build": "next build",
6+
"build": "next build --debug",
77
"dev": "next dev",
88
"lint": "eslint ./src",
99
"lint:fix": "next lint --fix",
@@ -12,38 +12,40 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"@next/third-parties": "^14.2.3",
16-
"@nivo/boxplot": "^0.85.1",
17-
"@nivo/core": "^0.85.1",
15+
"@next/third-parties": "^15.4.6",
16+
"@nivo/boxplot": "^0.99.0",
17+
"@nivo/core": "^0.99.0",
18+
"@nivo/theming": "^0.99.0",
1819
"clsx": "^2.1.1",
19-
"next": "14.2.0",
20+
"next": "^15.4.6",
2021
"normalize.css": "^8.0.1",
21-
"react": "^18.2.0",
22-
"react-dom": "^18.2.0",
23-
"react-icons": "^5.2.0",
22+
"react": "^19.1.1",
23+
"react-dom": "^19.1.1",
24+
"react-icons": "^5.5.0",
2425
"react-transition-group": "^4.4.5",
2526
"scroll-into-view-if-needed": "^3.1.0",
2627
"use-resize-observer": "^9.1.0"
2728
},
2829
"devDependencies": {
29-
"@next/eslint-plugin-next": "^14.2.3",
30+
"@next/eslint-plugin-next": "^15.4.6",
3031
"@svgr/webpack": "^8.1.0",
31-
"@types/node": "^20.12.12",
32-
"@types/react": "^18.3.2",
33-
"@types/react-dom": "^18.3.0",
34-
"@types/react-transition-group": "^4.4.10",
35-
"@typescript-eslint/eslint-plugin": "^7.9.0",
36-
"@typescript-eslint/parser": "^7.9.0",
37-
"eslint": "^8.57.0",
38-
"eslint-config-next": "^14.2.3",
39-
"eslint-config-prettier": "^9.1.0",
40-
"eslint-import-resolver-typescript": "^3.6.1",
41-
"eslint-plugin-import": "^2.29.1",
42-
"eslint-plugin-prettier": "^5.1.3",
43-
"eslint-plugin-react": "^7.34.1",
44-
"eslint-plugin-react-hooks": "^4.6.2",
45-
"globals": "^15.2.0",
46-
"prettier": "^3.2.5",
47-
"typescript": "^5.4.5"
48-
}
32+
"@types/node": "^24.2.0",
33+
"@types/react": "^19.1.9",
34+
"@types/react-dom": "^19.1.7",
35+
"@types/react-transition-group": "^4.4.12",
36+
"@typescript-eslint/eslint-plugin": "^8.39.0",
37+
"@typescript-eslint/parser": "^8.39.0",
38+
"eslint": "^9.32.0",
39+
"eslint-config-next": "^15.4.6",
40+
"eslint-config-prettier": "^10.1.8",
41+
"eslint-import-resolver-typescript": "^4.4.4",
42+
"eslint-plugin-import": "^2.32.0",
43+
"eslint-plugin-prettier": "^5.5.4",
44+
"eslint-plugin-react": "^7.37.5",
45+
"eslint-plugin-react-hooks": "^5.2.0",
46+
"globals": "^16.3.0",
47+
"prettier": "^3.6.2",
48+
"typescript": "^5.9.2"
49+
},
50+
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
4951
}

0 commit comments

Comments
 (0)