Skip to content

Commit

Permalink
chore: Update minor dependencies and remove unused ESLint plugins (#1801
Browse files Browse the repository at this point in the history
)
  • Loading branch information
VincentSmedinga authored Jan 6, 2025
1 parent e7200e9 commit b6e48ba
Show file tree
Hide file tree
Showing 7 changed files with 2,724 additions and 3,295 deletions.
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,38 +29,36 @@
"devDependencies": {
"@eslint/compat": "1.2.4",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.16.0",
"@eslint/json": "0.8.0",
"@eslint/js": "9.17.0",
"@eslint/json": "0.9.0",
"@eslint/markdown": "6.2.1",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@types/node": "22.10.5",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.37.2",
"globals": "15.13.0",
"html-validate": "8.27.0",
"eslint-plugin-react": "7.37.3",
"globals": "15.14.0",
"html-validate": "8.29.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"npm-check-updates": "17.1.11",
"lint-staged": "15.3.0",
"npm-check-updates": "17.1.13",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
"postcss": "8.4.49",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-standard-scss": "14.0.0",
"stylelint-order": "6.0.4",
"stylelint-use-logical": "2.1.2",
"typescript": "5.7.2",
"typescript-eslint": "8.18.0",
"typescript-eslint": "8.19.0",
"wait-on": "8.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rimraf dist/"
},
"devDependencies": {
"sass": "1.82.0"
"sass": "1.83.1"
},
"peerDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
Expand Down
16 changes: 8 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,32 +47,32 @@
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/pluginutils": "5.1.3",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "15.3.1",
"@rollup/pluginutils": "5.1.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"@types/lodash": "4.17.14",
"@types/react": "18.3.18",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "15.0.4",
"next": "15.1.3",
"npm-run-all": "4.1.5",
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.28.1",
"rollup": "4.30.0",
"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.82.0",
"sass": "1.83.1",
"tslib": "2.8.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b6e48ba

Please sign in to comment.