Skip to content

Commit

Permalink
chore: update deps and locks
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 28, 2023
1 parent 5c053ac commit 73ec347
Show file tree
Hide file tree
Showing 36 changed files with 1,435 additions and 1,412 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
"update": "pnpm ncu:patch && pnpm ncu:minor && pnpm ncu:major"
},
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@types/node": "ts5.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@types/node": "ts5.3",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"husky": "8.0.3",
"lerna": "7.4.2",
"lerna": "8.0.0",
"license-report": "6.5.0",
"lint-staged": "15.0.2",
"npm-check-updates": "16.14.6",
"lint-staged": "15.1.0",
"npm-check-updates": "16.14.11",
"npm-run-all": "4.1.5",
"pnpm": "8.10.2",
"prettier": "3.0.3",
"pnpm": "8.11.0",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"ts-prune": "0.10.3",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/adapters/angular/v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@angular/core": "11.2.14",
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/minimist": "1.2.5",
"@types/node": "ts4.1",
"@types/normalize-package-data": "2.4.3",
"prettier": "3.0.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
"tslib": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/angular/v12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@angular/core": "12.2.17",
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/minimist": "1.2.5",
"@types/node": "ts4.3",
"@types/normalize-package-data": "2.4.3",
"prettier": "3.0.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
"tslib": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/angular/v13/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@angular/core": "13.4.0",
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/minimist": "1.2.5",
"@types/node": "ts4.6",
"@types/normalize-package-data": "2.4.3",
"prettier": "3.0.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
"tslib": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/angular/v14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@angular/core": "14.3.0",
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/minimist": "1.2.5",
"@types/node": "ts4.8",
"@types/normalize-package-data": "2.4.3",
"prettier": "3.0.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
"tslib": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/angular/v15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@angular/core": "15.2.10",
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/minimist": "1.2.5",
"@types/node": "ts4.9",
"@types/normalize-package-data": "2.4.3",
"prettier": "3.0.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"rxjs": "7.8.1",
"tslib": "2.6.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/adapters/angular/v16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"@angular/core": "16.2.12",
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/minimist": "1.2.5",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.3",
"prettier": "3.0.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"rxjs": "7.8.1",
"tslib": "2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/angular/v17/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@public-ui/angular-v17",
"version": "1.7.2",
"version": "2.0.0-rc.11",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
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 @@ -52,7 +52,7 @@
"@public-ui/components": "2.0.0-rc.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/adapters/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"devDependencies": {
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.3",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/minimist": "1.2.5",
"@types/node": "ts5.3",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/adapters/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"devDependencies": {
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.3",
"solid-js": "1.8.5",
"typescript": "5.2.2",
"@types/minimist": "1.2.5",
"@types/node": "ts5.3",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.8.6",
"typescript": "5.3.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/adapters/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
"prepack": "unbuild"
},
"devDependencies": {
"@babel/types": "7.23.0",
"@babel/types": "7.23.4",
"@public-ui/components": "2.0.0-rc.11",
"@types/minimatch": "5.1.2",
"@types/minimist": "1.2.4",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.3",
"typescript": "5.2.2",
"@types/minimist": "1.2.5",
"@types/node": "ts5.3",
"@types/normalize-package-data": "2.4.4",
"typescript": "5.3.2",
"unbuild": "1.2.1",
"vue": "3.3.8"
"vue": "3.3.9"
},
"peerDependencies": {
"@public-ui/components": "2.0.0-rc.11",
Expand Down
30 changes: 15 additions & 15 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,36 +70,36 @@
"@a11y-ui/core": "1.1.0",
"@floating-ui/dom": "1.5.3",
"@public-ui/schema": "2.0.0-rc.11",
"i18next": "23.6.0",
"i18next": "23.7.6",
"markdown-it": "13.0.2"
},
"devDependencies": {
"@stencil/angular-output-target": "0.8.3",
"@stencil/core": "4.7.1",
"@stencil/core": "4.8.0",
"@stencil/postcss": "2.1.0",
"@stencil/react-output-target": "0.5.3",
"@stencil/solid-output-target": "file:node_martin/stencil-solid-output-target-0.0.1.tgz",
"@stencil/vue-output-target": "0.8.6",
"@stencil/vue-output-target": "0.8.7",
"@types/color-convert": "2.0.3",
"@types/jest": "26.0.24",
"@types/markdown-it": "13.0.5",
"@types/mustache": "4.2.4",
"@types/node": "ts5.1",
"@types/pug": "2.0.8",
"@types/twig": "1.12.14",
"@types/wcag-contrast": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@types/markdown-it": "13.0.7",
"@types/mustache": "4.2.5",
"@types/node": "ts5.3",
"@types/pug": "2.0.10",
"@types/twig": "1.12.16",
"@types/wcag-contrast": "3.0.3",
"@typescript-eslint/eslint-plugin": "6.13.0",
"@typescript-eslint/parser": "6.13.0",
"autoprefixer": "10.4.16",
"clean-css": "5.3.2",
"color-convert": "2.0.1",
"color-rgba": "2.4.0",
"cross-env": "7.0.3",
"cssnano": "6.0.1",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
Expand All @@ -119,8 +119,8 @@
"stencil-awesome-test": "1.0.6",
"terser": "5.24.0",
"tslib": "2.6.2",
"twig": "1.16.0",
"typescript": "5.2.2",
"twig": "1.17.1",
"typescript": "5.3.2",
"wcag-contrast": "3.0.0",
"webpack": "5.89.0",
"workbox-build": "7.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/create-kolibri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@
"npm-run-all": "4.1.5"
},
"devDependencies": {
"@types/node": "ts5.1",
"@types/node": "ts5.3",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"prettier": "3.0.3",
"prettier": "3.1.0",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"ts-prune": "0.10.3",
"tsup": "7.2.0",
"typescript": "5.2.2"
"tsup": "8.0.1",
"typescript": "5.3.2"
},
"files": [
"defaults/**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@types/node": "ts5.1",
"@types/node": "ts5.3",
"cross-env": "7.0.3",
"depcheck": "1.4.6",
"husky": "8.0.3",
Expand All @@ -39,6 +39,6 @@
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"ts-prune": "0.10.3",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "18.0.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "ts4.9",
"@types/normalize-package-data": "2.4.1",
"vue": "3.3.4",
"typescript": "5.2.2",
"typescript": "5.3.2",
"unbuild": "1.2.1"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-check-updates": "16.12.2",
"prettier": "3.0.2",
"unocss": "0.55.2",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.4.9"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-check-updates": "16.12.2",
"prettier": "3.0.2",
"unocss": "0.55.2",
"typescript": "5.2.2",
"typescript": "5.3.2",
"vite": "4.4.9"
}
}
10 changes: 5 additions & 5 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.8.5",
"solid-js": "1.8.6",
"world_countries_lists": "2.8.2"
},
"devDependencies": {
"@leanup/stack": "1.3.48",
"@leanup/stack-solid": "1.3.48",
"@leanup/stack-webpack": "1.3.48",
"@types/prettier": "2.7.3",
"@unocss/preset-mini": "0.57.2",
"@unocss/webpack": "0.57.2",
"@unocss/preset-mini": "0.57.7",
"@unocss/webpack": "0.57.7",
"ajv": "8.12.0",
"chromedriver": "119.0.1",
"cpy-cli": "5.0.0",
Expand All @@ -62,11 +62,11 @@
"eslint-plugin-no-loops": "0.3.0",
"nightwatch-axe-verbose": "2.2.2",
"npm-run-all": "4.1.5",
"playwright": "1.39.0",
"playwright": "1.40.0",
"react-dev-utils": "12.0.1",
"rimraf": "3.0.2",
"ts-prune": "0.10.3",
"typescript": "5.2.2"
"typescript": "5.3.2"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 73ec347

Please sign in to comment.