Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into task/use-shas-in-workflows
Browse files Browse the repository at this point in the history
VincentSmedinga authored Dec 3, 2024
2 parents 2ea130e + 28c36dc commit 6e2e6e9
Showing 5 changed files with 580 additions and 604 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"./storybook"
],
"devDependencies": {
"@types/node": "22.9.3",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"conventional-changelog-conventionalcommits": "8.0.0",
@@ -38,7 +38,7 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.37.2",
"html-validate": "8.25.1",
"html-validate": "8.27.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.43.0",
@@ -47,9 +47,9 @@
"npm-run-all": "4.1.5",
"plop": "4.0.1",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier": "3.4.1",
"rimraf": "6.0.1",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"stylelint-use-logical": "2.1.2",
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.27.4",
"rollup": "4.28.0",
"rollup-plugin-delete": "2.1.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-filesize": "10.0.0",
1,138 changes: 557 additions & 581 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion proprietary/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"@svgr/cli": "8.1.0",
"@types/react": "18.3.12",
"react": "18.3.1",
"rollup": "4.27.4",
"rollup": "4.28.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0"
},
34 changes: 17 additions & 17 deletions storybook/package.json
Original file line number Diff line number Diff line change
@@ -28,30 +28,30 @@
"@amsterdam/design-system-tokens": "workspace:*",
"@babel/core": "7.26.0",
"@mdx-js/react": "3.1.0",
"@storybook/addon-a11y": "8.4.5",
"@storybook/addon-actions": "8.4.5",
"@storybook/addon-docs": "8.4.5",
"@storybook/addon-essentials": "8.4.5",
"@storybook/addon-interactions": "8.4.5",
"@storybook/addon-links": "8.4.5",
"@storybook/addon-themes": "8.4.5",
"@storybook/blocks": "8.4.5",
"@storybook/components": "8.4.5",
"@storybook/core-events": "8.4.5",
"@storybook/manager-api": "8.4.5",
"@storybook/addon-a11y": "8.4.6",
"@storybook/addon-actions": "8.4.6",
"@storybook/addon-docs": "8.4.6",
"@storybook/addon-essentials": "8.4.6",
"@storybook/addon-interactions": "8.4.6",
"@storybook/addon-links": "8.4.6",
"@storybook/addon-themes": "8.4.6",
"@storybook/blocks": "8.4.6",
"@storybook/components": "8.4.6",
"@storybook/core-events": "8.4.6",
"@storybook/manager-api": "8.4.6",
"@storybook/mdx2-csf": "1.1.0",
"@storybook/preview-api": "8.4.5",
"@storybook/react": "8.4.5",
"@storybook/react-vite": "8.4.5",
"@storybook/theming": "8.4.5",
"@storybook/preview-api": "8.4.6",
"@storybook/react": "8.4.6",
"@storybook/react-vite": "8.4.6",
"@storybook/theming": "8.4.6",
"@types/react": "18.3.12",
"@vitejs/plugin-react": "4.3.3",
"@vitejs/plugin-react": "4.3.4",
"@whitespace/storybook-addon-html": "6.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"remark-gfm": "4.0.0",
"require-from-string": "2.0.2",
"storybook": "8.4.5",
"storybook": "8.4.6",
"vite": "5.4.11"
}
}

0 comments on commit 6e2e6e9

Please sign in to comment.