@threedddplus/logoeditor 0.0.206 → 0.0.207
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/dist/logoeditor.cjs.development.js +2 -2
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +2 -2
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "0.0.
|
2
|
+
"version": "0.0.207",
|
3
3
|
"license": "MIT",
|
4
4
|
"main": "dist/index.ts",
|
5
5
|
"typings": "dist/index.d.ts",
|
@@ -31,7 +31,8 @@
|
|
31
31
|
"deploy:dev": "firebase deploy --only hosting:dev-richardson-customizer --token $FIREBASE_TOKEN"
|
32
32
|
},
|
33
33
|
"peerDependencies": {
|
34
|
-
"react": ">=16"
|
34
|
+
"react": ">=16",
|
35
|
+
"react-toastify": "^9.1.3"
|
35
36
|
},
|
36
37
|
"husky": {
|
37
38
|
"hooks": {
|
@@ -85,6 +86,7 @@
|
|
85
86
|
"react-is": "^18.2.0",
|
86
87
|
"react-scripts": "^5.0.1",
|
87
88
|
"react-test-renderer": "^18.2.0",
|
89
|
+
"react-toastify": "^9.1.3",
|
88
90
|
"rollup-plugin-postcss": "^4.0.2",
|
89
91
|
"size-limit": "^8.2.4",
|
90
92
|
"tailwindcss": "^3.3.2",
|
@@ -123,7 +125,6 @@
|
|
123
125
|
"react-modal": "^3.16.1",
|
124
126
|
"react-select": "^5.8.0",
|
125
127
|
"react-shadow": "^20.0.0",
|
126
|
-
"react-toastify": "^9.1.3",
|
127
128
|
"reakit": "^1.3.11",
|
128
129
|
"stats.js": "^0.17.0",
|
129
130
|
"tw-elements": "^1.0.0",
|