@public-ui/kolibri-cli 1.7.0-rc.4 → 1.7.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -87,7 +87,7 @@ kolibri migrate <path>
87
87
  | Option | Description | Type | Default |
88
88
  | ------------------------------ | ----------------------------------------- | :------------------: | :------: |
89
89
  | `--ignore-uncommitted-changes` | Allows execution with uncommitted changes | boolean | false |
90
- | `--remove-mode` | Prefix property name or delete property | `delete` \| `prefix` | `prefix` |
90
+ | `--remove-mode` | Prefix property name or delete property | `delete` \| `prefix` | `prefix` |
91
91
 
92
92
  #### Configuration
93
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/kolibri-cli",
3
- "version": "1.7.0-rc.4",
3
+ "version": "1.7.0-rc.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -38,23 +38,23 @@
38
38
  "semver": "7.5.4"
39
39
  },
40
40
  "devDependencies": {
41
- "@public-ui/components": "1.1.7",
41
+ "@public-ui/components": "1.6.2",
42
42
  "@types/gradient-string": "1.1.2",
43
- "@types/node": "20.5.9",
44
- "@typescript-eslint/eslint-plugin": "6.6.0",
45
- "@typescript-eslint/parser": "6.6.0",
46
- "depcheck": "1.4.5",
43
+ "@types/node": "20.6.0",
44
+ "@typescript-eslint/eslint-plugin": "6.7.0",
45
+ "@typescript-eslint/parser": "6.7.0",
46
+ "depcheck": "1.4.6",
47
47
  "eslint-config-prettier": "9.0.0",
48
48
  "eslint-plugin-html": "7.1.0",
49
- "eslint-plugin-jsdoc": "46.5.1",
49
+ "eslint-plugin-jsdoc": "46.6.0",
50
50
  "eslint-plugin-json": "3.1.0",
51
51
  "eslint-plugin-jsx-a11y": "6.7.1",
52
52
  "eslint-plugin-no-loops": "0.3.0",
53
53
  "eslint-plugin-react": "7.33.2",
54
- "knip": "2.22.0",
54
+ "knip": "2.23.0",
55
55
  "mocha": "10.2.0",
56
56
  "nodemon": "3.0.1",
57
- "npm-check-updates": "16.13.2",
57
+ "npm-check-updates": "16.13.3",
58
58
  "ts-node": "10.9.1",
59
59
  "typescript": "5.2.2"
60
60
  },