Skip to content

Commit

Permalink
build: patch round 2024-05
Browse files Browse the repository at this point in the history
- remove unused deps from components-css/package.json
- install patch updates
- install minor updates
  • Loading branch information
matijs committed May 8, 2024
1 parent 2797fbf commit e6bc463
Show file tree
Hide file tree
Showing 7 changed files with 1,620 additions and 3,304 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./proprietary/*"
],
"devDependencies": {
"@lerna-lite/cli": "3.3.2",
"@lerna-lite/publish": "3.3.2",
"@lerna-lite/run": "3.3.2",
"@lerna-lite/version": "3.3.2",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@lerna-lite/cli": "3.3.3",
"@lerna-lite/publish": "3.3.3",
"@lerna-lite/run": "3.3.3",
"@lerna-lite/version": "3.3.3",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
Expand All @@ -32,13 +32,13 @@
"eslint-plugin-react": "7.34.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli": "0.39.0",
"npm-check-updates": "16.14.18",
"markdownlint-cli": "0.40.0",
"npm-check-updates": "16.14.20",
"npm-package-json-lint": "7.1.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.38",
"prettier": "3.2.5",
"stylelint": "16.3.1",
"stylelint": "16.5.0",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-order": "6.0.4",
"typescript": "5.4.5"
Expand Down
11 changes: 1 addition & 10 deletions packages/components-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,5 @@
"keywords": [
"nl-design-system"
],
"private": true,
"devDependencies": {
"@babel/core": "7.24.4",
"@mdx-js/react": "1.6.22",
"@storybook/addon-docs": "7.6.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.5",
"webpack": "5.91.0"
}
"private": true
}
30 changes: 15 additions & 15 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,47 @@
"dist/"
],
"dependencies": {
"clsx": "2.1.0",
"clsx": "2.1.1",
"lodash.chunk": "4.2.0"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@babel/runtime": "7.24.4",
"@babel/runtime": "7.24.5",
"@kernteam/components-css": "workspace:*",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@testing-library/dom": "10.0.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.0",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/lodash.chunk": "4.2.9",
"@types/react": "18.2.75",
"@types/react": "18.3.1",
"@types/testing-library__jest-dom": "5.14.9",
"@vitejs/plugin-react": "4.2.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"next": "14.1.4",
"next": "14.2.3",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.5",
"rollup": "4.14.1",
"rollup": "4.17.2",
"rollup-plugin-filesize": "10.0.0",
"rollup-plugin-node-externals": "7.1.1",
"rollup-plugin-node-externals": "7.1.2",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-typescript2": "0.36.0",
"sass": "1.74.1",
"sass": "1.77.0",
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.8",
"vite": "5.2.11",
"vite-plugin-runtime-config": "1.0.2"
},
"peerDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"@kernteam/font": "workspace:*",
"@kernteam/web-components-react": "workspace:*",
"@kernteam/web-components-stencil": "workspace:*",
"@nl-design-system-unstable/nlds-design-tokens": "1.0.0-alpha.189",
"@nl-design-system-unstable/voorbeeld-design-tokens": "1.0.0-alpha.133",
"@storybook/addon-a11y": "8.0.8",
"@storybook/addon-actions": "8.0.8",
"@storybook/addon-docs": "8.0.8",
"@storybook/addon-interactions": "8.0.8",
"@storybook/addon-links": "8.0.8",
"@storybook/addon-viewport": "8.0.8",
"@storybook/blocks": "8.0.8",
"@storybook/react": "8.0.8",
"@storybook/react-vite": "8.0.8",
"@storybook/theming": "8.0.8",
"@tabler/icons-react": "3.2.0",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"@nl-design-system-unstable/nlds-design-tokens": "1.0.0-alpha.210",
"@nl-design-system-unstable/voorbeeld-design-tokens": "1.0.0-alpha.137",
"@storybook/addon-a11y": "8.0.10",
"@storybook/addon-actions": "8.0.10",
"@storybook/addon-docs": "8.0.10",
"@storybook/addon-interactions": "8.0.10",
"@storybook/addon-links": "8.0.10",
"@storybook/addon-viewport": "8.0.10",
"@storybook/blocks": "8.0.10",
"@storybook/react": "8.0.10",
"@storybook/react-vite": "8.0.10",
"@storybook/theming": "8.0.10",
"@tabler/icons-react": "3.3.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@utrecht/component-library-react": "3.0.0",
"@utrecht/web-component-library-react": "1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"require-from-string": "2.0.2",
"rimraf": "5.0.5",
"storybook": "8.0.8",
"storybook": "8.0.10",
"typescript": "5.4.5",
"vite": "5.2.8"
"vite": "5.2.11"
}
}
10 changes: 5 additions & 5 deletions packages/web-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
},
"devDependencies": {
"@kernteam/web-components-stencil": "workspace:*",
"@types/node": "20.12.7",
"@types/react": "18.2.75",
"@types/react-dom": "18.2.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.5",
"typescript": "5.4.5"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/web-components-stencil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@kernteam/components-css": "workspace:*",
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "3.0.11",
"@stencil/sass": "3.0.12",
"@types/jest": "29.5.12",
"chokidar-cli": "3.0.0",
"node-sass-package-importer": "5.3.3",
Expand All @@ -46,6 +46,6 @@
"typescript": "5.4.5"
},
"dependencies": {
"@stencil/core": "4.15.0"
"@stencil/core": "4.18.0"
}
}
Loading

0 comments on commit e6bc463

Please sign in to comment.