Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 9, 2023
1 parent 23b975d commit 719599a
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
directory: ./coverage

- name: Upload Code Climate Test Coverage
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: '${{ secrets.CC_TEST_REPORTER_ID }}'

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,23 @@
"react-dom": ">=16.8"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.9.0",
"@arethetypeswrong/cli": "^0.10.1",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/resize-observer-browser": "^0.1.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"browserslist": "^4.21.10",
"c8": "^8.0.1",
"concurrently": "^8.2.1",
"esbuild-plugin-browserslist": "^0.9.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"lint-staged": "^14.0.1",
"np": "^8.0.4",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
Expand Down

0 comments on commit 719599a

Please sign in to comment.