nuudel-core 0.1.113 → 0.1.114
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 +4 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.114",
|
|
4
4
|
"description": "Web components for react with material UI",
|
|
5
5
|
"main": "build/main/index.js",
|
|
6
6
|
"typings": "build/main/index.d.ts",
|
|
@@ -56,7 +56,9 @@
|
|
|
56
56
|
"node": ">=10"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
|
|
59
|
+
"@ckeditor/ckeditor5-build-classic": "^34.1.0",
|
|
60
|
+
"@ckeditor/ckeditor5-react": "^5.0.2",
|
|
61
|
+
"@ckeditor/ckeditor5-source-editing": "^34.1.0",
|
|
60
62
|
"graphql": "^15.7.2",
|
|
61
63
|
"graphql-2-json-schema": "0.2.0",
|
|
62
64
|
"i18next": "^21.6.6",
|
|
@@ -118,9 +120,6 @@
|
|
|
118
120
|
"typescript": "^4.0.2"
|
|
119
121
|
},
|
|
120
122
|
"peerDependencies": {
|
|
121
|
-
"@ckeditor/ckeditor5-build-classic": "^34.1.0",
|
|
122
|
-
"@ckeditor/ckeditor5-react": "^5.0.2",
|
|
123
|
-
"@ckeditor/ckeditor5-source-editing": "^34.1.0",
|
|
124
123
|
"@apollo/client": "^3.4.16",
|
|
125
124
|
"@apollo/react-hooks": "^4.0.0",
|
|
126
125
|
"@material-ui/core": "^4.12.3",
|