Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
Refs: #6485
  • Loading branch information
deleonio committed Sep 26, 2024
1 parent 2974fe4 commit 0d546b4
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lerna": "8.1.8",
"license-report": "6.7.0",
"lint-staged": "15.2.10",
"npm-check-updates": "16.14.20",
"npm-check-updates": "17.1.3",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "6.0.1",
Expand All @@ -30,8 +30,8 @@
"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 -x @stencil/core,@types/react,@unocss/*",
"ncu:patch": "ncu -t patch -u && pnpm -r exec ncu -t patch -u -x @types/react",
"ncu:minor": "ncu -t minor -u && pnpm -r exec ncu -t minor -u -x @stencil/core,@unocss/*",
"ncu:patch": "ncu -t patch -u && pnpm -r exec ncu -t patch -u",
"pack": "pnpm -r exec pnpm pack",
"prepare": "husky && echo \"Don't forget to build all packages once: pnpm -r build\"",
"reinstall": "pnpm clean:pnpm && pnpm i",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/angular/v18/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": "18.2.5",
"@angular/compiler": "18.2.5",
"@angular/compiler-cli": "18.2.5",
"@angular/core": "18.2.5",
"@angular/common": "18.2.6",
"@angular/compiler": "18.2.6",
"@angular/compiler-cli": "18.2.6",
"@angular/core": "18.2.6",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
Expand All @@ -81,7 +81,7 @@
"zone.js": "0.14.10"
},
"peerDependencies": {
"@angular/core": "18.2.5",
"@angular/core": "18.2.6",
"@public-ui/components": "workspace:*"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"unbuild": "1.2.1"
},
"peerDependencies": {
"preact": ">=10.24.0"
"preact": ">=10.24.1"
},
"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 @@ -52,7 +52,7 @@
"@public-ui/react": "workspace:*",
"cpy-cli": "5.0.0",
"rimraf": "6.0.1",
"webpack": "5.94.0",
"webpack": "5.95.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 @@ -53,7 +53,7 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.3.4",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
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 @@ -53,13 +53,13 @@
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.8.22",
"solid-js": "1.9.1",
"typescript": "5.6.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"@public-ui/components": "workspace:*",
"solid-js": ">=1.8.22"
"solid-js": ">=1.8.23"
},
"sideEffects": false,
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
"cssnano": "7.0.6",
"eslint": "8.57.1",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-jsdoc": "50.2.4",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"jest": "26.6.3",
"knip": "5.30.4",
"knip": "5.30.5",
"lighthouse": "12.2.1",
"mustache": "4.2.0",
"postcss": "8.4.47",
Expand All @@ -120,7 +120,7 @@
"pug": "3.0.3",
"rimraf": "6.0.1",
"stencil-awesome-test": "1.0.6",
"terser": "5.33.0",
"terser": "5.34.0",
"twig": "1.17.1",
"typescript": "5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.8.22",
"solid-js": "1.9.1",
"world_countries_lists": "2.9.0"
},
"devDependencies": {
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,24 +10,24 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "18.2.5",
"@angular/common": "18.2.5",
"@angular/compiler": "18.2.5",
"@angular/core": "18.2.5",
"@angular/forms": "18.2.5",
"@angular/platform-browser": "18.2.5",
"@angular/platform-browser-dynamic": "18.2.5",
"@angular/router": "18.2.5",
"@angular/animations": "18.2.6",
"@angular/common": "18.2.6",
"@angular/compiler": "18.2.6",
"@angular/core": "18.2.6",
"@angular/forms": "18.2.6",
"@angular/platform-browser": "18.2.6",
"@angular/platform-browser-dynamic": "18.2.6",
"@angular/router": "18.2.6",
"@public-ui/angular-v18": "workspace:*",
"@public-ui/components": "workspace:*",
"@public-ui/theme-default": "workspace:*",
"rxjs": "~7.8.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.5",
"@angular/cli": "18.2.5",
"@angular/compiler-cli": "18.2.5",
"@angular-devkit/build-angular": "18.2.6",
"@angular/cli": "18.2.6",
"@angular/compiler-cli": "18.2.6",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.3.0",
"karma": "~6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@public-ui/react": "workspace:*",
"@public-ui/themes": "workspace:*",
"@types/node": "ts5.6",
"@types/react": "18.3.4",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@unocss/preset-uno": "0.58.9",
"@unocss/webpack": "0.58.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/bmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"devDependencies": {
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"devDependencies": {
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/ecl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/itzbund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"devDependencies": {
"@public-ui/components": "workspace:*",
"@public-ui/visual-tests": "workspace:*",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
},
"devDependencies": {
"@public-ui/components": "workspace:*",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "12.1.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-jsdoc": "50.2.4",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"knip": "5.30.4",
"knip": "5.30.5",
"mocha": "10.7.3",
"nodemon": "3.1.7",
"rimraf": "6.0.1",
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 @@ -30,7 +30,7 @@
"dependencies": {
"@playwright/test": "1.47.2",
"@public-ui/sample-react": "workspace:*",
"axe-playwright": "2.0.2",
"axe-playwright": "2.0.3",
"portfinder": "1.0.32",
"serve": "14.2.3"
},
Expand All @@ -39,7 +39,7 @@
"@babel/plugin-syntax-import-attributes": "7.25.6",
"@babel/preset-env": "7.25.4",
"eslint": "8.57.1",
"knip": "5.30.4",
"knip": "5.30.5",
"prettier": "3.3.3"
},
"files": [
Expand Down

0 comments on commit 0d546b4

Please sign in to comment.