Skip to content

Commit dd20a41

Browse files
Update to Storybook 8.6 and other minor releases
1 parent 8b83271 commit dd20a41

File tree

5 files changed

+373
-646
lines changed

5 files changed

+373
-646
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@
6262
"@eslint/json": "0.10.0",
6363
"@eslint/markdown": "6.2.2",
6464
"@types/node": "22.13.5",
65-
"@typescript-eslint/eslint-plugin": "8.24.1",
66-
"@typescript-eslint/parser": "8.24.1",
65+
"@typescript-eslint/eslint-plugin": "8.25.0",
66+
"@typescript-eslint/parser": "8.25.0",
6767
"conventional-changelog-conventionalcommits": "8.0.0",
6868
"eslint": "9.21.0",
69-
"eslint-config-prettier": "10.0.1",
69+
"eslint-config-prettier": "10.0.2",
7070
"eslint-plugin-import": "2.31.0",
7171
"eslint-plugin-jest": "28.11.0",
7272
"eslint-plugin-mdx": "3.1.5",
7373
"eslint-plugin-perfectionist": "4.9.0",
7474
"eslint-plugin-react": "7.37.4",
7575
"globals": "16.0.0",
76-
"html-validate": "9.4.0",
76+
"html-validate": "9.4.1",
7777
"husky": "9.1.7",
7878
"lint-staged": "15.4.3",
7979
"npm-check-updates": "17.1.15",
@@ -89,7 +89,7 @@
8989
"stylelint-use-logical": "2.1.2",
9090
"stylelint-value-no-unknown-custom-properties": "6.0.1",
9191
"typescript": "5.7.3",
92-
"typescript-eslint": "8.24.1",
92+
"typescript-eslint": "8.25.0",
9393
"wait-on": "8.0.2"
9494
},
9595
"pnpm": {

packages/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"clean": "rimraf dist/"
2525
},
2626
"devDependencies": {
27-
"sass": "1.85.0"
27+
"sass": "1.85.1"
2828
},
2929
"peerDependencies": {
3030
"@amsterdam/design-system-tokens": "workspace:*",

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/react": "18.3.18",
6060
"jest": "29.7.0",
6161
"jest-environment-jsdom": "29.7.0",
62-
"next": "15.1.7",
62+
"next": "15.2.0",
6363
"npm-run-all": "4.1.5",
6464
"postcss": "8.5.3",
6565
"react": "18.3.1",
@@ -72,7 +72,7 @@
7272
"rollup-plugin-node-polyfills": "0.2.1",
7373
"rollup-plugin-peer-deps-external": "2.2.4",
7474
"rollup-plugin-typescript2": "0.36.0",
75-
"sass": "1.85.0",
75+
"sass": "1.85.1",
7676
"tslib": "2.8.1"
7777
},
7878
"peerDependencies": {

0 commit comments

Comments
 (0)