@contentful/create-contentful-app 1.3.15 → 1.3.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/npm-shrinkwrap.json +9 -9
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/create-contentful-app",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.15",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@contentful/create-contentful-app",
|
|
9
|
-
"version": "1.3.
|
|
9
|
+
"version": "1.3.15",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@contentful/app-scripts": "1.1.10",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/chalk": "2.2.0",
|
|
27
27
|
"@types/degit": "2.8.3",
|
|
28
28
|
"@types/inquirer": "8.2.1",
|
|
29
|
-
"@types/node": "14.
|
|
29
|
+
"@types/node": "14.18.21",
|
|
30
30
|
"@types/rimraf": "3.0.2",
|
|
31
31
|
"@types/tildify": "2.0.2",
|
|
32
32
|
"@types/validate-npm-package-name": "4.0.0"
|
|
@@ -967,9 +967,9 @@
|
|
|
967
967
|
"dev": true
|
|
968
968
|
},
|
|
969
969
|
"node_modules/@types/node": {
|
|
970
|
-
"version": "14.
|
|
971
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.
|
|
972
|
-
"integrity": "sha512-
|
|
970
|
+
"version": "14.18.21",
|
|
971
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.21.tgz",
|
|
972
|
+
"integrity": "sha512-x5W9s+8P4XteaxT/jKF0PSb7XEvo5VmqEWgsMlyeY4ZlLK8I6aH6g5TPPyDlLAep+GYf4kefb7HFyc7PAO3m+Q==",
|
|
973
973
|
"dev": true
|
|
974
974
|
},
|
|
975
975
|
"node_modules/@types/rimraf": {
|
|
@@ -2413,9 +2413,9 @@
|
|
|
2413
2413
|
"dev": true
|
|
2414
2414
|
},
|
|
2415
2415
|
"@types/node": {
|
|
2416
|
-
"version": "14.
|
|
2417
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.
|
|
2418
|
-
"integrity": "sha512-
|
|
2416
|
+
"version": "14.18.21",
|
|
2417
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.21.tgz",
|
|
2418
|
+
"integrity": "sha512-x5W9s+8P4XteaxT/jKF0PSb7XEvo5VmqEWgsMlyeY4ZlLK8I6aH6g5TPPyDlLAep+GYf4kefb7HFyc7PAO3m+Q==",
|
|
2419
2419
|
"dev": true
|
|
2420
2420
|
},
|
|
2421
2421
|
"@types/rimraf": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/create-contentful-app",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.16",
|
|
4
4
|
"description": "A template for building Contentful Apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contentful",
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
"@types/chalk": "2.2.0",
|
|
60
60
|
"@types/degit": "2.8.3",
|
|
61
61
|
"@types/inquirer": "8.2.1",
|
|
62
|
-
"@types/node": "14.
|
|
62
|
+
"@types/node": "14.18.21",
|
|
63
63
|
"@types/rimraf": "3.0.2",
|
|
64
64
|
"@types/tildify": "2.0.2",
|
|
65
65
|
"@types/validate-npm-package-name": "4.0.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "4fb56b4bf50348218ae198646aeda7a542f308f0"
|
|
68
68
|
}
|