Skip to content

Commit 2793c9b

Browse files
committed
Upgraded application dependencies to their latest versions
1 parent ca94a4b commit 2793c9b

File tree

9 files changed

+2228
-1873
lines changed

9 files changed

+2228
-1873
lines changed

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const config = {
2626
},
2727
output: 'export',
2828
reactStrictMode: true,
29-
swcMinify: true,
3029
trailingSlash: false,
3130
webpack: (config, { dev }) => {
3231
const rules = config.module.rules

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -16,57 +16,57 @@
1616
"start": "next start"
1717
},
1818
"dependencies": {
19-
"@next/third-parties": "^14.2.4",
19+
"@next/third-parties": "^15.4.5",
2020
"@svgr/webpack": "^8.1.0",
21-
"@tanstack/react-query": "^5.50.1",
21+
"@tanstack/react-query": "^5.84.1",
2222
"clsx": "^2.1.1",
23-
"color": "^4.2.3",
24-
"firebase": "^10.12.3",
25-
"get-user-locale": "^2.3.2",
26-
"modern-normalize": "^2.0.0",
27-
"nanoid": "^5.0.7",
28-
"next": "^14.2.4",
29-
"react": "^18.3.1",
23+
"color": "^5.0.0",
24+
"get-user-locale": "^3.0.0",
25+
"modern-normalize": "^3.0.1",
26+
"nanoid": "^5.1.5",
27+
"next": "^15.4.5",
28+
"react": "^19.1.1",
3029
"react-color": "^2.19.3",
31-
"react-dom": "^18.3.1",
32-
"react-icons": "^5.2.1",
30+
"react-dom": "^19.1.1",
31+
"react-icons": "^5.5.0",
3332
"react-slider": "^2.0.6",
34-
"react-spinners": "^0.14.1",
35-
"react-toastify": "^10.0.5",
33+
"react-spinners": "^0.17.0",
34+
"react-toastify": "^11.0.5",
3635
"react-transition-group": "^4.4.5",
3736
"sha1": "^1.1.1",
38-
"use-debounce": "^10.0.2",
37+
"use-debounce": "^10.0.5",
3938
"use-resize-observer": "^9.1.0"
4039
},
4140
"devDependencies": {
42-
"@next/eslint-plugin-next": "^15.0.0-rc.0",
43-
"@types/color": "^3.0.6",
44-
"@types/node": "^20.14.9",
45-
"@types/react": "^18.3.3",
46-
"@types/react-color": "^3.0.12",
47-
"@types/react-dom": "^18.3.0",
41+
"@next/eslint-plugin-next": "^15.4.5",
42+
"@types/color": "^4.2.0",
43+
"@types/node": "^24.2.0",
44+
"@types/react": "^19.1.9",
45+
"@types/react-color": "^3.0.13",
46+
"@types/react-dom": "^19.1.7",
4847
"@types/react-slider": "^1.3.6",
49-
"@types/react-transition-group": "^4.4.10",
48+
"@types/react-transition-group": "^4.4.12",
5049
"@types/sha1": "^1.1.5",
51-
"@typescript-eslint/eslint-plugin": "^7.9.0",
52-
"@typescript-eslint/parser": "^7.14.1",
53-
"eslint": "^9.6.0",
54-
"eslint-config-next": "^14.2.4",
55-
"eslint-config-prettier": "^9.1.0",
56-
"eslint-import-resolver-typescript": "^3.6.1",
57-
"eslint-plugin-import": "^2.29.1",
58-
"eslint-plugin-prettier": "^5.1.3",
59-
"eslint-plugin-react": "^7.34.3",
60-
"eslint-plugin-react-hooks": "^5.1.0-rc-f38c22b244-20240704",
61-
"globals": "^15.8.0",
62-
"husky": "^9.0.11",
50+
"@typescript-eslint/eslint-plugin": "^8.39.0",
51+
"@typescript-eslint/parser": "^8.39.0",
52+
"eslint": "^9.32.0",
53+
"eslint-config-next": "^15.4.5",
54+
"eslint-config-prettier": "^10.1.8",
55+
"eslint-import-resolver-typescript": "^4.4.4",
56+
"eslint-plugin-import": "^2.32.0",
57+
"eslint-plugin-prettier": "^5.5.3",
58+
"eslint-plugin-react": "^7.37.5",
59+
"eslint-plugin-react-hooks": "^5.2.0",
60+
"globals": "^16.3.0",
61+
"husky": "^9.1.7",
6362
"loader-utils": "^3.3.1",
64-
"prettier": "^3.3.2",
63+
"prettier": "^3.6.2",
6564
"tsconfig-paths": "^4.2.0",
66-
"tsx": "^4.15.7",
67-
"typescript": "^5.5.2"
65+
"tsx": "^4.20.3",
66+
"typescript": "^5.9.2 "
6867
},
6968
"resolutions": {
7069
"micromatch": "^4.0.8"
71-
}
70+
},
71+
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
7272
}

0 commit comments

Comments
 (0)