Skip to content

Commit

Permalink
Apply minor dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Feb 14, 2024
1 parent 7525cd8 commit 794fb96
Show file tree
Hide file tree
Showing 6 changed files with 973 additions and 840 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@
"./storybook/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.2.1",
"@lerna-lite/run": "3.2.1",
"@types/node": "20.11.7",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@lerna-lite/cli": "3.3.0",
"@lerna-lite/run": "3.3.0",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-jest": "27.8.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.33.2",
"html-validate": "8.9.1",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"markdownlint-cli": "0.38.0",
"npm-check-updates": "16.14.13",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.39.0",
"npm-check-updates": "16.14.15",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
"postcss": "8.4.33",
"prettier": "3.2.4",
"postcss": "8.4.35",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.1.0",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/react": "18.2.48",
"@types/react": "18.2.55",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "14.1.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.33",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.9.6",
"rollup": "4.10.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-filesize": "10.0.0",
Expand Down
Loading

0 comments on commit 794fb96

Please sign in to comment.