Skip to content

Commit

Permalink
Update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Sep 12, 2024
1 parent 879ce29 commit 6cf58e4
Show file tree
Hide file tree
Showing 6 changed files with 685 additions and 1,294 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@
"./storybook"
],
"devDependencies": {
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jest": "28.8.2",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.35.1",
"html-validate": "8.21.0",
"husky": "9.1.5",
"eslint-plugin-react": "7.36.0",
"html-validate": "8.22.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "17.1.1",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
"postcss": "8.4.44",
"postcss": "8.4.45",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"stylelint": "16.9.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"stylelint-use-logical": "2.1.2",
"typescript": "5.5.4",
"wait-on": "8.0.0"
"typescript": "5.6.2",
"wait-on": "8.0.1"
},
"scripts": {
"build": "pnpm -r build",
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"clean": "rimraf dist/"
},
"devDependencies": {
"sass": "1.77.8"
"sass": "1.78.0"
},
"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 @@ -55,20 +55,20 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "14.2.7",
"next": "14.2.10",
"npm-run-all": "4.1.5",
"postcss": "8.4.44",
"postcss": "8.4.45",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.21.2",
"rollup-plugin-delete": "2.0.0",
"rollup": "4.21.3",
"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.77.8",
"sass": "1.78.0",
"tslib": "2.7.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 6cf58e4

Please sign in to comment.