Skip to content

Commit

Permalink
chore: update deps and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Jan 17, 2024
1 parent 8f0955f commit cacd31d
Show file tree
Hide file tree
Showing 34 changed files with 715 additions and 759 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"npm-check-updates": "16.14.12",
"npm-run-all": "4.1.5",
"pnpm": "8.14.1",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/.ts-prunerc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
* index: die Index-Datei exportiert die API für andere Module
* stories: die Storybook-Datei exportiert die Storybook-Stories
*/
ignore: 'assets|(arg-types|form/form|mermaid|src/index|stories).tsx?|snippets|build.config.ts|utils.ts',
ignore: 'assets|dist|(arg-types|form/form|mermaid|src/index|stories).tsx?|snippets|build.config.ts|utils.ts',
skip: 'autogen',
};
2 changes: 1 addition & 1 deletion packages/adapters/angular/v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts4.1",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
"tslib": "2.6.2",
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 @@ -71,7 +71,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts4.3",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
"tslib": "2.6.2",
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 @@ -71,7 +71,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts4.6",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
"tslib": "2.6.2",
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 @@ -71,7 +71,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts4.8",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"rxjs": "7.6.0",
"tslib": "2.6.2",
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 @@ -71,7 +71,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts4.9",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"rxjs": "7.8.1",
"tslib": "2.6.2",
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 @@ -71,7 +71,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.1",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.1",
"prettier": "3.2.2",
"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
Expand Up @@ -71,7 +71,7 @@
"@types/minimist": "1.2.5",
"@types/node": "ts5.2",
"@types/normalize-package-data": "2.4.4",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"rxjs": "7.8.1",
"tslib": "2.6.2",
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.3",
"@types/normalize-package-data": "2.4.4",
"@types/react": "18.2.47",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solid/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.3",
"@types/normalize-package-data": "2.4.4",
"solid-js": "1.8.10",
"solid-js": "1.8.11",
"typescript": "5.3.3",
"unbuild": "1.2.1"
},
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 @@ -54,7 +54,7 @@
"@types/normalize-package-data": "2.4.4",
"typescript": "5.3.3",
"unbuild": "1.2.1",
"vue": "3.4.10"
"vue": "3.4.14"
},
"peerDependencies": {
"@public-ui/components": "2.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/.ts-prunerc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// https://github.com/nadeesha/ts-prune
module.exports = {
/**
* arg-types: werden für die auto-generierten Storybook-Stories benötigt
* form: die Formular-Daten werden in einer mdx-Datei verwendet
* index: die Index-Datei exportiert die API für andere Module
* stories: die Storybook-Datei exportiert die Storybook-Stories
*/
ignore: 'assets|dist|(arg-types|form/form|mermaid|src/index|stories).tsx?|snippets|build.config.ts|utils.ts',
skip: 'autogen',
};
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"@public-ui/schema": "2.0.3",
"adopted-style-sheets": "1.1.3",
"i18next": "23.7.16",
"markdown-it": "13.0.2"
"markdown-it": "14.0.0"
},
"devDependencies": {
"@stencil/angular-output-target": "0.8.3",
"@stencil/core": "4.9.1",
"@stencil/core": "4.10.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",
Expand All @@ -88,8 +88,8 @@
"@types/pug": "2.0.10",
"@types/twig": "1.12.16",
"@types/wcag-contrast": "3.0.3",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"autoprefixer": "10.4.16",
"clean-css": "5.3.3",
"color-rgba": "2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/nav/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class KolNav implements NavAPI {
} else if (branch._children) {
for (const childBranch of branch._children) {
if (handleBranch(childBranch)) {
this.expandChildren(branch._children!);
this.expandChildren(branch._children);
return true;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kolibri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"@types/node": "ts5.3",
"cross-env": "7.0.3",
"depcheck": "1.4.7",
"prettier": "3.1.1",
"prettier": "3.2.2",
"rimraf": "3.0.2",
"ts-node": "10.9.2",
"ts-prune": "0.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kolibri/templates/angular-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@ngtools/webpack": "16.2.0",
"chromedriver": "118.0.1",
"cpy-cli": "5.0.0",
"nightwatch-axe-verbose": "2.2.2",
"nightwatch-axe-verbose": "2.3.0",
"npm-check-updates": "16.13.1",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kolibri/templates/astro-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"astro": "1.7.2",
"chromedriver": "118.0.1",
"cpy-cli": "5.0.0",
"nightwatch-axe-verbose": "2.0.3",
"nightwatch-axe-verbose": "2.3.0",
"npm-check-updates": "16.6.0",
"npm-run-all": "4.1.5",
"preact": "10.11.3",
Expand Down
88 changes: 48 additions & 40 deletions packages/create-kolibri/templates/kolibri-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,66 @@
{
"name": "{{kebab name}}",
"version": "0.0.0",
"description": "{{description}}",
"name": "@public-ui/kolibri-cli",
"version": "2.0.3",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": "https://github.com/public-ui/kolibri",
"bugs": {
"url": "https://github.com/public-ui/kolibri/issues",
"email": "kolibri@itzbund.de"
},
"author": {
"name": "{{author}}",
"email": "{{email}}"
"name": "Informationstechnikzentrum Bund",
"email": "kolibri@itzbund.de"
},
"license": "EUPL-1.2",
"private": false,
"bin": {
"kolibri": "dist/index.js"
},
"description": "CLI for executing some helpful commands for KoliBri projects.",
"scripts": {
"build": "unbuild",
"depcheck": "depcheck",
"format": "prettier --check src",
"lint": "eslint src",
"prepack": "unbuild",
"test": "THEME_MODULE=src/index THEME_EXPORT={{capital name}} kolibri-visual-test",
"test-update": "THEME_MODULE=src/index THEME_EXPORT={{capital name}} kolibri-visual-test --update-snapshots theme-snapshots.spec.js",
"unused": "knip"
"reset": "pnpm i @public-ui/components@1.1.7",
"depcheck": "depcheck --ignores=\"@public-ui/components,deepmerge,loglevel,mocha\"",
"format": "prettier -c src",
"lint": "eslint src && tsc --noEmit",
"prepack": "tsc",
"start": "rimraf test && cpy \"../../samples/react/src/components\" test/src && cpy \"../../samples/react/public/*.html\" test/ && ts-node src/index.ts migrate --ignore-uncommitted-changes --test-tasks test",
"restart": "pnpm reset && pnpm start",
"unused": "knip",
"watch": "nodemon --ignore package.json src/index.ts migrate --ignore-uncommitted-changes --test-tasks test"
},
"type": "commonjs",
"dependencies": {
"chalk": "4.1.2",
"commander": "11.1.0",
"deepmerge": "4.3.1",
"gradient-string": "2.0.2",
"loglevel": "1.8.1",
"prettier": "3.2.2",
"semver": "7.5.4"
},
"devDependencies": {
"@public-ui/components": "2.0.3",
"@public-ui/schema": "2.0.3",
"@public-ui/visual-tests": "2.0.3",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/gradient-string": "1.1.5",
"@types/node": "20.11.4",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"cpy-cli": "5.0.0",
"depcheck": "1.4.7",
"eslint": "8.51.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
"knip": "3.0.2",
"npm-check-updates": "16.14.6",
"prettier": "3.0.3",
"unbuild": "1.2.1"
},
"peerDependencies": {
"@public-ui/components": "2.0.3"
},
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
"eslint-plugin-react": "7.33.2",
"knip": "4.0.1",
"mocha": "10.2.0",
"nodemon": "3.0.3",
"rimraf": "3.0.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"assets",
"dist"
]
}
2 changes: 1 addition & 1 deletion packages/create-kolibri/templates/preact-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chromedriver": "118.0.1",
"cpy-cli": "4.2.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"nightwatch-axe-verbose": "2.0.3",
"nightwatch-axe-verbose": "2.3.0",
"npm-check-updates": "16.6.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kolibri/templates/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"cpy-cli": "4.2.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"nightwatch-axe-verbose": "2.0.3",
"nightwatch-axe-verbose": "2.3.0",
"npm-check-updates": "16.6.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-kolibri/templates/solid-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@unocss/webpack": "0.47.6",
"chromedriver": "118.0.1",
"cpy-cli": "4.2.0",
"nightwatch-axe-verbose": "2.0.3",
"nightwatch-axe-verbose": "2.3.0",
"npm-check-updates": "16.6.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"monaco-editor-webpack-plugin": "7.1.0",
"prettier": "2.8.8",
"register-service-worker": "1.7.2",
"solid-js": "1.8.10",
"solid-js": "1.8.11",
"world_countries_lists": "2.8.2"
},
"devDependencies": {
Expand All @@ -60,9 +60,9 @@
"depcheck": "1.4.7",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-loops": "0.3.0",
"nightwatch-axe-verbose": "2.2.3",
"nightwatch-axe-verbose": "2.3.0",
"npm-run-all": "4.1.5",
"playwright": "1.40.1",
"playwright": "1.41.0",
"react-dev-utils": "12.0.1",
"rimraf": "3.0.2",
"ts-prune": "0.10.3",
Expand Down
4 changes: 0 additions & 4 deletions packages/samples/angular/.ts-prunerc.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@ngtools/webpack": "17.0.10",
"chromedriver": "120.0.1",
"cpy-cli": "5.0.0",
"nightwatch-axe-verbose": "2.2.3",
"nightwatch-axe-verbose": "2.3.0",
"npm-check-updates": "16.14.12",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@public-ui/components": "2.0.3",
"@public-ui/react": "2.0.3",
"@public-ui/themes": "2.0.3",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/node": "20.11.4",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@unocss/preset-uno": "0.58.3",
"@unocss/webpack": "0.58.3",
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"formik": "2.4.5",
"nightwatch-axe-verbose": "2.2.3",
"nightwatch-axe-verbose": "2.3.0",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"express": "4.18.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"cpy-cli": "5.0.0",
"eslint": "8.56.0",
"nodemon": "3.0.2",
"nodemon": "3.0.3",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"ts-node": "10.9.2"
Expand Down
Loading

0 comments on commit cacd31d

Please sign in to comment.