Skip to content

Commit

Permalink
chore: deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Nov 27, 2023
1 parent 0ac5999 commit 734f9bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pa11y-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@reduxjs/toolkit": "^1.9.1",
"@types/react-document-meta": "^3.0.2",
"apexcharts": "^3.36.2",
"axios": "^1.2.2",
"axios": "^1.6.2",
"bootstrap": "^5.3.0",
"buffer": "^6.0.3",
"caniuse-lite": "^1.0.30001489",
Expand Down Expand Up @@ -156,7 +156,7 @@
"@types/sanitize-html": "^2.8.0",
"@types/styled-components": "^5.1.24",
"@types/turndown": "^5.0.1",
"@types/webpack": "^5.28.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.59.7",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
Expand All @@ -172,14 +172,14 @@
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
Expand Down

0 comments on commit 734f9bb

Please sign in to comment.