Skip to content

Commit

Permalink
chore: upgrade dependencies and pnpm lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceeewong committed Jun 19, 2023
1 parent 6e7a415 commit 9b7faff
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 73 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@
"*.{jsx?,tsx?}": "eslint --fix"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3"
"prettier": "^2.8.8"
},
"workspaces": [
"packages/*"
Expand Down
Loading

0 comments on commit 9b7faff

Please sign in to comment.