@layers-app/editor 0.0.4 → 0.0.6

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": "@layers-app/editor",
3
3
  "private": false,
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "start": "vite",
@@ -23,23 +23,16 @@
23
23
  "main": "dist/index.js",
24
24
  "types": "dist/index.d.ts",
25
25
  "dependencies": {
26
- "@layers-app/shared": "^0.0.11",
26
+ "@layers-app/shared": "^0.0.19",
27
27
  "@lexical/headless": "0.21.0",
28
28
  "@lexical/markdown": "0.21.0",
29
29
  "@lexical/react": "0.21.0",
30
- "@rollup/plugin-typescript": "^11.1.6",
31
- "@types/node": "^20.14.11",
32
- "@vitejs/plugin-basic-ssl": "^1.1.0",
30
+ "@tanstack/react-query": "^5.64.1",
31
+ "install": "^0.13.0",
33
32
  "lexical": "0.21.0",
34
- "lodash": "^4.17.21",
35
- "react": "^18.2.0",
36
- "react-dom": "^18.2.0",
37
- "rollup-plugin-typescript-paths": "^1.5.0",
38
- "vite-plugin-css-injected-by-js": "^3.5.0",
39
- "vite-plugin-svgr": "^4.2.0",
33
+ "npm": "^11.0.0",
40
34
  "y-websocket": "^1.5.3",
41
- "yjs": "^13.6.20",
42
- "zustand": "^5.0.0-rc.2"
35
+ "yjs": "^13.6.20"
43
36
  },
44
37
  "devDependencies": {
45
38
  "@eslint/js": "^9.9.0",
@@ -48,40 +41,51 @@
48
41
  "@mantine/form": "^7.10.1",
49
42
  "@mantine/hooks": "^7.10.1",
50
43
  "@mantine/modals": "^7.10.1",
51
- "@tabler/icons-react": "^2.47.0",
44
+ "@rollup/plugin-typescript": "^11.1.6",
45
+ "@tabler/icons-react": "^3.7.0",
52
46
  "@trivago/prettier-plugin-sort-imports": "^5.2.1",
53
47
  "@types/eslint__js": "^8.42.3",
54
48
  "@types/lodash": "^4.14.202",
49
+ "@types/lodash-es": "^4.17.12",
50
+ "@types/node": "^20.14.11",
55
51
  "@types/prettier": "2.7.3",
56
52
  "@types/react": "^18.2.55",
57
53
  "@types/react-dom": "^18.2.19",
54
+ "@vitejs/plugin-basic-ssl": "^1.1.0",
58
55
  "@vitejs/plugin-react": "^4.2.1",
59
56
  "concurrently": "^8.2.2",
60
57
  "cross-env": "^7.0.3",
61
58
  "eslint": "^9.9.0",
62
59
  "i18next": "^23.15.1",
60
+ "lodash-es": "^4.17.21",
63
61
  "postcss-import": "^16.1.0",
64
62
  "postcss-preset-mantine": "^1.15.0",
65
63
  "prettier": "3.4.2",
66
64
  "react-i18next": "^15.0.2",
65
+ "rollup-plugin-typescript-paths": "^1.5.0",
67
66
  "rollup-plugin-visualizer": "^5.12.0",
68
67
  "sass": "^1.71.1",
69
68
  "typescript": "^5.5.4",
70
69
  "typescript-eslint": "^8.2.0",
71
70
  "vite": "^5.1.1",
72
71
  "vite-plugin-commonjs": "^0.10.1",
73
- "vite-plugin-dts": "^4.0.0-beta.1"
72
+ "vite-plugin-css-injected-by-js": "^3.5.0",
73
+ "vite-plugin-dts": "^4.0.0-beta.1",
74
+ "vite-plugin-svgr": "^4.2.0",
75
+ "zustand": "^4.5.4"
74
76
  },
75
77
  "peerDependencies": {
76
- "@mantine/core": ">=7.3.2",
77
- "@mantine/dropzone": ">=7.3.2",
78
- "@mantine/form": ">=7.3.2",
79
- "@mantine/hooks": ">=7.3.2",
80
- "@mantine/modals": ">=7.3.2",
81
- "@tabler/icons-react": ">=2.47.0",
78
+ "@mantine/core": ">=7.10.1",
79
+ "@mantine/dropzone": ">=7.10.1",
80
+ "@mantine/form": ">=7.10.1",
81
+ "@mantine/hooks": ">=7.10.1",
82
+ "@mantine/modals": ">=7.10.1",
83
+ "@tabler/icons-react": ">=3.7.0",
82
84
  "i18next": "^23.11.5",
83
- "postcss-import": "^16.1.0",
84
- "postcss-preset-mantine": ">=1.15.0",
85
- "react-i18next": "^15.0.2"
85
+ "lodash-es": ">=4.17.21",
86
+ "react": ">=18.2.0",
87
+ "react-dom": ">=18.2.0",
88
+ "react-i18next": "^15.0.2",
89
+ "zustand": ">=4.5.4"
86
90
  }
87
91
  }