mind-elixir 4.0.2 → 4.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mind-elixir",
3
- "version": "4.0.2",
3
+ "version": "4.0.3",
4
4
  "type": "module",
5
5
  "description": "Mind elixir is a free open source mind map core.",
6
6
  "keywords": [
@@ -14,6 +14,7 @@
14
14
  "lint": "eslint --cache --max-warnings 0 \"src/**/*.{js,json,ts}\" --fix",
15
15
  "dev": "vite",
16
16
  "build": "node build.js && tsc",
17
+ "tsc": "tsc",
17
18
  "preview": "vite preview",
18
19
  "test": "playwright test",
19
20
  "test:ui": "playwright test --ui",
@@ -67,23 +68,24 @@
67
68
  "author": "ssshooter",
68
69
  "license": "MIT",
69
70
  "devDependencies": {
70
- "@commitlint/cli": "^17.6.7",
71
- "@commitlint/config-conventional": "^17.6.7",
72
- "@microsoft/api-extractor": "^7.39.1",
73
- "@playwright/test": "^1.40.1",
74
- "@types/node": "^20.10.8",
71
+ "@commitlint/cli": "^17.8.1",
72
+ "@commitlint/config-conventional": "^17.8.1",
73
+ "@microsoft/api-extractor": "^7.47.0",
74
+ "@playwright/test": "^1.44.1",
75
+ "@rollup/plugin-strip": "^3.0.4",
76
+ "@types/node": "^20.14.2",
75
77
  "@typescript-eslint/eslint-plugin": "^5.62.0",
76
78
  "@typescript-eslint/parser": "^5.62.0",
77
- "@viselect/vanilla": "^3.3.1",
78
- "eslint": "^8.46.0",
79
+ "@viselect/vanilla": "^3.5.1",
80
+ "eslint": "^8.57.0",
79
81
  "eslint-config-prettier": "^8.10.0",
80
82
  "eslint-plugin-prettier": "^4.2.1",
81
83
  "husky": "^8.0.3",
82
- "less": "^4.1.3",
83
- "lint-staged": "^13.2.3",
84
+ "less": "^4.2.0",
85
+ "lint-staged": "^13.3.0",
84
86
  "prettier": "2.8.4",
85
- "typescript": "^5.3.3",
86
- "vite": "^4.4.8",
87
- "vite-plugin-css-injected-by-js": "^3.2.1"
87
+ "typescript": "^5.4.5",
88
+ "vite": "^4.5.3",
89
+ "vite-plugin-css-injected-by-js": "^3.5.1"
88
90
  }
89
91
  }
package/readme.md CHANGED
@@ -364,9 +364,8 @@ pnpm dev
364
364
  Test generated files with `dev.dist.ts`:
365
365
 
366
366
  ```
367
- npm run build
368
- npm link
369
- npm link mind-elixir
367
+ pnpm build
368
+ pnpm link ./
370
369
  ```
371
370
 
372
371
  ## Thanks