Skip to content

Commit

Permalink
Update deps (#664)
Browse files Browse the repository at this point in the history
* Update minor deps

* Update lint-staged to v15
  • Loading branch information
alimpens authored Oct 20, 2023
1 parent 22cd38c commit 08f2b9a
Show file tree
Hide file tree
Showing 7 changed files with 934 additions and 953 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"./storybook/*"
],
"devDependencies": {
"@lerna-lite/cli": "2.5.1",
"@lerna-lite/publish": "2.5.1",
"@lerna-lite/run": "2.5.1",
"@lerna-lite/version": "2.5.1",
"@types/node": "20.8.5",
"@lerna-lite/cli": "2.6.0",
"@lerna-lite/publish": "2.6.0",
"@lerna-lite/run": "2.6.0",
"@lerna-lite/version": "2.6.0",
"@types/node": "20.8.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.51.0",
Expand All @@ -33,9 +33,9 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-react": "7.33.2",
"html-validate": "8.5.0",
"html-validate": "8.6.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"markdownlint-cli": "0.37.0",
"npm-check-updates": "16.14.6",
"npm-package-json-lint": "7.0.0",
Expand All @@ -44,7 +44,7 @@
"postcss": "8.4.31",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"stylelint": "15.10.3",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-order": "6.0.3",
"typescript": "5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"devDependencies": {
"@amsterdam/design-system-tokens": "workspace:*",
"sass": "1.69.3"
"sass": "1.69.4"
},
"dependencies": {
"@utrecht/components": "1.0.0-alpha.556"
"@utrecht/components": "1.0.0-alpha.563"
}
}
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.404",
"@utrecht/component-library-react": "1.0.0-alpha.411",
"clsx": "2.0.0",
"date-fns": "2.30.0"
},
Expand All @@ -44,20 +44,20 @@
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.23.2",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/date-fns": "2.6.0",
"@types/jest": "29.5.5",
"@types/lodash": "4.14.199",
"@types/react": "18.2.28",
"@types/jest": "29.5.6",
"@types/lodash": "4.14.200",
"@types/react": "18.2.30",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
"next": "13.5.4",
"next": "13.5.6",
"npm-run-all": "4.1.5",
"postcss": "8.4.31",
"react": "18.2.0",
Expand All @@ -69,7 +69,7 @@
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.69.3",
"sass": "1.69.4",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 08f2b9a

Please sign in to comment.