Skip to content

Commit

Permalink
Apply minor dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Jan 26, 2024
1 parent 7ccf23d commit b1d6a98
Show file tree
Hide file tree
Showing 8 changed files with 1,345 additions and 1,350 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
"./storybook/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.2.0",
"@lerna-lite/publish": "3.2.0",
"@lerna-lite/run": "3.2.0",
"@lerna-lite/version": "3.2.0",
"@types/node": "20.10.7",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@lerna-lite/cli": "3.2.1",
"@lerna-lite/publish": "3.2.1",
"@lerna-lite/run": "3.2.1",
"@lerna-lite/version": "3.2.1",
"@types/node": "20.11.7",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-jest": "27.6.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "3.1.3",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.33.2",
"html-validate": "8.9.0",
"html-validate": "8.9.1",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"markdownlint-cli": "0.38.0",
"npm-check-updates": "16.14.12",
"npm-check-updates": "16.14.13",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"plop": "4.0.1",
"postcss": "8.4.33",
"prettier": "3.1.1",
"prettier": "3.2.4",
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
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.69.7"
"sass": "1.70.0"
},
"dependencies": {
"@utrecht/components": "3.0.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,39 +37,39 @@
"clsx": "2.1.0"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/core": "7.23.9",
"@babel/plugin-transform-runtime": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.23.8",
"@babel/runtime": "7.23.9",
"@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.2.0",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "14.0.4",
"next": "14.1.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.9.4",
"rollup": "4.9.6",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-dts": "6.1.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "6.1.2",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.69.7",
"sass": "1.70.0",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b1d6a98

Please sign in to comment.