generator-code 1.6.9 → 1.6.10
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.
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@types/glob": "^7.2.0",
|
|
8
|
-
"@types/mocha": "^9.1.
|
|
8
|
+
"@types/mocha": "^9.1.1",
|
|
9
9
|
"@types/node": "14.x",
|
|
10
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
11
|
-
"@typescript-eslint/parser": "^5.
|
|
12
|
-
"eslint": "^8.
|
|
13
|
-
"glob": "^
|
|
10
|
+
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
11
|
+
"@typescript-eslint/parser": "^5.21.0",
|
|
12
|
+
"eslint": "^8.14.0",
|
|
13
|
+
"glob": "^8.0.1",
|
|
14
14
|
"mocha": "^9.2.2",
|
|
15
|
-
"typescript": "^4.
|
|
15
|
+
"typescript": "^4.6.4",
|
|
16
16
|
"@vscode/test-electron": "^2.1.3",
|
|
17
17
|
"@vscode/test-web": "^0.0.24",
|
|
18
|
-
"@types/webpack-env": "^1.16.
|
|
18
|
+
"@types/webpack-env": "^1.16.4",
|
|
19
19
|
"@types/vscode-notebook-renderer": "^1.60.0",
|
|
20
20
|
"concurrently": "^5.3.0",
|
|
21
21
|
"css-loader": "^4.2.0",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
* This folder contains all of the files necessary for your extension.
|
|
6
6
|
* `package.json` - this is the manifest file that defines the location of the snippet file and specifies the language of the snippets.
|
|
7
|
-
* `snippets/snippets.
|
|
7
|
+
* `snippets/snippets.code-snippets` - the file containing all snippets.
|
|
8
8
|
|
|
9
9
|
## Get up and running straight away
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "generator-code",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.10",
|
|
4
4
|
"description": "Yeoman generator for Visual Studio Code Extensions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yeoman-generator",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"chalk": "^4.1.2",
|
|
38
38
|
"fast-plist": "^0.1.2",
|
|
39
|
-
"request-light": "^0.5.
|
|
39
|
+
"request-light": "^0.5.8",
|
|
40
40
|
"sanitize-filename": "^1.6.3",
|
|
41
41
|
"which": "^2.0.2",
|
|
42
42
|
"yeoman-generator": "^5.6.1",
|
|
43
43
|
"yosay": "^2.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@types/mocha": "^9.1.
|
|
46
|
+
"@types/mocha": "^9.1.1",
|
|
47
47
|
"@types/node": "^16.11.6",
|
|
48
|
-
"@types/yeoman-generator": "^5.2.
|
|
48
|
+
"@types/yeoman-generator": "^5.2.10",
|
|
49
49
|
"@types/yeoman-test": "^4.0.3",
|
|
50
50
|
"mocha": "^9.2.2",
|
|
51
51
|
"yeoman-environment": "^3.9.1",
|