@tryghost/koenig-lexical 0.0.58 → 0.0.59

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": "@tryghost/koenig-lexical",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "repository": "https://github.com/TryGhost/Koenig/tree/master/packages/koenig-lexical",
5
5
  "author": "Ghost Foundation",
6
6
  "license": "MIT",
@@ -23,8 +23,10 @@
23
23
  "build": "vite build",
24
24
  "build:demo": "vite build --config vite.config.demo.js",
25
25
  "preview": "vite preview",
26
- "pretest": "yarn build --config vite.config.demo.js",
26
+ "pretest": "VITE_TEST=true yarn build --config vite.config.demo.js",
27
27
  "test": "vitest run",
28
+ "test:headed": "PLAYWRIGHT_HEADLESS=false vitest run",
29
+ "test:slowmo": "PLAYWRIGHT_SLOWMO=100 PLAYWRIGHT_HEADLESS=false vitest run",
28
30
  "pretest:watch": "yarn pretest",
29
31
  "test:watch": "vitest",
30
32
  "posttest": "yarn lint",
@@ -38,21 +40,21 @@
38
40
  "@codemirror/lang-css": "^6.0.2",
39
41
  "@codemirror/lang-html": "^6.4.1",
40
42
  "@codemirror/lang-javascript": "^6.1.2",
41
- "@lexical/list": "^0.7.0",
42
- "@lexical/react": "^0.7.0",
43
- "@lexical/selection": "^0.7.0",
44
- "@lexical/text": "^0.7.0",
45
- "@lexical/utils": "^0.7.0",
43
+ "@lexical/list": "^0.9.0",
44
+ "@lexical/react": "^0.9.0",
45
+ "@lexical/selection": "^0.9.0",
46
+ "@lexical/text": "^0.9.0",
47
+ "@lexical/utils": "^0.9.0",
46
48
  "@lezer/highlight": "^1.1.3",
47
49
  "@tryghost/kg-clean-basic-html": "^3.0.6",
48
- "@tryghost/kg-default-nodes": "^0.0.14",
50
+ "@tryghost/kg-default-nodes": "^0.0.15",
49
51
  "@tryghost/kg-markdown-html-renderer": "^6.0.4",
50
- "@tryghost/kg-simplemde": "^2.0.7",
52
+ "@tryghost/kg-simplemde": "^2.0.8",
51
53
  "@uiw/react-codemirror": "^4.19.6",
52
54
  "codemirror": "^6.0.1",
53
55
  "dompurify": "^3.0.0",
54
56
  "eventemitter3": "^5.0.0",
55
- "lexical": "^0.7.0",
57
+ "lexical": "^0.9.0",
56
58
  "lodash-es": "^4.17.21",
57
59
  "pluralize": "^8.0.0",
58
60
  "react": "^18.2.0",
@@ -75,26 +77,26 @@
75
77
  "@types/react": "18.0.28",
76
78
  "@types/react-dom": "18.0.11",
77
79
  "@vitejs/plugin-react": "2.2.0",
78
- "@vitest/coverage-c8": "0.28.5",
79
- "@vitest/ui": "0.28.5",
80
+ "@vitest/coverage-c8": "0.29.2",
81
+ "@vitest/ui": "0.29.2",
80
82
  "autoprefixer": "10.4.13",
81
83
  "babel-loader": "9.1.2",
82
84
  "cross-fetch": "^3.1.5",
83
85
  "eslint-config-react-app": "7.0.1",
84
86
  "eslint-plugin-jest": "27.2.1",
85
- "eslint-plugin-tailwindcss": "3.9.0",
87
+ "eslint-plugin-tailwindcss": "3.10.1",
86
88
  "jsdom": "21.1.0",
87
- "playwright": "1.31.1",
89
+ "playwright": "1.31.2",
88
90
  "postcss": "8.4.21",
89
91
  "postcss-import": "15.1.0",
90
92
  "prettier": "2.8.4",
91
93
  "react-highlight": "^0.15.0",
92
- "react-router-dom": "6.8.1",
94
+ "react-router-dom": "6.8.2",
93
95
  "tailwindcss": "3.2.7",
94
96
  "typescript": "4.9.5",
95
97
  "vite": "3.0.8",
96
98
  "vite-plugin-svgr": "2.4.0",
97
- "vitest": "0.28.5"
99
+ "vitest": "0.29.2"
98
100
  },
99
- "gitHead": "f1b626a97866a532e42b2f72ef6610caf0b68478"
101
+ "gitHead": "5d4bcf54975444e56843c3e5e273fd2bcc1c50bf"
100
102
  }