Skip to content

Commit

Permalink
chore: Update minor dependencies (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Jul 23, 2024
1 parent cf2e8aa commit e3b117e
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 638 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"devDependencies": {
"@lerna-lite/cli": "3.7.1",
"@lerna-lite/run": "3.7.1",
"@types/node": "20.14.11",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.34.4",
"html-validate": "8.20.1",
"eslint-plugin-react": "7.35.0",
"html-validate": "8.21.0",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"markdownlint-cli": "0.41.0",
Expand All @@ -52,7 +52,7 @@
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"stylelint-use-logical": "2.1.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"wait-on": "7.2.0"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.1.0",
"@testing-library/dom": "10.3.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
Expand All @@ -60,7 +60,7 @@
"postcss": "8.4.39",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.18.1",
"rollup": "4.19.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-filesize": "10.0.0",
Expand Down
Loading

0 comments on commit e3b117e

Please sign in to comment.