Skip to content

Commit

Permalink
(#6350) chore: update deps, lock and readmes (#6366)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio authored Apr 26, 2024
2 parents 3ba97fe + 9b00c4d commit 79fdb31
Show file tree
Hide file tree
Showing 17 changed files with 1,733 additions and 2,214 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"unused": "pnpm -r unused",
"ts-prune": "git clean -f -d -X packages/adapters/**/src && pnpm -r exec npx ts-prune src -e",
"ncu:major": "ncu && pnpm -r exec ncu",
"ncu:minor": "ncu -t minor -u && pnpm -r exec ncu -t minor -u",
"ncu:minor": "ncu -t minor -u && pnpm -r exec ncu -t minor -u -x @unocss/*",
"ncu:patch": "ncu -t patch -u && pnpm -r exec ncu -t patch -u",
"pack": "pnpm -r exec pnpm pack",
"prepare": "pnpm exec playwright install && husky && echo \"Don't forget to build all packages once: pnpm -r build\"",
Expand All @@ -21,17 +21,17 @@
"update": "pnpm ncu:patch && pnpm ncu:minor && pnpm ncu:major"
},
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@types/node": "ts5.4",
"cross-env": "7.0.3",
"husky": "9.0.11",
"lerna": "8.1.2",
"license-report": "6.5.0",
"lint-staged": "15.2.2",
"npm-check-updates": "16.14.18",
"npm-check-updates": "16.14.20",
"npm-run-all": "4.1.5",
"pnpm": "8.15.6",
"pnpm": "8.15.7",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"import": "./dist/index.js"
},
"devDependencies": {
"@angular/common": "17.3.4",
"@angular/compiler": "17.3.4",
"@angular/compiler-cli": "17.3.4",
"@angular/core": "17.3.4",
"@angular/common": "17.3.6",
"@angular/compiler": "17.3.6",
"@angular/compiler-cli": "17.3.6",
"@angular/core": "17.3.6",
"@public-ui/components": "2.0.14",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
Expand All @@ -83,7 +83,7 @@
"zone.js": "0.14.4"
},
"peerDependencies": {
"@angular/core": "17.3.4",
"@angular/core": "17.3.6",
"@public-ui/components": "2.0.14"
},
"files": [
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 @@ -53,8 +53,8 @@
},
"devDependencies": {
"@public-ui/components": "2.0.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"typescript": "5.4.5",
"unbuild": "1.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.4",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.4",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.8.16",
"solid-js": "1.8.17",
"typescript": "5.4.5",
"unbuild": "1.2.1"
},
"peerDependencies": {
"@public-ui/components": "2.0.14",
"solid-js": ">=1.8.16"
"solid-js": ">=1.8.17"
},
"sideEffects": false,
"type": "module",
Expand Down
24 changes: 12 additions & 12 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
"type": "git",
"url": "https://github.com/public-ui/kolibri"
},
"type": "git",
"url": "https://github.com/public-ui/kolibri"
},
"bugs": {
"url": "https://github.com/public-ui/kolibri/issues",
"email": "kolibri@itzbund.de"
Expand Down Expand Up @@ -80,7 +80,7 @@
"@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/core": "4.15.0",
"@stencil/core": "4.17.1",
"@stencil/postcss": "2.1.0",
"@stencil/sass": "3.0.11",
"@types/jest": "26.0.24",
Expand All @@ -89,31 +89,31 @@
"@types/node": "ts5.4",
"@types/pug": "2.0.10",
"@types/twig": "1.12.16",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"autoprefixer": "10.4.19",
"clsx": "2.1.0",
"clsx": "2.1.1",
"color-rgba": "2.4.0",
"cross-env": "7.0.3",
"cssnano": "6.1.2",
"cssnano": "7.0.0",
"eslint": "8.57.0",
"eslint-plugin-html": "8.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
"eslint-plugin-react": "7.34.1",
"jest": "26.6.3",
"knip": "5.9.4",
"lighthouse": "11.7.1",
"knip": "5.10.0",
"lighthouse": "12.0.0",
"mustache": "4.2.0",
"postcss": "8.4.38",
"postcss-sorting": "8.0.2",
"prettier": "3.2.5",
"pug": "3.0.2",
"rimraf": "5.0.5",
"stencil-awesome-test": "1.0.6",
"terser": "5.30.3",
"terser": "5.30.4",
"tslib": "2.6.2",
"twig": "1.17.1",
"typescript": "5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/create-kolibri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"devDependencies": {
"@types/gradient-string": "1.1.6",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0",
"knip": "5.9.4",
"knip": "5.10.0",
"prettier": "3.2.5",
"tsup": "8.0.2",
"typescript": "5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"@public-ui/solid": "2.0.14",
"@public-ui/themes": "2.0.14",
"adopted-style-sheets": "1.1.4",
"monaco-editor": "0.47.0",
"monaco-editor": "0.48.0",
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.8.16",
"solid-js": "1.8.17",
"world_countries_lists": "2.9.0"
},
"devDependencies": {
"@leanup/stack": "1.3.49",
"@leanup/stack-solid": "1.3.49",
"@leanup/stack-webpack": "1.3.49",
"@leanup/stack": "1.3.50",
"@leanup/stack-solid": "1.3.50",
"@leanup/stack-webpack": "1.3.50",
"@types/prettier": "2.7.3",
"@unocss/preset-mini": "0.58.9",
"@unocss/webpack": "0.58.9",
"ajv": "8.12.0",
"chromedriver": "122.0.6",
"chromedriver": "124.0.1",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "17.3.4",
"@angular/common": "17.3.4",
"@angular/compiler": "17.3.4",
"@angular/core": "17.3.4",
"@angular/forms": "17.3.4",
"@angular/platform-browser": "17.3.4",
"@angular/platform-browser-dynamic": "17.3.4",
"@angular/router": "17.3.4",
"@angular/animations": "17.3.6",
"@angular/common": "17.3.6",
"@angular/compiler": "17.3.6",
"@angular/core": "17.3.6",
"@angular/forms": "17.3.6",
"@angular/platform-browser": "17.3.6",
"@angular/platform-browser-dynamic": "17.3.6",
"@angular/router": "17.3.6",
"@public-ui/angular-v17": "2.0.14",
"@public-ui/components": "2.0.14",
"@public-ui/theme-default": "2.0.14",
Expand All @@ -26,9 +26,9 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.4",
"@angular/cli": "17.3.4",
"@angular/compiler-cli": "17.3.4",
"@angular-devkit/build-angular": "17.3.6",
"@angular/cli": "17.3.6",
"@angular/compiler-cli": "17.3.6",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
Expand Down
1 change: 0 additions & 1 deletion packages/samples/react/.npmrc

This file was deleted.

22 changes: 11 additions & 11 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"unused": "ts-prune -e src"
},
"dependencies": {
"@leanup/stack": "1.3.49",
"@leanup/stack-react": "1.3.49",
"@leanup/stack-webpack": "1.3.49",
"@leanup/stack": "1.3.50",
"@leanup/stack-react": "1.3.50",
"@leanup/stack-webpack": "1.3.50",
"@public-ui/components": "2.0.14",
"@public-ui/react": "2.0.14",
"@public-ui/themes": "2.0.14",
"@types/node": "ts5.4",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@unocss/preset-uno": "0.58.9",
"@unocss/webpack": "0.58.9",
"ajv": "8.12.0",
"chromedriver": "122.0.6",
"chromedriver": "124.0.1",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"formik": "2.4.5",
"formik": "2.4.6",
"nightwatch-axe-verbose": "2.3.0",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "6.22.3",
"react-router-dom": "6.22.3",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-router": "6.23.0",
"react-router-dom": "6.23.0",
"rimraf": "5.0.5",
"ts-prune": "0.10.3",
"typescript": "5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@types/color-convert": "2.0.3",
"@types/node": "ts5.4",
"@types/wcag-contrast": "3.0.3",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"nodemon": "3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@public-ui/schema": "2.0.14",
"@public-ui/visual-tests": "2.0.14",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"rollup-plugin-postcss": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"devDependencies": {
"@public-ui/schema": "2.0.14",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"nodemon": "3.1.0",
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 @@ -43,18 +43,18 @@
"@public-ui/components": "2.0.14",
"@types/gradient-string": "1.1.6",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"cpy-cli": "5.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "8.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
"eslint-plugin-react": "7.34.1",
"knip": "5.9.4",
"knip": "5.10.0",
"mocha": "10.4.0",
"nodemon": "3.1.0",
"rimraf": "5.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/visual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@public-ui/sample-react": "2.0.14",
"axe-playwright": "2.0.1",
"portfinder": "1.0.32",
"serve": "14.2.1"
"serve": "14.2.3"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.1",
"@babel/plugin-syntax-import-attributes": "7.24.1",
"@babel/preset-env": "7.24.4",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"knip": "5.9.4",
"knip": "5.10.0",
"prettier": "3.2.5"
},
"files": [
Expand Down
Loading

0 comments on commit 79fdb31

Please sign in to comment.