lakelib 0.3.5 → 0.3.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "lakelib",
3
- "version": "0.3.5",
4
- "description": "Lake is a browser-based rich text editor built for modern applications that require content creation like blog posts, user comments, and email composition.",
3
+ "version": "0.3.7",
4
+ "description": "Lake is a rich text editor built for modern applications that require content creation like blog posts, user comments, and email composition.",
5
5
  "author": "Luo Longhao <luolonghao@gmail.com>",
6
6
  "license": "MIT",
7
7
  "homepage": "http://lakejs.org",
@@ -33,7 +33,7 @@
33
33
  "typesafe-i18n": "^5.26.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@antfu/eslint-config": "^4.2.1",
36
+ "@antfu/eslint-config": "^4.3.0",
37
37
  "@rollup/plugin-alias": "^5.1.1",
38
38
  "@rollup/plugin-commonjs": "^28.0.2",
39
39
  "@rollup/plugin-json": "^6.1.0",
@@ -42,11 +42,11 @@
42
42
  "@rollup/plugin-typescript": "^12.1.2",
43
43
  "@types/chai": "^5.0.1",
44
44
  "@types/mocha": "^10.0.10",
45
- "@types/sinon": "^17.0.3",
45
+ "@types/sinon": "^17.0.4",
46
46
  "chai": "^5.2.0",
47
47
  "clean-css": "^5.3.3",
48
48
  "conventional-changelog-cli": "^5.0.0",
49
- "eslint": "^9.20.1",
49
+ "eslint": "^9.21.0",
50
50
  "execa": "^9.5.2",
51
51
  "express": "^4.21.2",
52
52
  "katex": "^0.16.21",
@@ -56,9 +56,9 @@
56
56
  "npm-run-all2": "^7.0.2",
57
57
  "picocolors": "^1.1.1",
58
58
  "prompts": "^2.4.2",
59
- "puppeteer": "^24.2.1",
59
+ "puppeteer": "^24.3.0",
60
60
  "rimraf": "^6.0.1",
61
- "rollup": "^4.34.7",
61
+ "rollup": "^4.34.9",
62
62
  "rollup-plugin-dts": "^6.1.1",
63
63
  "rollup-plugin-ignore-import": "^1.3.2",
64
64
  "rollup-plugin-import-css": "^3.5.8",
@@ -67,7 +67,7 @@
67
67
  "simple-git-hooks": "^2.11.1",
68
68
  "sinon": "^19.0.2",
69
69
  "tslib": "^2.8.1",
70
- "typescript": "^5.7.3"
70
+ "typescript": "^5.8.2"
71
71
  },
72
72
  "simple-git-hooks": {
73
73
  "pre-commit": "pnpm lint:fix",