@excalidraw/excalidraw 0.17.1-7441-c5548cc → 0.17.1-7441-cc6868c
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 +7 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@excalidraw/excalidraw",
|
|
3
|
-
"version": "0.17.1-7441-
|
|
3
|
+
"version": "0.17.1-7441-cc6868c",
|
|
4
4
|
"main": "main.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -22,10 +22,6 @@
|
|
|
22
22
|
"npm",
|
|
23
23
|
"npm excalidraw"
|
|
24
24
|
],
|
|
25
|
-
"externals": {
|
|
26
|
-
"react": "React",
|
|
27
|
-
"react-dom": "ReactDOM"
|
|
28
|
-
},
|
|
29
25
|
"browserslist": {
|
|
30
26
|
"production": [
|
|
31
27
|
">0.2%",
|
|
@@ -56,15 +52,11 @@
|
|
|
56
52
|
"@excalidraw/random-username": "1.1.0",
|
|
57
53
|
"@radix-ui/react-popover": "1.0.3",
|
|
58
54
|
"@radix-ui/react-tabs": "1.0.2",
|
|
59
|
-
"@testing-library/jest-dom": "5.16.2",
|
|
60
|
-
"@testing-library/react": "12.1.5",
|
|
61
55
|
"@tldraw/vec": "1.7.1",
|
|
62
56
|
"browser-fs-access": "0.29.1",
|
|
63
57
|
"canvas-roundrect-polyfill": "0.0.1",
|
|
64
58
|
"clsx": "1.1.1",
|
|
65
59
|
"cross-env": "7.0.3",
|
|
66
|
-
"eslint-plugin-react": "7.32.2",
|
|
67
|
-
"fake-indexeddb": "3.1.7",
|
|
68
60
|
"image-blob-reduce": "3.0.1",
|
|
69
61
|
"jotai": "1.13.1",
|
|
70
62
|
"lodash.throttle": "4.1.1",
|
|
@@ -78,8 +70,6 @@
|
|
|
78
70
|
"png-chunks-extract": "1.0.0",
|
|
79
71
|
"points-on-curve": "1.0.1",
|
|
80
72
|
"pwacompat": "2.0.17",
|
|
81
|
-
"react": "18.2.0",
|
|
82
|
-
"react-dom": "18.2.0",
|
|
83
73
|
"roughjs": "4.6.4",
|
|
84
74
|
"sass": "1.51.0",
|
|
85
75
|
"tunnel-rat": "0.1.2"
|
|
@@ -106,13 +96,19 @@
|
|
|
106
96
|
"esbuild": "0.19.9",
|
|
107
97
|
"esbuild-plugin-external-global": "1.0.1",
|
|
108
98
|
"esbuild-sass-plugin": "2.16.0",
|
|
99
|
+
"eslint-plugin-react": "7.32.2",
|
|
100
|
+
"fake-indexeddb": "3.1.7",
|
|
109
101
|
"import-meta-loader": "1.1.0",
|
|
110
102
|
"mini-css-extract-plugin": "2.6.1",
|
|
111
103
|
"postcss-loader": "7.0.1",
|
|
104
|
+
"react": "18.2.0",
|
|
105
|
+
"react-dom": "18.2.0",
|
|
112
106
|
"sass-loader": "13.0.2",
|
|
113
107
|
"size-limit": "9.0.0",
|
|
114
108
|
"style-loader": "3.3.3",
|
|
115
109
|
"terser-webpack-plugin": "5.3.3",
|
|
110
|
+
"@testing-library/jest-dom": "5.16.2",
|
|
111
|
+
"@testing-library/react": "12.1.5",
|
|
116
112
|
"ts-loader": "9.3.1",
|
|
117
113
|
"typescript": "4.9.4",
|
|
118
114
|
"webpack": "5.76.0",
|