nuudel-core 0.1.190 → 0.1.192
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/README.md +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.192",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"graphql-2-json-schema": "0.2.0",
|
|
63
63
|
"material-ui-chip-input": "^1.1.0",
|
|
64
64
|
"next-with-apollo": "^5.2.1",
|
|
65
|
-
"nuudel-utils": "^0.1.
|
|
65
|
+
"nuudel-utils": "^0.1.75",
|
|
66
66
|
"pica": "^9.0.1",
|
|
67
67
|
"react-colorful": "^5.6.1",
|
|
68
68
|
"react-device-detect": "^2.1.2",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"eslint-plugin-import": "^2.22.0",
|
|
100
100
|
"gh-pages": "^3.1.0",
|
|
101
101
|
"graphql-tag": "^2.12.6",
|
|
102
|
-
"i18next": "^21.
|
|
102
|
+
"i18next": "^21.2.6",
|
|
103
103
|
"next": "^12.3.4",
|
|
104
104
|
"node-sass": "^7.0.1",
|
|
105
105
|
"npm-run-all": "^4.1.5",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@material-ui/icons": "^4.11.2",
|
|
121
121
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
122
122
|
"graphql-tag": "^2.12.6",
|
|
123
|
-
"i18next": "^21.
|
|
123
|
+
"i18next": "^21.2.6",
|
|
124
124
|
"next": "^12.3.4",
|
|
125
125
|
"react": "*",
|
|
126
126
|
"swr": "^1.0.1"
|