@quintype/framework 7.33.1 → 7.33.2-nodeupgrade.0
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 +9 -5
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quintype/framework",
|
|
3
|
-
"version": "7.33.
|
|
3
|
+
"version": "7.33.2-nodeupgrade.0",
|
|
4
4
|
"description": "Libraries to help build Quintype Node.js apps",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": "^
|
|
7
|
+
"node": "^20.0.0",
|
|
8
8
|
"npm": "^8.5.0"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
@@ -31,6 +31,8 @@
|
|
|
31
31
|
"homepage": "https://github.com/quintype/quintype-node-framework#readme",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@ampproject/toolbox-optimizer": "2.8.3",
|
|
34
|
+
"@grpc/grpc-js": "^1.12.5",
|
|
35
|
+
"@jsdoc/salty": "^0.2.9",
|
|
34
36
|
"@quintype/amp": "^2.20.0",
|
|
35
37
|
"@quintype/backend": "^2.7.0",
|
|
36
38
|
"@quintype/components": "^3.5.0",
|
|
@@ -45,7 +47,6 @@
|
|
|
45
47
|
"express": "^4.17.1",
|
|
46
48
|
"firebase": "^9.6.10",
|
|
47
49
|
"get-youtube-id": "^1.0.1",
|
|
48
|
-
"grpc": "^1.21.1",
|
|
49
50
|
"http-proxy": "^1.18.1",
|
|
50
51
|
"js-yaml": "^4.1.0",
|
|
51
52
|
"lodash": "^4.17.21",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
"@babel/eslint-parser": "^7.15.7",
|
|
66
67
|
"@loadable/component": "^5.15.0",
|
|
67
68
|
"@loadable/server": "^5.15.1",
|
|
68
|
-
"@quintype/build": "
|
|
69
|
+
"@quintype/build": "4.0.1-update-build.0",
|
|
69
70
|
"babel-plugin-quintype-assets": "^1.1.1",
|
|
70
71
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
71
72
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"babel-preset-es2015-tree-shaking": "^1.0.1",
|
|
74
75
|
"babel-preset-react": "^6.24.1",
|
|
75
76
|
"babel-register": "^6.26.0",
|
|
76
|
-
"better-docs": "^2.3
|
|
77
|
+
"better-docs": "^2.7.3",
|
|
77
78
|
"eslint": "^7.32.0",
|
|
78
79
|
"eslint-config-prettier": "^8.3.0",
|
|
79
80
|
"eslint-config-standard": "^16.0.3",
|
|
@@ -120,5 +121,8 @@
|
|
|
120
121
|
"npx eslint --fix",
|
|
121
122
|
"git add"
|
|
122
123
|
]
|
|
124
|
+
},
|
|
125
|
+
"overrides": {
|
|
126
|
+
"grpc": "@grpc/grpc-js"
|
|
123
127
|
}
|
|
124
128
|
}
|