Skip to content

Commit

Permalink
chore: Apply minor dependency upgrades (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Dec 1, 2023
1 parent 4908a42 commit 4dba756
Show file tree
Hide file tree
Showing 7 changed files with 1,066 additions and 1,030 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@lerna-lite/publish": "3.0.0",
"@lerna-lite/run": "3.0.0",
"@lerna-lite/version": "3.0.0",
"@types/node": "20.10.0",
"@types/node": "20.10.1",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"conventional-changelog-conventionalcommits": "7.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"date-fns": "2.30.0"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/preset-env": "7.23.3",
"@babel/preset-env": "7.23.5",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.4",
"@babel/runtime": "7.23.5",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.1.0",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/date-fns": "2.6.0",
Expand All @@ -63,7 +63,7 @@
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.6.0",
"rollup": "4.6.1",
"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 4dba756

Please sign in to comment.