Skip to content

Commit

Permalink
chore: Update dependencies (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Apr 25, 2024
1 parent 963860d commit 4bf93bc
Show file tree
Hide file tree
Showing 5 changed files with 9,941 additions and 8,080 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@lerna-lite/cli": "3.3.3",
"@lerna-lite/run": "3.3.3",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -37,7 +37,7 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.34.1",
"html-validate": "8.18.1",
"html-validate": "8.18.2",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.39.0",
Expand All @@ -48,7 +48,7 @@
"postcss": "8.4.38",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.3.1",
"stylelint": "16.4.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "5.4.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@amsterdam/design-system-react-icons": "workspace:*",
"@babel/runtime": "7.24.4",
"clsx": "2.1.0"
"clsx": "2.1.1"
},
"devDependencies": {
"@babel/core": "7.24.4",
Expand All @@ -47,20 +47,20 @@
"@rollup/pluginutils": "5.1.0",
"@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"@testing-library/react": "15.0.4",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/react": "18.2.79",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "14.2.1",
"next": "14.2.3",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.14.3",
"rollup": "4.16.4",
"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 4bf93bc

Please sign in to comment.