nuudel-core 0.2.15 → 0.2.16
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 +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
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",
|
|
@@ -52,6 +52,9 @@
|
|
|
52
52
|
"version": "npm run format && git add -A src",
|
|
53
53
|
"postversion": "git push && git push --tags"
|
|
54
54
|
},
|
|
55
|
+
"engines": {
|
|
56
|
+
"node": ">=12"
|
|
57
|
+
},
|
|
55
58
|
"dependencies": {
|
|
56
59
|
"@apollo/client": "3.5.10",
|
|
57
60
|
"@apollo/react-hooks": "^4.0.0",
|
|
@@ -109,6 +112,7 @@
|
|
|
109
112
|
"react-test-renderer": "^17.0.2",
|
|
110
113
|
"standard-version": "^9.0.0",
|
|
111
114
|
"swr": "^1.3.0",
|
|
115
|
+
"ts-node": "^9.1.1",
|
|
112
116
|
"typed-scss-modules": "^4.1.2",
|
|
113
117
|
"typedoc": "^0.22.11",
|
|
114
118
|
"typescript": "4.4.4"
|