Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2022
1 parent 16973a7 commit 142adef
Show file tree
Hide file tree
Showing 3 changed files with 1,038 additions and 1,048 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -46,7 +46,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -57,7 +57,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -71,4 +71,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -41,13 +41,13 @@
"@reduxjs/toolkit": "^1.7.2",
"global": "^4.4.0",
"notistack": "^2.0.3",
"pretty-bytes": "^5.6.0",
"pretty-bytes": "^6.0.0",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.27.0",
"react-hot-loader": "^4.13.0",
"react-redux": "^7.2.6",
"react-redux": "^8.0.0",
"react-router-dom": "^6.2.2",
"react-router-hash-link": "^2.4.3",
"redux": "^4.1.2",
Expand All @@ -57,16 +57,16 @@
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@dvcol/eslint-plugin-presets": "^1.2.1",
"@redux-devtools/extension": "^3.2.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react": "^13.0.0",
"@types/chrome": "^0.0.188",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/jest": "^28.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-redux": "^7.1.22",
"@types/react-router-hash-link": "^2.4.5",
"@types/testing-library__jest-dom": "^5.14.2",
Expand All @@ -77,29 +77,29 @@
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"babel-jest": "^28.0.0",
"babel-loader": "^8.2.3",
"babel-preset-react-app": "^10.0.1",
"chrome-webstore-upload-cli": "^2.0.1",
"copy-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.6.0",
"eslint": "^8.0.1",
"extract-changelog-release": "^1.0.2",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.1",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"husky": "^8.0.0",
"jest": "^28.0.0",
"merge-jsons-webpack-plugin": "^2.0.1",
"node-sass": "^7.0.1",
"prettier": "^2.6.2",
"sass-loader": "^12.6.0",
"sass-loader": "^13.0.0",
"source-map-loader": "^3.0.1",
"standard-version": "^9.3.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.3",
"ts-jest": "^28.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.6.2",
"webpack": "^5.69.1",
Expand Down

0 comments on commit 142adef

Please sign in to comment.