Skip to content

Commit

Permalink
chore: Update dependencies (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Mar 20, 2024
1 parent 8dec2cf commit d91e6fa
Show file tree
Hide file tree
Showing 6 changed files with 2,263 additions and 1,357 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,34 +23,34 @@
"./storybook"
],
"devDependencies": {
"@lerna-lite/cli": "3.3.0",
"@lerna-lite/run": "3.3.0",
"@types/node": "20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@lerna-lite/cli": "3.3.1",
"@lerna-lite/run": "3.3.1",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.33.2",
"html-validate": "8.11.1",
"eslint-plugin-react": "7.34.1",
"html-validate": "8.17.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.39.0",
"npm-check-updates": "16.14.15",
"npm-check-updates": "16.14.17",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
"postcss": "8.4.35",
"postcss": "8.4.37",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"stylelint": "16.2.1",
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"typescript": "5.3.3",
"typescript": "5.4.2",
"wait-on": "7.2.0"
},
"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 @@ -20,7 +20,7 @@
},
"devDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
"sass": "1.71.1"
"sass": "1.72.0"
},
"dependencies": {
"@utrecht/components": "3.0.0"
Expand Down
24 changes: 12 additions & 12 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,39 +36,39 @@
"clsx": "2.1.0"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/plugin-transform-runtime": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.24.0",
"@babel/core": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/preset-react": "7.24.1",
"@babel/runtime": "7.24.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/pluginutils": "5.1.0",
"@testing-library/dom": "9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.202",
"@types/react": "18.2.61",
"@types/lodash": "4.17.0",
"@types/react": "18.2.67",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "14.1.1",
"next": "14.1.4",
"npm-run-all": "4.1.5",
"postcss": "8.4.35",
"postcss": "8.4.37",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.12.0",
"rollup": "4.13.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "7.0.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.71.1",
"sass": "1.72.0",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d91e6fa

Please sign in to comment.