|
24 | 24 | "setup": "sh setup.sh"
|
25 | 25 | },
|
26 | 26 | "dependencies": {
|
27 |
| - "@babel/runtime": "^7.25.7", |
| 27 | + "@babel/runtime": "^7.26.0", |
28 | 28 | "@loadable/component": "^5.16.4",
|
29 | 29 | "@loadable/server": "^5.16.5",
|
30 | 30 | "classnames": "^2.5.1",
|
31 |
| - "core-js": "^3.38.1", |
32 |
| - "dotenv": "^16.4.5", |
| 31 | + "core-js": "^3.39.0", |
| 32 | + "dotenv": "^16.4.7", |
33 | 33 | "express": "^5.0.0",
|
34 | 34 | "morgan": "^1.10.0",
|
35 |
| - "postcss": "^8.4.47", |
36 |
| - "react": "^18.3.1", |
37 |
| - "react-cookie": "^7.2.1", |
38 |
| - "react-dom": "^18.3.1", |
| 35 | + "postcss": "^8.4.49", |
| 36 | + "react": "^19.0.0", |
| 37 | + "react-cookie": "^7.2.2", |
| 38 | + "react-dom": "^19.0.0", |
39 | 39 | "react-helmet-async": "^2.0.5",
|
40 |
| - "react-router": "^6.27.0", |
41 |
| - "react-router-dom": "^6.27.0", |
| 40 | + "react-router": "^7.1.1", |
| 41 | + "react-router-dom": "^7.1.1", |
42 | 42 | "reflect-metadata": "^0.2.2",
|
43 |
| - "universal-cookie-express": "^7.2.1", |
| 43 | + "universal-cookie-express": "^7.2.2", |
44 | 44 | "url-join": "^5.0.0",
|
45 |
| - "uuid": "^10.0.0", |
46 |
| - "winston": "^3.15.0", |
47 |
| - "workbox-window": "^7.1.0", |
48 |
| - "zod": "^3.23.8" |
| 45 | + "uuid": "^11.0.3", |
| 46 | + "winston": "^3.17.0", |
| 47 | + "workbox-window": "^7.3.0", |
| 48 | + "zod": "^3.24.1" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@babel/cli": "^7.25.7", |
52 |
| - "@babel/core": "^7.25.8", |
53 |
| - "@babel/plugin-proposal-decorators": "^7.25.7", |
54 |
| - "@babel/plugin-transform-runtime": "^7.25.7", |
55 |
| - "@babel/preset-env": "^7.25.8", |
56 |
| - "@babel/preset-react": "^7.25.7", |
57 |
| - "@babel/preset-typescript": "^7.25.7", |
58 |
| - "@babel/register": "7.25.7", |
59 |
| - "@eslint/compat": "^1.2.0", |
| 51 | + "@babel/cli": "^7.26.4", |
| 52 | + "@babel/core": "^7.26.0", |
| 53 | + "@babel/plugin-proposal-decorators": "^7.25.9", |
| 54 | + "@babel/plugin-transform-runtime": "^7.25.9", |
| 55 | + "@babel/preset-env": "^7.26.0", |
| 56 | + "@babel/preset-react": "^7.26.3", |
| 57 | + "@babel/preset-typescript": "^7.26.0", |
| 58 | + "@babel/register": "7.25.9", |
| 59 | + "@eslint/compat": "^1.2.4", |
60 | 60 | "@loadable/babel-plugin": "5.16.1",
|
61 | 61 | "@loadable/webpack-plugin": "^5.15.2",
|
62 | 62 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
63 | 63 | "@svgr/webpack": "^8.1.0",
|
64 | 64 | "@testing-library/dom": "^10.4.0",
|
65 |
| - "@testing-library/jest-dom": "^6.5.0", |
66 |
| - "@testing-library/react": "^16.0.1", |
| 65 | + "@testing-library/jest-dom": "^6.6.3", |
| 66 | + "@testing-library/react": "^16.1.0", |
67 | 67 | "@testing-library/user-event": "^14.5.2",
|
68 |
| - "@types/classnames": "^2.3.1", |
| 68 | + "@types/classnames": "^2.3.4", |
69 | 69 | "@types/express": "^5.0.0",
|
70 |
| - "@types/jest": "^29.5.13", |
| 70 | + "@types/jest": "^29.5.14", |
71 | 71 | "@types/loadable__component": "^5.13.9",
|
72 | 72 | "@types/loadable__server": "^5.12.11",
|
73 | 73 | "@types/loadable__webpack-plugin": "^5.7.6",
|
74 | 74 | "@types/mini-css-extract-plugin": "^2.5.1",
|
75 | 75 | "@types/morgan": "^1.9.9",
|
76 |
| - "@types/node": "^22.7.5", |
77 |
| - "@types/react-dom": "^18.3.1", |
| 76 | + "@types/node": "^22.10.2", |
| 77 | + "@types/react": "^19.0.2", |
| 78 | + "@types/react-dom": "^19.0.2", |
78 | 79 | "@types/react-router-dom": "^5.3.3",
|
79 | 80 | "@types/require-from-string": "^1.2.3",
|
80 | 81 | "@types/serve-favicon": "^2.5.7",
|
81 | 82 | "@types/uuid": "^10.0.0",
|
82 | 83 | "@types/webpack-env": "^1.18.5",
|
83 | 84 | "@types/webpack-node-externals": "^3.0.4",
|
84 | 85 | "@types/webpack-stats-plugin": "^0.3.5",
|
85 |
| - "@typescript-eslint/eslint-plugin": "^8.8.1", |
86 |
| - "@typescript-eslint/parser": "^8.8.1", |
| 86 | + "@typescript-eslint/eslint-plugin": "^8.18.2", |
| 87 | + "@typescript-eslint/parser": "^8.18.2", |
87 | 88 | "autoprefixer": "^10.4.20",
|
88 | 89 | "babel-loader": "^9.2.1",
|
89 |
| - "babel-plugin-react-compiler": "^0.0.0-experimental-ad3b12a-20241011", |
| 90 | + "babel-plugin-react-compiler": "^19.0.0-beta-b2e8e9c-20241220", |
90 | 91 | "copy-webpack-plugin": "^12.0.2",
|
91 | 92 | "cross-env": "^7.0.3",
|
92 | 93 | "css-loader": "7.1.2",
|
93 | 94 | "cssnano": "^7.0.6",
|
94 |
| - "eslint": "^9.12.0", |
| 95 | + "eslint": "^9.17.0", |
95 | 96 | "eslint-plugin-prettier": "^5.2.1",
|
96 |
| - "eslint-plugin-react": "^7.37.1", |
97 |
| - "eslint-plugin-react-compiler": "^0.0.0-experimental-45ae4c3-20241011", |
| 97 | + "eslint-plugin-react": "^7.37.3", |
| 98 | + "eslint-plugin-react-compiler": "^19.0.0-beta-b2e8e9c-20241220", |
98 | 99 | "fork-ts-checker-webpack-plugin": "^9.0.2",
|
99 |
| - "globals": "^15.11.0", |
| 100 | + "globals": "^15.14.0", |
100 | 101 | "html-loader": "^5.1.0",
|
101 |
| - "html-webpack-plugin": "^5.6.0", |
102 |
| - "husky": "^9.1.6", |
| 102 | + "html-webpack-plugin": "^5.6.3", |
| 103 | + "husky": "^9.1.7", |
103 | 104 | "identity-obj-proxy": "^3.0.0",
|
104 | 105 | "jest": "^29.7.0",
|
105 | 106 | "jest-environment-jsdom": "^29.7.0",
|
106 |
| - "lint-staged": "^15.2.10", |
107 |
| - "mini-css-extract-plugin": "^2.9.1", |
108 |
| - "nodemon": "^3.1.7", |
| 107 | + "lint-staged": "^15.2.11", |
| 108 | + "mini-css-extract-plugin": "^2.9.2", |
| 109 | + "nodemon": "^3.1.9", |
109 | 110 | "npm-run-all": "^4.1.5",
|
110 | 111 | "postcss-loader": "^8.1.1",
|
111 | 112 | "postcss-scss": "^4.0.9",
|
112 |
| - "prettier": "^3.3.3", |
113 |
| - "react-compiler-runtime": "^0.0.0-experimental-8d8e73f-20241011", |
114 |
| - "react-refresh": "^0.14.2", |
| 113 | + "prettier": "^3.4.2", |
| 114 | + "react-compiler-runtime": "^19.0.0-beta-b2e8e9c-20241220", |
| 115 | + "react-refresh": "^0.16.0", |
115 | 116 | "require-from-string": "^2.0.2",
|
116 | 117 | "rimraf": "^6.0.1",
|
117 |
| - "sass": "^1.79.5", |
118 |
| - "sass-loader": "^16.0.2", |
| 118 | + "sass": "^1.83.0", |
| 119 | + "sass-loader": "^16.0.4", |
119 | 120 | "serve-favicon": "^2.5.0",
|
120 |
| - "stylelint": "^16.10.0", |
121 |
| - "stylelint-config-standard-scss": "^13.1.0", |
| 121 | + "stylelint": "^16.12.0", |
| 122 | + "stylelint-config-standard-scss": "^14.0.0", |
122 | 123 | "stylelint-order": "^6.0.4",
|
123 | 124 | "ts-jest": "^29.2.5",
|
124 | 125 | "ts-node": "^10.9.2",
|
125 |
| - "tsconfig-paths-webpack-plugin": "^4.1.0", |
126 |
| - "typescript": "^5.6.3", |
127 |
| - "webpack": "^5.95.0", |
128 |
| - "webpack-cli": "^5.1.4", |
| 126 | + "tsconfig-paths-webpack-plugin": "^4.2.0", |
| 127 | + "typescript": "^5.7.2", |
| 128 | + "webpack": "^5.97.1", |
| 129 | + "webpack-cli": "^6.0.1", |
129 | 130 | "webpack-dev-middleware": "^7.4.2",
|
130 |
| - "webpack-dev-server": "^5.1.0", |
| 131 | + "webpack-dev-server": "^5.2.0", |
131 | 132 | "webpack-hot-middleware": "2.26.1",
|
132 | 133 | "webpack-node-externals": "^3.0.0",
|
133 | 134 | "webpack-stats-plugin": "^1.1.3",
|
134 |
| - "workbox-precaching": "^7.1.0", |
135 |
| - "workbox-recipes": "^7.1.0", |
136 |
| - "workbox-routing": "^7.1.0", |
137 |
| - "workbox-strategies": "^7.1.0", |
138 |
| - "workbox-webpack-plugin": "^7.1.0" |
| 135 | + "workbox-precaching": "^7.3.0", |
| 136 | + "workbox-recipes": "^7.3.0", |
| 137 | + "workbox-routing": "^7.3.0", |
| 138 | + "workbox-strategies": "^7.3.0", |
| 139 | + "workbox-webpack-plugin": "^7.3.0" |
139 | 140 | }
|
140 | 141 | }
|
0 commit comments