Skip to content

fix(deps): update all dependencies #380

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@ jobs:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version: ${{ matrix.node }}
cache: yarn
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -27,18 +27,18 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v3
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3
with:
category: '/language:${{ matrix.language }}'
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.2
22.15.0
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.7.0.cjs

This file was deleted.

948 changes: 948 additions & 0 deletions .yarn/releases/yarn-4.9.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@ plugins:
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
spec: "https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js"

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-4.9.1.cjs
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"author": "JounQin <admin@1stg.me>",
"license": "MIT",
"private": true,
"packageManager": "yarn@3.8.5",
"packageManager": "yarn@4.9.1",
"scripts": {
"build": "rimraf dist && cross-env DEBUG='1stg:*' NODE_ENV=production run-p build:react:client build:react:server build:server build:template",
"build:react:client": "webpack --config=build/react.client.babel.js --color --progress",
@@ -28,61 +28,61 @@
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"firebase": "^10.7.2",
"history": "^4.10.1",
"history": "^5.0.0",
"hoist-non-react-statics": "^3.3.2",
"koa": "^2.15.0",
"koa-cash": "^4.1.1",
"koa-cash": "^5.0.0",
"koa-compose": "^4.1.0",
"koa-compress": "^5.1.1",
"koa-logger": "^3.2.1",
"koa-mount": "^4.0.0",
"koa-static-cache": "^5.1.4",
"lodash-es": "^4.17.21",
"lru-cache": "^10.1.0",
"lru-cache": "^11.0.0",
"path-to-regexp": "^6.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-loadable": "^5.5.0",
"react-redux": "^9.1.0",
"react-router": "^5.3.4",
"react-router": "^7.0.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.3.4",
"react-router-dom": "^7.0.0",
"react-server-renderer": "^2.0.3",
"react-transition-group": "^4.4.5",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"serialize-javascript": "^6.0.2"
},
"devDependencies": {
"@1stg/app-config": "^10.0.1",
"@1stg/app-config": "^13.0.0",
"@babel/node": "^7.23.9",
"@commitlint/cli": "^18.6.1",
"@commitlint/cli": "^19.0.0",
"@soda/friendly-errors-webpack-plugin": "^1.8.1",
"@types/webpack": "^4.41.38",
"@types/webpack": "^5.0.0",
"@unts/patch-package": "^8.0.0",
"babel-loader": "^8.3.0",
"css-loader": "^5.2.7",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"babel-loader": "^10.0.0",
"css-loader": "^7.0.0",
"eslint": "^9.0.0",
"eslint-import-resolver-typescript": "^4.0.0",
"html-minifier": "^4.0.0",
"koa-webpack": "^6.0.0",
"lint-staged": "^15.2.2",
"mini-css-extract-plugin": "^1.6.2",
"npm-run-all2": "^6.1.2",
"postcss-loader": "^4.3.0",
"mini-css-extract-plugin": "^2.0.0",
"npm-run-all2": "^7.0.0",
"postcss-loader": "^8.0.0",
"prettier": "^3.2.5",
"prop-types": "^15.8.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"react-style-loader": "^3.0.1",
"rimraf": "^5.0.5",
"rimraf": "^6.0.0",
"sass": "^1.71.0",
"sass-loader": "^10.5.2",
"sass-loader": "^16.0.0",
"simple-git-hooks": "^2.9.0",
"stylelint": "^16.1.0",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0",
"webpack": "^5.0.0",
"webpack-cli": "^6.0.0",
"webpack-merge": "^6.0.0",
"webpack-node-externals": "^3.0.0",
"workbox-webpack-plugin": "^7.0.0"
},
Loading
Loading