Skip to content

Commit cc0e219

Browse files
fix(deps): update all dependencies
1 parent 71eae33 commit cc0e219

File tree

8 files changed

+9329
-12155
lines changed

8 files changed

+9329
-12155
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- ubuntu-latest
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121
with:
2222
node-version: ${{ matrix.node }}
2323
cache: yarn

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v3
33+
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: +security-and-quality
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v3
39+
uses: github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v3
42+
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
4343
with:
4444
category: '/language:${{ matrix.language }}'

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.20.2
1+
22.14.0

.yarn/releases/yarn-3.7.0.cjs

-875
This file was deleted.

.yarn/releases/yarn-4.8.1.cjs

+935
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ plugins:
77
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
88
spec: "https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js"
99

10-
yarnPath: .yarn/releases/yarn-3.7.0.cjs
10+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "JounQin <[email protected]>",
88
"license": "MIT",
99
"private": true,
10-
"packageManager": "yarn@3.8.5",
10+
"packageManager": "yarn@4.8.1",
1111
"scripts": {
1212
"build": "rimraf dist && cross-env DEBUG='1stg:*' NODE_ENV=production run-p build:react:client build:react:server build:server build:template",
1313
"build:react:client": "webpack --config=build/react.client.babel.js --color --progress",
@@ -28,61 +28,61 @@
2828
"cross-env": "^7.0.3",
2929
"debug": "^4.3.4",
3030
"firebase": "^10.7.2",
31-
"history": "^4.10.1",
31+
"history": "^5.0.0",
3232
"hoist-non-react-statics": "^3.3.2",
3333
"koa": "^2.15.0",
34-
"koa-cash": "^4.1.1",
34+
"koa-cash": "^5.0.0",
3535
"koa-compose": "^4.1.0",
3636
"koa-compress": "^5.1.1",
3737
"koa-logger": "^3.2.1",
3838
"koa-mount": "^4.0.0",
3939
"koa-static-cache": "^5.1.4",
4040
"lodash-es": "^4.17.21",
41-
"lru-cache": "^10.1.0",
41+
"lru-cache": "^11.0.0",
4242
"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",
4545
"react-loadable": "^5.5.0",
4646
"react-redux": "^9.1.0",
47-
"react-router": "^5.3.4",
47+
"react-router": "^7.0.0",
4848
"react-router-config": "^5.1.1",
49-
"react-router-dom": "^5.3.4",
49+
"react-router-dom": "^7.0.0",
5050
"react-server-renderer": "^2.0.3",
5151
"react-transition-group": "^4.4.5",
5252
"redux": "^5.0.1",
5353
"redux-thunk": "^3.1.0",
5454
"serialize-javascript": "^6.0.2"
5555
},
5656
"devDependencies": {
57-
"@1stg/app-config": "^10.0.1",
57+
"@1stg/app-config": "^12.0.0",
5858
"@babel/node": "^7.23.9",
59-
"@commitlint/cli": "^18.6.1",
59+
"@commitlint/cli": "^19.0.0",
6060
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
61-
"@types/webpack": "^4.41.38",
61+
"@types/webpack": "^5.0.0",
6262
"@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",
6767
"html-minifier": "^4.0.0",
6868
"koa-webpack": "^6.0.0",
6969
"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",
7373
"prettier": "^3.2.5",
7474
"prop-types": "^15.8.1",
7575
"pug": "^3.0.2",
7676
"pug-plain-loader": "^1.1.0",
7777
"react-style-loader": "^3.0.1",
78-
"rimraf": "^5.0.5",
78+
"rimraf": "^6.0.0",
7979
"sass": "^1.71.0",
80-
"sass-loader": "^10.5.2",
80+
"sass-loader": "^16.0.0",
8181
"simple-git-hooks": "^2.9.0",
8282
"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",
8686
"webpack-node-externals": "^3.0.0",
8787
"workbox-webpack-plugin": "^7.0.0"
8888
},

0 commit comments

Comments
 (0)