Skip to content

Commit

Permalink
Update dependencies (#706)
Browse files Browse the repository at this point in the history
* Explicitly add latest rollup plugin utils to prevent peer dependency issues

* Update minor dependencies

* Fix lock file
  • Loading branch information
VincentSmedinga authored Oct 31, 2023
1 parent cd29063 commit a5d2333
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 514 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"@lerna-lite/publish": "2.6.0",
"@lerna-lite/run": "2.6.0",
"@lerna-lite/version": "2.6.0",
"@types/node": "20.8.9",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-react": "7.33.2",
Expand Down
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,13 @@
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.0.5",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/date-fns": "2.6.0",
"@types/jest": "29.5.6",
"@types/jest": "29.5.7",
"@types/lodash": "4.14.200",
"@types/react": "18.2.33",
"jest": "29.7.0",
Expand All @@ -62,7 +63,7 @@
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.1.4",
"rollup": "4.2.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "6.1.2",
Expand Down
Loading

0 comments on commit a5d2333

Please sign in to comment.