nuudel-core 0.2.11 → 0.2.13
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 +2 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuudel-core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
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,9 +52,6 @@
|
|
|
52
52
|
"version": "npm run format && git add -A src",
|
|
53
53
|
"postversion": "git push && git push --tags"
|
|
54
54
|
},
|
|
55
|
-
"engines": {
|
|
56
|
-
"node": ">=10"
|
|
57
|
-
},
|
|
58
55
|
"dependencies": {
|
|
59
56
|
"@apollo/client": "3.5.10",
|
|
60
57
|
"@apollo/react-hooks": "^4.0.0",
|
|
@@ -102,7 +99,7 @@
|
|
|
102
99
|
"gh-pages": "^3.1.0",
|
|
103
100
|
"graphql-tag": "^2.12.6",
|
|
104
101
|
"next": "^12.3.4",
|
|
105
|
-
"node-sass": "^
|
|
102
|
+
"node-sass": "^9.0.0",
|
|
106
103
|
"npm-run-all": "^4.1.5",
|
|
107
104
|
"nyc": "^15.1.0",
|
|
108
105
|
"open-cli": "^6.0.1",
|
|
@@ -112,7 +109,6 @@
|
|
|
112
109
|
"react-test-renderer": "^17.0.2",
|
|
113
110
|
"standard-version": "^9.0.0",
|
|
114
111
|
"swr": "^1.3.0",
|
|
115
|
-
"ts-node": "^10.9.1",
|
|
116
112
|
"typed-scss-modules": "^4.1.2",
|
|
117
113
|
"typedoc": "^0.22.11",
|
|
118
114
|
"typescript": "4.4.4"
|