|
7 | 7 | "author": "JounQin <[email protected]>",
|
8 | 8 | "license": "MIT",
|
9 | 9 | "private": true,
|
10 |
| - "packageManager": "yarn@3.8.5", |
| 10 | + "packageManager": "yarn@4.8.1", |
11 | 11 | "scripts": {
|
12 | 12 | "build": "rimraf dist && cross-env DEBUG='1stg:*' NODE_ENV=production run-p build:react:client build:react:server build:server build:template",
|
13 | 13 | "build:react:client": "webpack --config=build/react.client.babel.js --color --progress",
|
|
28 | 28 | "cross-env": "^7.0.3",
|
29 | 29 | "debug": "^4.3.4",
|
30 | 30 | "firebase": "^10.7.2",
|
31 |
| - "history": "^4.10.1", |
| 31 | + "history": "^5.0.0", |
32 | 32 | "hoist-non-react-statics": "^3.3.2",
|
33 | 33 | "koa": "^2.15.0",
|
34 |
| - "koa-cash": "^4.1.1", |
| 34 | + "koa-cash": "^5.0.0", |
35 | 35 | "koa-compose": "^4.1.0",
|
36 | 36 | "koa-compress": "^5.1.1",
|
37 | 37 | "koa-logger": "^3.2.1",
|
38 | 38 | "koa-mount": "^4.0.0",
|
39 | 39 | "koa-static-cache": "^5.1.4",
|
40 | 40 | "lodash-es": "^4.17.21",
|
41 |
| - "lru-cache": "^10.1.0", |
| 41 | + "lru-cache": "^11.0.0", |
42 | 42 | "path-to-regexp": "^6.2.1",
|
43 |
| - "react": "^18.2.0", |
44 |
| - "react-dom": "^18.2.0", |
| 43 | + "react": "^19.0.0", |
| 44 | + "react-dom": "^19.0.0", |
45 | 45 | "react-loadable": "^5.5.0",
|
46 | 46 | "react-redux": "^9.1.0",
|
47 |
| - "react-router": "^5.3.4", |
| 47 | + "react-router": "^7.0.0", |
48 | 48 | "react-router-config": "^5.1.1",
|
49 |
| - "react-router-dom": "^5.3.4", |
| 49 | + "react-router-dom": "^7.0.0", |
50 | 50 | "react-server-renderer": "^2.0.3",
|
51 | 51 | "react-transition-group": "^4.4.5",
|
52 | 52 | "redux": "^5.0.1",
|
53 | 53 | "redux-thunk": "^3.1.0",
|
54 | 54 | "serialize-javascript": "^6.0.2"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@1stg/app-config": "^10.0.1", |
| 57 | + "@1stg/app-config": "^12.0.0", |
58 | 58 | "@babel/node": "^7.23.9",
|
59 |
| - "@commitlint/cli": "^18.6.1", |
| 59 | + "@commitlint/cli": "^19.0.0", |
60 | 60 | "@soda/friendly-errors-webpack-plugin": "^1.8.1",
|
61 |
| - "@types/webpack": "^4.41.38", |
| 61 | + "@types/webpack": "^5.0.0", |
62 | 62 | "@unts/patch-package": "^8.0.0",
|
63 |
| - "babel-loader": "^8.3.0", |
64 |
| - "css-loader": "^5.2.7", |
65 |
| - "eslint": "^8.56.0", |
66 |
| - "eslint-import-resolver-typescript": "^3.6.1", |
| 63 | + "babel-loader": "^10.0.0", |
| 64 | + "css-loader": "^7.0.0", |
| 65 | + "eslint": "^9.0.0", |
| 66 | + "eslint-import-resolver-typescript": "^4.0.0", |
67 | 67 | "html-minifier": "^4.0.0",
|
68 | 68 | "koa-webpack": "^6.0.0",
|
69 | 69 | "lint-staged": "^15.2.2",
|
70 |
| - "mini-css-extract-plugin": "^1.6.2", |
71 |
| - "npm-run-all2": "^6.1.2", |
72 |
| - "postcss-loader": "^4.3.0", |
| 70 | + "mini-css-extract-plugin": "^2.0.0", |
| 71 | + "npm-run-all2": "^7.0.0", |
| 72 | + "postcss-loader": "^8.0.0", |
73 | 73 | "prettier": "^3.2.5",
|
74 | 74 | "prop-types": "^15.8.1",
|
75 | 75 | "pug": "^3.0.2",
|
76 | 76 | "pug-plain-loader": "^1.1.0",
|
77 | 77 | "react-style-loader": "^3.0.1",
|
78 |
| - "rimraf": "^5.0.5", |
| 78 | + "rimraf": "^6.0.0", |
79 | 79 | "sass": "^1.71.0",
|
80 |
| - "sass-loader": "^10.5.2", |
| 80 | + "sass-loader": "^16.0.0", |
81 | 81 | "simple-git-hooks": "^2.9.0",
|
82 | 82 | "stylelint": "^16.1.0",
|
83 |
| - "webpack": "^4.47.0", |
84 |
| - "webpack-cli": "^4.10.0", |
85 |
| - "webpack-merge": "^5.10.0", |
| 83 | + "webpack": "^5.0.0", |
| 84 | + "webpack-cli": "^6.0.0", |
| 85 | + "webpack-merge": "^6.0.0", |
86 | 86 | "webpack-node-externals": "^3.0.0",
|
87 | 87 | "workbox-webpack-plugin": "^7.0.0"
|
88 | 88 | },
|
|
0 commit comments