Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Oct 22, 2024
1 parent 2ba2332 commit 78b47b3
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 437 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"./storybook"
],
"devDependencies": {
"@types/node": "22.7.5",
"@types/node": "22.7.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"conventional-changelog-conventionalcommits": "8.0.0",
Expand All @@ -30,11 +30,11 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.37.1",
"html-validate": "8.24.1",
"html-validate": "8.24.2",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.42.0",
"npm-check-updates": "17.1.3",
"npm-check-updates": "17.1.4",
"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 @@ -19,7 +19,7 @@
"clean": "rimraf dist/"
},
"devDependencies": {
"sass": "1.79.5"
"sass": "1.80.3"
},
"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 @@ -42,15 +42,15 @@
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/pluginutils": "5.1.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.10",
"@types/lodash": "4.17.12",
"@types/react": "18.3.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand All @@ -67,8 +67,8 @@
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.79.5",
"tslib": "2.7.0"
"sass": "1.80.3",
"tslib": "2.8.0"
},
"peerDependencies": {
"@amsterdam/design-system-css": "workspace:*",
Expand Down
Loading

0 comments on commit 78b47b3

Please sign in to comment.