Skip to content

Commit

Permalink
Bump dependencies (#22)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Update tsconfig

---------

Co-authored-by: @compulim <@compulim>
  • Loading branch information
compulim authored Sep 10, 2023
1 parent cd27d13 commit 09300dd
Show file tree
Hide file tree
Showing 13 changed files with 2,553 additions and 1,905 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ rules:
no-empty:
- error
- allowEmptyCatch: true
settings:
react:
version: 17.0.2
1,056 changes: 801 additions & 255 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"test:unit": "cd packages/react-chain-of-responsibility && npm test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0"
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3"
}
}
12 changes: 6 additions & 6 deletions packages/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
]
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "^17.0.53",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"@types/react": "^17.0.65",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"typescript": "^4.9.5"
"typescript": "^5.2.2"
},
"localPeerDependencies": {
"react-chain-of-responsibility": "file:../react-chain-of-responsibility/react-chain-of-responsibility-0.0.0-0.tgz"
Expand Down
8 changes: 4 additions & 4 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"author": "William Wong (https://github.com/compulim)",
"license": "MIT",
"devDependencies": {
"@fluentui/react": "^8.110.10",
"@fluentui/react": "^8.111.2",
"@tsconfig/strictest": "^2.0.2",
"@types/react": "^18.2.15",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"esbuild": "^0.18.14",
"esbuild": "^0.19.2",
"react-wrap-with": "^0.0.2",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"dependencies": {
"react": "18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@babel/plugin-transform-runtime",
{
"corejs": 3,
"version": "7.22.6"
"version": "7.22.15"
}
]
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@babel/plugin-transform-runtime",
{
"corejs": 3,
"version": "7.22.6"
"version": "7.22.15"
}
]
],
Expand Down
Loading

0 comments on commit 09300dd

Please sign in to comment.