Skip to content

Commit

Permalink
Update dependencies across multiple packages to latest versions
Browse files Browse the repository at this point in the history
Refs: #6350
  • Loading branch information
deleonio committed Mar 2, 2025
1 parent 12fe18f commit af201a6
Show file tree
Hide file tree
Showing 18 changed files with 1,816 additions and 1,839 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"cross-env": "7.0.3",
"husky": "9.1.7",
"js-yaml": "4.1.0",
"lerna": "8.1.9",
"lerna": "8.2.0",
"license-report": "6.7.1",
"lint-staged": "15.4.3",
"npm-check-updates": "17.1.14",
"npm-check-updates": "17.1.15",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"engines": {
"pnpm": "^9"
"pnpm": "^9 || ^10"
},
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "4.9.5",
"zone.js": "0.13.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "5.1.6",
"zone.js": "0.13.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "5.4.5",
"zone.js": "0.14.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/angular/v18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.4.2",
"prettier": "3.5.2",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"rxjs": "7.8.2",
"typescript": "5.5.4",
"zone.js": "0.14.10"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@public-ui/components": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.7.3",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"preact": ">=10.25.4"
"preact": ">=10.26.4"
},
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@public-ui/react": "workspace:*",
"cpy-cli": "5.0.0",
"rimraf": "6.0.1",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-cli": "5.1.4"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/react-dom": "18.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.7.3",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.9.4",
"typescript": "5.7.3",
"solid-js": "1.9.5",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"@public-ui/components": "workspace:*",
"solid-js": ">=1.9.4"
"solid-js": ">=1.9.5"
},
"sideEffects": false,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"build": "unbuild"
},
"devDependencies": {
"@babel/types": "7.26.7",
"@babel/types": "7.26.9",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"typescript": "5.7.3",
"typescript": "5.8.2",
"unbuild": "1.2.1",
"vue": "3.4.21"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
"wcag-contrast": "3.0.0"
},
"devDependencies": {
"@playwright/test": "1.50.0",
"@playwright/test": "1.50.1",
"@public-ui/stencil-angular-output-target": "0.9.0",
"@public-ui/stencil-react-output-target": "0.6.0",
"@public-ui/stencil-solid-output-target": "0.2.0",
"@public-ui/stencil-vue-output-target": "0.9.0",
"@stencil-community/eslint-plugin": "0.9.0",
"@stencil-community/eslint-plugin": "0.10.0",
"@stencil-community/postcss": "2.2.0",
"@stencil/core": "4.20.0",
"@stencil/playwright": "0.2.1",
Expand All @@ -114,18 +114,18 @@
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"jest": "26.6.3",
"knip": "5.43.6",
"lighthouse": "12.3.0",
"knip": "5.45.0",
"lighthouse": "12.4.0",
"mustache": "4.2.0",
"postcss": "8.5.1",
"postcss": "8.5.3",
"postcss-sorting": "9.1.0",
"prettier": "3.4.2",
"prettier": "3.5.2",
"pug": "3.0.3",
"rimraf": "6.0.1",
"stencil-awesome-test": "1.0.6",
"terser": "5.37.0",
"terser": "5.39.0",
"twig": "1.17.1",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"peerDependencies": {
"adopted-style-sheets": "1.1.7"
Expand Down
10 changes: 5 additions & 5 deletions packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"@public-ui/angular-v18": "workspace:*",
"@public-ui/components": "workspace:*",
"@public-ui/theme-default": "workspace:*",
"rxjs": "~7.8.1",
"rxjs": "~7.8.2",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular-devkit/build-angular": "18.2.14",
"@angular/cli": "18.2.14",
"@angular/compiler-cli": "18.2.13",
"@types/jasmine": "~5.1.5",
"jasmine-core": "~5.5.0",
"@types/jasmine": "~5.1.7",
"jasmine-core": "~5.6.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand Down
23 changes: 11 additions & 12 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@
"@leanup/stack": "1.3.54",
"@leanup/stack-react": "1.3.54",
"@leanup/stack-webpack": "1.3.54",
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.1",
"@public-ui/components": "workspace:*",
"@public-ui/react": "workspace:*",
"@public-ui/theme-default": "workspace:*",
"@stencil/core": "4.22.3",
"@types/node": "ts5.7",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"@unocss/preset-uno": "0.58.9",
"@unocss/webpack": "0.58.9",
"adopted-style-sheets": "1.1.7",
Expand All @@ -45,36 +44,36 @@
"cpy-cli": "5.0.0",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"esbuild-loader": "4.2.2",
"esbuild-loader": "4.3.0",
"eslint": "^8",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-json": "^3",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"file-loader": "6.2.0",
"formik": "2.4.6",
"knip": "5.40.0",
"knip": "5.45.0",
"less-loader": "12.2.0",
"mini-css-extract-plugin": "2.9.2",
"nightwatch-axe-verbose": "2.3.1",
"npm-run-all": "4.1.5",
"postcss-loader": "8.1.1",
"prettier": "3.4.2",
"prettier": "3.5.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-number-format": "5.4.3",
"react-router": "6.28.2",
"react-router-dom": "6.28.2",
"react-router": "6.30.0",
"react-router-dom": "6.30.0",
"rimraf": "6.0.1",
"sass-loader": "16.0.4",
"sass-loader": "16.0.5",
"string-replace-loader": "3.1.0",
"tslib": "2.8.1",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.0",
"world_countries_lists": "2.9.0",
"yup": "1.5.0"
"yup": "1.6.1"
},
"optionalDependencies": {
"@public-ui-/theme-ecl": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.28.1",
"postcss": "8.5.3",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"sass": "1.85.1",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/ecl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"cpy-cli": "5.0.0",
"eslint": "8.57.1",
"nodemon": "3.1.9",
"postcss": "8.4.49",
"rollup": "4.28.1",
"postcss": "8.5.3",
"rollup": "4.34.9",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"typescript": "5.7.3",
"sass": "1.85.1",
"typescript": "5.8.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"deepmerge": "4.3.1",
"gradient-string": "2.0.2",
"loglevel": "1.9.2",
"prettier": "3.4.2",
"semver": "7.6.3"
"prettier": "3.5.2",
"semver": "7.7.1"
},
"devDependencies": {
"@public-ui/components": "workspace:*",
Expand All @@ -52,12 +52,12 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"knip": "5.43.6",
"knip": "5.45.0",
"mocha": "10.8.2",
"nodemon": "3.1.9",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"typescript": "5.7.3"
"typescript": "5.8.2"
},
"files": [
"dist"
Expand Down
14 changes: 7 additions & 7 deletions packages/tools/visual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"kolibri-visual-test": "src/index.js"
},
"dependencies": {
"@playwright/test": "1.49.1",
"@playwright/test": "1.50.1",
"@public-ui/sample-react": "workspace:*",
"axe-playwright": "2.0.3",
"portfinder": "1.0.32",
"axe-playwright": "2.1.0",
"portfinder": "1.0.33",
"serve": "14.2.4"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-parser": "7.26.8",
"@babel/plugin-syntax-import-attributes": "7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-env": "7.26.9",
"eslint": "8.57.1",
"knip": "5.40.0",
"prettier": "3.4.2"
"knip": "5.45.0",
"prettier": "3.5.2"
},
"files": [
"playwright.config.js",
Expand Down
Loading

0 comments on commit af201a6

Please sign in to comment.