Skip to content

Commit

Permalink
feat: upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Nanberg committed Aug 18, 2023
1 parent e1fd495 commit a720195
Show file tree
Hide file tree
Showing 5 changed files with 1,184 additions and 893 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
"test": "npm run lint"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.0.0",
"eslint-plugin-jest-dom": "^4.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-testing-library": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.0",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"eslint": "^8.2.0",
"prettier": "^2.4.1",
"semantic-release": "^21.0.0",
"typescript": "^5.0.0"
"eslint": "^8.47.0",
"prettier": "^3.0.2",
"semantic-release": "^21.0.7",
"typescript": "^5.1.6"
},
"peerDependencies": {
"eslint": ">=7"
Expand Down
Loading

0 comments on commit a720195

Please sign in to comment.