Skip to content

Commit

Permalink
Update minor deps (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Oct 26, 2023
1 parent 31dab27 commit 54f9b4b
Show file tree
Hide file tree
Showing 8 changed files with 415 additions and 510 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@lerna-lite/publish": "2.6.0",
"@lerna-lite/run": "2.6.0",
"@lerna-lite/version": "2.6.0",
"@types/node": "20.8.7",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.4.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-mdx": "2.2.0",
"eslint-plugin-react": "7.33.2",
"html-validate": "8.6.0",
"html-validate": "8.7.0",
"husky": "8.0.3",
"lint-staged": "15.0.2",
"markdownlint-cli": "0.37.0",
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.4"
"sass": "1.69.5"
},
"dependencies": {
"@utrecht/components": "1.0.0-alpha.563"
"@utrecht/components": "1.0.0-alpha.565"
}
}
6 changes: 3 additions & 3 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.411",
"@utrecht/component-library-react": "1.0.0-alpha.413",
"clsx": "2.0.0",
"date-fns": "2.30.0"
},
Expand All @@ -53,7 +53,7 @@
"@types/date-fns": "2.6.0",
"@types/jest": "29.5.6",
"@types/lodash": "4.14.200",
"@types/react": "18.2.30",
"@types/react": "18.2.33",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
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.4",
"sass": "1.69.5",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 54f9b4b

Please sign in to comment.