Skip to content

Commit

Permalink
chore: Apply minor dependency upgrades (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Nov 29, 2023
1 parent 035ca08 commit b56d1bc
Show file tree
Hide file tree
Showing 6 changed files with 767 additions and 1,088 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@lerna-lite/publish": "2.7.2",
"@lerna-lite/run": "2.7.2",
"@lerna-lite/version": "2.7.2",
"@types/node": "20.9.4",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-react": "7.33.2",
"html-validate": "8.7.2",
"html-validate": "8.7.3",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"markdownlint-cli": "0.37.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.0.5",
"@rollup/pluginutils": "5.1.0",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/date-fns": "2.6.0",
"@types/jest": "29.5.10",
"@types/lodash": "4.14.202",
"@types/react": "18.2.38",
"@types/react": "18.2.39",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
Expand All @@ -63,7 +63,7 @@
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.5.1",
"rollup": "4.6.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 b56d1bc

Please sign in to comment.