Skip to content

Commit

Permalink
Update dependencies (#732)
Browse files Browse the repository at this point in the history
* Apply minor dependency upgrades

* Apply some major dependency upgrades
  • Loading branch information
VincentSmedinga authored Nov 9, 2023
1 parent dd254dd commit 0dcadaf
Show file tree
Hide file tree
Showing 7 changed files with 981 additions and 1,098 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@lerna-lite/publish": "2.6.0",
"@lerna-lite/run": "2.6.0",
"@lerna-lite/version": "2.6.0",
"@types/node": "20.8.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.52.0",
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
Expand All @@ -38,17 +38,17 @@
"lint-staged": "15.0.2",
"markdownlint-cli": "0.37.0",
"npm-check-updates": "16.14.6",
"npm-package-json-lint": "7.0.0",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"plop": "4.0.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-order": "6.0.3",
"typescript": "5.2.2",
"wait-on": "7.0.1"
"wait-on": "7.1.0"
},
"scripts": {
"build": "lerna run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"sass": "1.69.5"
},
"dependencies": {
"@utrecht/components": "1.0.0-alpha.565"
"@utrecht/components": "1.0.1-alpha.1"
}
}
14 changes: 7 additions & 7 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@amsterdam/design-system-react-icons": "workspace:*",
"@utrecht/component-library-react": "1.0.0-alpha.413",
"@utrecht/component-library-react": "1.0.1",
"clsx": "2.0.0",
"date-fns": "2.30.0"
},
Expand All @@ -49,21 +49,21 @@
"@rollup/pluginutils": "5.0.5",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/react": "14.1.0",
"@testing-library/user-event": "14.5.1",
"@types/date-fns": "2.6.0",
"@types/jest": "29.5.7",
"@types/lodash": "4.14.200",
"@types/react": "18.2.33",
"@types/jest": "29.5.8",
"@types/lodash": "4.14.201",
"@types/react": "18.2.37",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "13.5.6",
"next": "14.0.1",
"npm-run-all": "4.1.5",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "4.2.0",
"rollup": "4.3.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "6.1.2",
Expand Down
Loading

0 comments on commit 0dcadaf

Please sign in to comment.