Skip to content

Commit

Permalink
chore: Update minor dependencies and update script names (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Sep 30, 2024
1 parent 9b97e47 commit 3734e6e
Show file tree
Hide file tree
Showing 6 changed files with 541 additions and 589 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"./storybook"
],
"devDependencies": {
"@types/node": "22.5.5",
"@types/node": "22.7.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"conventional-changelog-conventionalcommits": "8.0.0",
Expand All @@ -34,12 +34,12 @@
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.36.1",
"html-validate": "8.22.0",
"eslint-plugin-react": "7.37.0",
"html-validate": "8.24.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.41.0",
"npm-check-updates": "17.1.2",
"markdownlint-cli": "0.42.0",
"npm-check-updates": "17.1.3",
"npm-package-json-lint": "8.0.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
Expand Down Expand Up @@ -74,9 +74,9 @@
"test": "npm run test-workspaces",
"test-update": "npm-run-all --sequential clean lint build test",
"test-workspaces": "pnpm -r --no-bail test",
"update-major": "npm-check-updates --configFileName .ncurc.major.js --deep --dep dev,prod --target latest --upgrade && pnpm install",
"update-minor": "npm-check-updates --configFileName .ncurc.minor.js --deep --dep dev,prod --target minor --upgrade && pnpm install",
"update-patch": "npm-check-updates --configFileName .ncurc.patch.js --deep --dep dev,prod --target patch --upgrade && pnpm install",
"update:major": "npm-check-updates --configFileName .ncurc.major.js --deep --dep dev,prod --target latest --upgrade && pnpm install",
"update:minor": "npm-check-updates --configFileName .ncurc.minor.js --deep --dep dev,prod --target minor --upgrade && pnpm install",
"update:patch": "npm-check-updates --configFileName .ncurc.patch.js --deep --dep dev,prod --target patch --upgrade && pnpm install",
"watch:css": "npm run --workspace packages/css build:watch",
"watch:react": "npm run --workspace packages/react build:watch",
"watch:storybook": "npm run --workspace storybook start",
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.2"
"sass": "1.79.4"
},
"peerDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.1.0",
"@rollup/plugin-commonjs": "26.0.3",
"@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/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/lodash": "4.17.7",
"@types/react": "18.3.8",
"@types/lodash": "4.17.9",
"@types/react": "18.3.10",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
Expand All @@ -60,15 +60,15 @@
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.22.2",
"rollup": "4.22.5",
"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.79.2",
"sass": "1.79.4",
"tslib": "2.7.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3734e6e

Please sign in to comment.