Skip to content

Commit

Permalink
chore: update and pin all dependencies (#948)
Browse files Browse the repository at this point in the history
* chore: update + pin all dependencies to latest version

* fix: missing react eslint plugin
  • Loading branch information
jamesdh committed Mar 1, 2023
1 parent a605296 commit caf90a7
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 629 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"plugins": [
"@typescript-eslint",
"react",
"jest"
],
"extends": [
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,36 @@
"bundlewatch": "bundlewatch --config .bundlewatch.config.json"
},
"dependencies": {
"oidc-client-ts": "^2.0.5"
"oidc-client-ts": "2.2.1"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/faker": "^6.6.9",
"@types/faker": "6.6.9",
"@types/jest": "29.4.0",
"@types/node": "^17.0.29",
"@types/node": "18.14.2",
"@types/react": "^18.0.8",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"bundlewatch": "^0.3.2",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.18.0",
"bundlewatch": "0.3.3",
"eslint": "8.35.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-react": "^7.19.0",
"faker": "^6.6.6",
"eslint-plugin-react": "7.32.2",
"faker": "6.6.6",
"jest": "29.4.3",
"jest-cli": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-fail-on-console": "3.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"ts-jest": "29.0.5",
"ts-node-dev": "^1.0.0-pre.40",
"ts-node-dev": "2.0.0",
"typedoc": "0.23.24",
"typedoc-plugin-markdown": "3.14.0",
"typescript": "^4.6.3"
"typescript": "4.9.5"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down

0 comments on commit caf90a7

Please sign in to comment.