Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2024
1 parent 55450ef commit af285b7
Show file tree
Hide file tree
Showing 3 changed files with 4,700 additions and 2,920 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 12
- name: install
Expand All @@ -23,7 +23,7 @@ jobs:
yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"lint:fix": "prettier --write ./src/**/*.{ts,tsx}"
},
"dependencies": {
"@juggle/resize-observer": "2.5.0",
"@juggle/resize-observer": "3.4.0",
"dat.gui": "0.7.6",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-redux": "7.1.3",
"react-redux": "9.1.2",
"react-router-dom": "5.1.2",
"react-spring": "9.0.0-beta.34",
"react-three-fiber": "4.0.0-beta.6",
"react-use-gesture": "6.0.14",
"redux": "4.0.4",
"react-three-fiber": "6.0.13",
"react-use-gesture": "9.1.3",
"redux": "5.0.1",
"redux-logger": "3.0.6",
"stats.js": "0.17.0",
"styled-components": "4.4.1",
"styled-components": "6.1.12",
"three": "0.111.0",
"typescript-fsa": "3.0.0"
},
Expand All @@ -37,64 +37,64 @@
"@babel/preset-react": "7.7.4",
"@babel/preset-typescript": "7.7.7",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@types/autoprefixer": "9.6.1",
"@types/autoprefixer": "10.2.0",
"@types/dat.gui": "0.7.5",
"@types/dotenv-webpack": "1.7.0",
"@types/eslint": "6.1.3",
"@types/eslint-plugin-prettier": "2.2.0",
"@types/dotenv-webpack": "7.0.7",
"@types/eslint": "9.6.0",
"@types/eslint-plugin-prettier": "3.1.3",
"@types/html-webpack-plugin": "3.2.1",
"@types/jest": "24.0.23",
"@types/node": "11.15.3",
"@types/prettier": "1.19.0",
"@types/node": "20.14.13",
"@types/prettier": "3.0.0",
"@types/react": "16.9.16",
"@types/react-dom": "16.9.4",
"@types/react-redux": "7.1.5",
"@types/react-router-dom": "5.1.3",
"@types/redux-logger": "3.0.7",
"@types/rimraf": "2.0.3",
"@types/rimraf": "4.0.5",
"@types/stats.js": "0.17.0",
"@types/styled-components": "4.4.1",
"@types/styled-components": "5.1.34",
"@types/uglifyjs-webpack-plugin": "1.1.0",
"@types/webpack": "4.41.0",
"@types/webpack-dev-server": "3.9.0",
"@types/webpack-merge": "4.1.5",
"@types/workbox-webpack-plugin": "4.1.0",
"@types/webpack": "5.28.5",
"@types/webpack-dev-server": "4.7.2",
"@types/webpack-merge": "5.0.0",
"@types/workbox-webpack-plugin": "6.0.0",
"@typescript-eslint/eslint-plugin": "2.12.0",
"@typescript-eslint/parser": "2.12.0",
"@typescript-eslint/typescript-estree": "2.12.0",
"autoprefixer": "9.7.3",
"autoprefixer": "10.4.19",
"babel-jest": "24.9.0",
"babel-loader": "8.0.6",
"babel-loader": "9.1.3",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"copy-webpack-plugin": "5.1.1",
"dotenv-webpack": "1.7.0",
"copy-webpack-plugin": "12.0.2",
"dotenv-webpack": "8.1.0",
"eslint": "6.7.2",
"eslint-config-prettier": "6.7.0",
"eslint-loader": "3.0.3",
"eslint-loader": "4.0.2",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "2.3.0",
"file-loader": "4.3.0",
"fork-ts-checker-webpack-plugin": "3.1.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "6.0.0",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-loader": "5.1.0",
"html-webpack-plugin": "5.6.0",
"image-webpack-loader": "8.1.0",
"jest": "24.9.0",
"jest-styled-components": "6.3.4",
"jest-styled-components": "7.2.0",
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"react-refresh": "0.9.0",
"resolve-url-loader": "3.1.1",
"rimraf": "3.0.0",
"resolve-url-loader": "5.0.0",
"rimraf": "6.0.1",
"ts-jest": "24.2.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"typescript": "4.1.3",
"tsconfig-paths-webpack-plugin": "4.1.0",
"typescript": "5.5.4",
"typescript-styled-plugin": "0.15.0",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.41.3",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-merge": "6.0.1",
"workbox-webpack-plugin": "4.3.1"
}
}
Loading

0 comments on commit af285b7

Please sign in to comment.