Skip to content

Commit

Permalink
chore: update dependencies and lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 12, 2024
1 parent 6e44de9 commit e45714e
Show file tree
Hide file tree
Showing 21 changed files with 2,674 additions and 2,354 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "4.9.5",
"zone.js": "0.13.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"tslib": "2.7.0",
"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 @@ -78,9 +78,9 @@
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "5.4.5",
"zone.js": "0.14.8"
"zone.js": "0.14.10"
},
"peerDependencies": {
"@angular/core": "17.3.12",
Expand Down
14 changes: 7 additions & 7 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.1.3",
"@angular/compiler": "18.1.3",
"@angular/compiler-cli": "18.1.3",
"@angular/core": "18.1.3",
"@angular/common": "18.2.4",
"@angular/compiler": "18.2.4",
"@angular/compiler-cli": "18.2.4",
"@angular/core": "18.2.4",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
Expand All @@ -78,12 +78,12 @@
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"tslib": "2.7.0",
"typescript": "5.5.4",
"zone.js": "0.14.8"
"zone.js": "0.14.10"
},
"peerDependencies": {
"@angular/core": "18.1.3",
"@angular/core": "18.2.4",
"@public-ui/components": "workspace:*"
},
"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 @@ -55,11 +55,11 @@
"@public-ui/components": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"preact": ">=10.23.1"
"preact": ">=10.23.2"
},
"sideEffects": false,
"type": "module",
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,11 +54,11 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.4",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.5.4",
"typescript": "5.6.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
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 @@ -55,12 +55,12 @@
"@types/node": "ts5.4",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.8.19",
"typescript": "5.5.4",
"typescript": "5.6.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
"@public-ui/components": "workspace:*",
"solid-js": ">=1.8.19"
"solid-js": ">=1.8.22"
},
"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 @@ -49,13 +49,13 @@
"prepack": "unbuild"
},
"devDependencies": {
"@babel/types": "7.25.2",
"@babel/types": "7.25.6",
"@public-ui/components": "workspace:*",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/node": "ts5.4",
"@types/normalize-package-data": "2.4.4",
"typescript": "5.5.4",
"typescript": "5.6.2",
"unbuild": "1.2.1",
"vue": "3.4.21"
},
Expand Down
30 changes: 15 additions & 15 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"xunused": "knip"
},
"dependencies": {
"@floating-ui/dom": "1.6.8",
"adopted-style-sheets": "1.1.5-rc.1",
"@floating-ui/dom": "1.6.10",
"adopted-style-sheets": "1.1.5-rc.2",
"clsx": "2.1.1",
"color-convert": "2.0.1",
"color-rgba": "2.4.0",
Expand All @@ -83,13 +83,13 @@
"wcag-contrast": "3.0.0"
},
"devDependencies": {
"@playwright/test": "1.45.3",
"@playwright/test": "1.47.0",
"@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/postcss": "2.2.0",
"@stencil/core": "4.19.2",
"@stencil/core": "4.21.0",
"@stencil/playwright": "0.2.0",
"@stencil/sass": "3.0.12",
"@types/color-convert": "2.0.3",
Expand All @@ -102,30 +102,30 @@
"@types/wcag-contrast": "3.0.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.19",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"cssnano": "7.0.4",
"cssnano": "7.0.6",
"eslint": "8.57.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-jsdoc": "48.10.2",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-no-loops": "0.4.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.35.2",
"jest": "26.6.3",
"knip": "5.27.0",
"lighthouse": "12.1.0",
"knip": "5.30.1",
"lighthouse": "12.2.1",
"mustache": "4.2.0",
"postcss": "8.4.40",
"postcss": "8.4.45",
"postcss-sorting": "8.0.2",
"prettier": "3.3.3",
"pug": "3.0.3",
"rimraf": "5.0.10",
"stencil-awesome-test": "1.0.6",
"terser": "5.31.3",
"tslib": "2.6.3",
"terser": "5.32.0",
"tslib": "2.7.0",
"twig": "1.17.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"files": [
"assets",
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 @@ -77,10 +77,10 @@
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.0",
"knip": "5.27.0",
"knip": "5.30.1",
"prettier": "3.3.3",
"tsup": "8.2.3",
"typescript": "5.5.4"
"tsup": "8.2.4",
"typescript": "5.6.2"
},
"files": [
"dist"
Expand Down
12 changes: 6 additions & 6 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@public-ui/components": "workspace:*",
"@public-ui/solid": "workspace:*",
"@public-ui/themes": "workspace:*",
"adopted-style-sheets": "1.1.5-rc.1",
"monaco-editor": "0.50.0",
"adopted-style-sheets": "1.1.5-rc.2",
"monaco-editor": "0.51.0",
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.8.19",
"solid-js": "1.8.22",
"world_countries_lists": "2.9.0"
},
"devDependencies": {
Expand All @@ -54,15 +54,15 @@
"ajv": "8.17.1",
"chromedriver": "124.0.4",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-no-loops": "0.4.0",
"nightwatch-axe-verbose": "2.3.1",
"npm-run-all": "4.1.5",
"playwright": "1.45.3",
"playwright": "1.47.0",
"react-dev-utils": "12.0.1",
"rimraf": "5.0.10",
"ts-prune": "0.10.3",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"files": [
"dist"
Expand Down
28 changes: 14 additions & 14 deletions packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "18.1.3",
"@angular/common": "18.1.3",
"@angular/compiler": "18.1.3",
"@angular/core": "18.1.3",
"@angular/forms": "18.1.3",
"@angular/platform-browser": "18.1.3",
"@angular/platform-browser-dynamic": "18.1.3",
"@angular/router": "18.1.3",
"@angular/animations": "18.2.4",
"@angular/common": "18.2.4",
"@angular/compiler": "18.2.4",
"@angular/core": "18.2.4",
"@angular/forms": "18.2.4",
"@angular/platform-browser": "18.2.4",
"@angular/platform-browser-dynamic": "18.2.4",
"@angular/router": "18.2.4",
"@public-ui/angular-v18": "workspace:*",
"@public-ui/components": "workspace:*",
"@public-ui/theme-default": "workspace:*",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.8"
"tslib": "^2.7.0",
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.3",
"@angular/cli": "18.1.3",
"@angular/compiler-cli": "18.1.3",
"@angular-devkit/build-angular": "18.2.4",
"@angular/cli": "18.2.4",
"@angular/compiler-cli": "18.2.4",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.2.0",
"jasmine-core": "~5.3.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"@leanup/stack": "1.3.54",
"@leanup/stack-react": "1.3.54",
"@leanup/stack-webpack": "1.3.54",
"@playwright/test": "1.45.3",
"@playwright/test": "1.47.0",
"@public-ui/components": "workspace:*",
"@public-ui/react": "workspace:*",
"@public-ui/themes": "workspace:*",
"@types/node": "ts5.4",
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@unocss/preset-uno": "0.58.9",
"@unocss/webpack": "0.58.9",
"ajv": "8.17.1",
"chromedriver": "124.0.4",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.35.2",
"formik": "2.4.6",
"nightwatch-axe-verbose": "2.3.1",
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "6.26.0",
"react-router-dom": "6.26.0",
"react-router": "6.26.2",
"react-router-dom": "6.26.2",
"rimraf": "5.0.10",
"ts-prune": "0.10.3",
"typescript": "5.5.4",
"typescript": "5.6.2",
"world_countries_lists": "2.9.0",
"yup": "1.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/bmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.4.0",
"nodemon": "3.1.4",
"postcss": "8.4.40",
"rollup": "4.19.2",
"postcss": "8.4.45",
"rollup": "4.21.2",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.8",
"typescript": "5.5.4",
"sass": "1.78.0",
"typescript": "5.6.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
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 @@
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.4.0",
"nodemon": "3.1.4",
"postcss": "8.4.40",
"rollup": "4.19.2",
"postcss": "8.4.45",
"rollup": "4.21.2",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.8",
"typescript": "5.5.4",
"sass": "1.78.0",
"typescript": "5.6.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 @@ -35,11 +35,11 @@
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.4.0",
"nodemon": "3.1.4",
"postcss": "8.4.40",
"rollup": "4.19.2",
"postcss": "8.4.45",
"rollup": "4.21.2",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.8",
"typescript": "5.5.4",
"sass": "1.78.0",
"typescript": "5.6.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/itzbund/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.4.0",
"nodemon": "3.1.4",
"postcss": "8.4.40",
"rollup": "4.19.2",
"postcss": "8.4.45",
"rollup": "4.21.2",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.8",
"typescript": "5.5.4",
"sass": "1.78.0",
"typescript": "5.6.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.4.0",
"nodemon": "3.1.4",
"postcss": "8.4.40",
"rollup": "4.19.2",
"postcss": "8.4.45",
"rollup": "4.21.2",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.77.8",
"typescript": "5.5.4"
"sass": "1.78.0",
"typescript": "5.6.2"
},
"peerDependencies": {
"@public-ui/components": "workspace:*"
Expand Down
Loading

0 comments on commit e45714e

Please sign in to comment.