Skip to content

Commit

Permalink
Merge branch 'develop' into task/use-shas-in-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Dec 3, 2024
2 parents 2ea130e + 28c36dc commit 6e2e6e9
Show file tree
Hide file tree
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
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 6e2e6e9

Please sign in to comment.