Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
Close #273, #274, #275, #276, #277, #278.
  • Loading branch information
yld-weng committed May 3, 2022
1 parent 5df130a commit 7173260
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 @@ -51,7 +51,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 @@ -65,4 +65,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@nivo/marimekko": "^0.79.1",
"@nivo/radar": "^0.79.1",
"@nivo/waffle": "^0.79.1",
"antd": "^4.20.1",
"antd": "^4.20.2",
"babel-plugin-styled-components": "^2.0.7",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
Expand Down Expand Up @@ -94,7 +94,7 @@
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"node-polyfill-webpack-plugin": "^1.1.4",
"postcss": "^8.4.12",
"postcss": "^8.4.13",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
Expand Down Expand Up @@ -134,7 +134,7 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/react-hooks": "^8.0.0",
"autoprefixer": "^10.4.5",
"autoprefixer": "^10.4.7",
"babel-jest": "^28.0.3",
"babel-preset-gatsby": "^2.13.0",
"conventional-changelog-conventionalcommits": "^4.6.3",
Expand Down

0 comments on commit 7173260

Please sign in to comment.