Skip to content

Commit

Permalink
Update dependencies (minor versions) (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga authored Oct 11, 2023
1 parent afb67b7 commit dc9ae9d
Show file tree
Hide file tree
Showing 7 changed files with 426 additions and 472 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@lerna-lite/publish": "2.5.1",
"@lerna-lite/run": "2.5.1",
"@lerna-lite/version": "2.5.1",
"@types/node": "20.8.2",
"@types/node": "20.8.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.2",
Expand All @@ -37,7 +37,7 @@
"husky": "8.0.3",
"lint-staged": "14.0.1",
"markdownlint-cli": "0.37.0",
"npm-check-updates": "16.14.4",
"npm-check-updates": "16.14.5",
"npm-package-json-lint": "7.0.0",
"npm-run-all": "4.1.5",
"plop": "4.0.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.68.0"
"sass": "1.69.2"
},
"dependencies": {
"@utrecht/components": "1.0.0-alpha.553"
"@utrecht/components": "1.0.0-alpha.556"
}
}
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.401",
"@utrecht/component-library-react": "1.0.0-alpha.404",
"clsx": "2.0.0",
"date-fns": "2.30.0"
},
Expand All @@ -43,17 +43,17 @@
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/runtime": "7.23.1",
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.3",
"@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.24",
"@types/react": "18.2.28",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lodash": "4.17.21",
Expand All @@ -65,11 +65,11 @@
"rollup": "3.29.4",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "6.1.1",
"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.68.0",
"sass": "1.69.2",
"tslib": "2.6.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit dc9ae9d

Please sign in to comment.