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 May 14, 2024
1 parent d132d1c commit f019c09
Show file tree
Hide file tree
Showing 23 changed files with 830 additions and 627 deletions.
2 changes: 1 addition & 1 deletion packages/adapters/angular/v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/node": "ts4.1",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "6.6.7",
"tslib": "2.6.2",
"typescript": "4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/node": "ts4.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/node": "ts4.6",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/node": "ts4.8",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/node": "ts4.9",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "4.9.5",
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 @@ -76,7 +76,7 @@
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,24 @@
"import": "./dist/index.js"
},
"devDependencies": {
"@angular/common": "17.3.6",
"@angular/compiler": "17.3.6",
"@angular/compiler-cli": "17.3.6",
"@angular/core": "17.3.6",
"@angular/common": "17.3.8",
"@angular/compiler": "17.3.8",
"@angular/compiler-cli": "17.3.8",
"@angular/core": "17.3.8",
"@public-ui/components": "1.7.21",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
"@types/node": "ts5.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"typescript": "5.4.5",
"zone.js": "0.14.4"
"zone.js": "0.14.5"
},
"peerDependencies": {
"@angular/core": "17.3.6",
"@angular/core": "17.3.8",
"@public-ui/components": "1.7.21"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/hydrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@public-ui/components": "1.7.21",
"rimraf": "5.0.5"
"rimraf": "5.0.7"
},
"peerDependencies": {
"@public-ui/components": "1.7.21"
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.20.2"
"preact": ">=10.21.0"
},
"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 @@
"devDependencies": {
"@public-ui/react": "1.7.21",
"cpy-cli": "5.0.0",
"rimraf": "5.0.5"
"rimraf": "5.0.7"
},
"peerDependencies": {
"@public-ui/components": "1.7.21",
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 @@ -51,7 +51,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.4",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.3.1",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prepack": "unbuild"
},
"devDependencies": {
"@babel/types": "7.24.0",
"@babel/types": "7.24.5",
"@public-ui/components": "1.7.21",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.5",
Expand Down
20 changes: 10 additions & 10 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,30 @@
"prepack": "npm run build && cp package.json package.bak.json && rimraf dist/collection dist/kolibri/assets/@leanup dist/types/assets/@leanup && node scripts/anonymous.js && node scripts/minify.js"
},
"dependencies": {
"@floating-ui/dom": "1.6.3",
"@floating-ui/dom": "1.6.5",
"@public-ui/schema": "1.7.21",
"adopted-style-sheets": "1.1.4",
"i18next": "23.11.2",
"i18next": "23.11.4",
"markdown-it": "14.1.0"
},
"devDependencies": {
"@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/core": "4.17.1",
"@stencil/core": "4.18.1",
"@stencil/postcss": "2.1.0",
"@stencil/sass": "3.0.11",
"@stencil/sass": "3.0.12",
"@types/color-convert": "2.0.3",
"@types/jest": "26.0.24",
"@types/markdown-it": "13.0.7",
"@types/markdown-it": "13.0.8",
"@types/mustache": "4.2.5",
"@types/node": "ts5.4",
"@types/pug": "2.0.10",
"@types/twig": "1.12.16",
"@types/wcag-contrast": "3.0.3",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"autoprefixer": "10.4.19",
"clean-css": "5.3.3",
"color-convert": "2.0.1",
Expand All @@ -103,7 +103,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsdoc": "48.2.4",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
Expand All @@ -119,10 +119,10 @@
"query-selector-all-shadow-root": "0.0.3",
"query-selector-shadow-root": "0.0.3",
"rgba-convert": "0.3.0",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"rxjs": "7.8.1",
"stencil-awesome-test": "1.0.6",
"terser": "5.30.4",
"terser": "5.31.0",
"tslib": "2.6.2",
"twig": "1.17.1",
"typescript": "5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"devDependencies": {
"adopted-style-sheets": "1.1.4",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"prettier": "3.2.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.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.0",
"knip": "5.11.0",
"knip": "5.15.1",
"prettier": "3.2.5",
"tsup": "8.0.2",
"typescript": "5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"@types/prettier": "2.7.3",
"@unocss/preset-mini": "0.58.9",
"@unocss/webpack": "0.58.9",
"ajv": "8.12.0",
"chromedriver": "124.0.1",
"ajv": "8.13.0",
"chromedriver": "124.0.3",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
"nightwatch-axe-verbose": "2.3.0",
"npm-run-all": "4.1.5",
"playwright": "1.43.1",
"playwright": "1.44.0",
"react-dev-utils": "12.0.1",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"ts-prune": "0.10.3",
"typescript": "5.4.5"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@public-ui/react": "1.7.21",
"@public-ui/themes": "1.7.21",
"@types/node": "ts5.4",
"@types/react": "18.3.1",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@unocss/preset-uno": "0.58.9",
"@unocss/webpack": "0.58.9",
"ajv": "8.12.0",
"chromedriver": "124.0.1",
"ajv": "8.13.0",
"chromedriver": "124.0.3",
"cpy-cli": "5.0.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
Expand All @@ -37,9 +37,9 @@
"npm-run-all": "4.1.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router": "6.23.0",
"react-router-dom": "6.23.0",
"rimraf": "5.0.5",
"react-router": "6.23.1",
"react-router-dom": "6.23.1",
"rimraf": "5.0.7",
"ts-prune": "0.10.3",
"typescript": "5.4.5",
"world_countries_lists": "2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"devDependencies": {
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"typescript": "5.4.5",
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": "1.7.21",
"@public-ui/visual-tests": "1.7.21",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"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": "1.7.21",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"nodemon": "3.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/tools/kolibri-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
"gradient-string": "2.0.2",
"loglevel": "1.9.1",
"prettier": "3.2.5",
"semver": "7.6.0"
"semver": "7.6.2"
},
"devDependencies": {
"@public-ui/components": "1.7.21",
"@types/gradient-string": "1.1.6",
"@types/node": "ts5.4",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"cpy-cli": "5.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsdoc": "48.2.4",
"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.11.0",
"knip": "5.15.1",
"mocha": "10.4.0",
"nodemon": "3.1.0",
"rimraf": "5.0.5",
"rimraf": "5.0.7",
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/tools/visual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
"kolibri-visual-test": "src/index.js"
},
"dependencies": {
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.0",
"@public-ui/sample-react": "1.7.21",
"axe-playwright": "2.0.1",
"portfinder": "1.0.32",
"serve": "14.2.3"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.1",
"@babel/eslint-parser": "7.24.5",
"@babel/plugin-syntax-import-attributes": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"eslint": "8.57.0",
"eslint-plugin-no-loops": "0.3.0",
"knip": "5.11.0",
"knip": "5.15.1",
"prettier": "3.2.5"
},
"files": [
Expand Down
Loading

0 comments on commit f019c09

Please sign in to comment.