Skip to content

Commit

Permalink
chore(deps-dev): bump the patch-and-minor-dev-dependencies group with…
Browse files Browse the repository at this point in the history
… 23 updates (#1740)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 7fa06e6 commit 73a7fb2
Show file tree
Hide file tree
Showing 6 changed files with 542 additions and 1,180 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"./storybook"
],
"devDependencies": {
"@types/node": "22.8.2",
"@types/node": "22.8.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"conventional-changelog-conventionalcommits": "8.0.0",
Expand All @@ -42,7 +42,7 @@
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.42.0",
"npm-check-updates": "17.1.9",
"npm-check-updates": "17.1.10",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rimraf dist/"
},
"devDependencies": {
"sass": "1.80.4"
"sass": "1.80.6"
},
"peerDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/pluginutils": "5.1.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.12",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -64,16 +64,16 @@
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.24.2",
"rollup": "4.24.4",
"rollup-plugin-delete": "2.1.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "7.1.3",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.80.4",
"tslib": "2.8.0"
"sass": "1.80.6",
"tslib": "2.8.1"
},
"peerDependencies": {
"@amsterdam/design-system-css": "workspace:*",
Expand Down
Loading

0 comments on commit 73a7fb2

Please sign in to comment.