generator-verdaccio-plugin 4.0.0 → 4.1.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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Plugin Generator
2
2
 
3
- [![verdaccio (latest)](https://img.shields.io/npm/v/verdaccio/latest.svg)](https://www.npmjs.com/package/verdaccio)
4
- [![verdaccio (downloads)](https://img.shields.io/npm/dy/verdaccio.svg)](https://www.npmjs.com/package/verdaccio)
3
+ [![verdaccio (latest)](https://img.shields.io/npm/v/generator-verdaccio-plugin/latest.svg)](https://www.npmjs.com/package/generator-verdaccio-plugin)
4
+ [![verdaccio (downloads)](https://img.shields.io/npm/dy/generator-verdaccio-plugin.svg)](https://www.npmjs.com/package/generator-verdaccio-plugin)
5
5
  [![docker pulls](https://img.shields.io/docker/pulls/verdaccio/verdaccio.svg?maxAge=43200)](https://verdaccio.org/docs/en/docker.html)
6
6
  [![Backers](https://opencollective.com/verdaccio/tiers/backer/badge.svg?label=Backer&color=brightgreen)](https://opencollective.com/verdaccio)
7
7
  [![Stackshare](https://img.shields.io/badge/Follow%20on-StackShare-blue.svg?logo=stackshare&style=flat)](https://stackshare.io/verdaccio)
@@ -16,10 +16,10 @@
16
16
  "@types/express": "4.17.13",
17
17
  "@typescript-eslint/eslint-plugin": "5.26.0",
18
18
  "@typescript-eslint/parser": "5.26.0",
19
- "@verdaccio/types": "10.5.1",
20
- "eslint": "8.16.0",
21
- "jest": "28.1.1",
22
- "typescript": "4.7.3"
19
+ "@verdaccio/types": "10.5.2",
20
+ "eslint": "8.21.0",
21
+ "jest": "28.1.3",
22
+ "typescript": "4.7.4"
23
23
  },
24
24
  "keywords": ["<%= keywords %>]"],
25
25
  "license": "<%= license %>",
@@ -17,10 +17,10 @@
17
17
  "@types/express": "4.17.13",
18
18
  "@typescript-eslint/eslint-plugin": "5.26.0",
19
19
  "@typescript-eslint/parser": "5.26.0",
20
- "@verdaccio/types": "10.5.1",
21
- "eslint": "8.16.0",
22
- "jest": "28.1.1",
23
- "typescript": "4.7.3"
20
+ "@verdaccio/types": "10.5.2",
21
+ "eslint": "8.21.0",
22
+ "jest": "28.1.3",
23
+ "typescript": "4.7.4"
24
24
  },
25
25
  "keywords": ["<%= keywords %>"],
26
26
  "license": "<%= license %>",
@@ -15,12 +15,12 @@
15
15
  "@types/jest": "27.5.1",
16
16
  "@types/node": "12.12.5",
17
17
  "@types/express": "4.17.13",
18
- "@typescript-eslint/eslint-plugin": "5.26.0",
19
- "@typescript-eslint/parser": "5.26.0",
20
- "@verdaccio/types": "10.5.1",
21
- "eslint": "8.16.0",
22
- "jest": "28.1.1",
23
- "typescript": "4.7.3"
18
+ "@typescript-eslint/eslint-plugin": "5.32.0",
19
+ "@typescript-eslint/parser": "5.32.0",
20
+ "@verdaccio/types": "10.5.2",
21
+ "eslint": "8.21.0",
22
+ "jest": "28.1.3",
23
+ "typescript": "4.7.4"
24
24
  },
25
25
  "keywords": ["<%= keywords %>"],
26
26
  "license": "<%= license %>",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-verdaccio-plugin",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "plugin generator for verdaccio",
5
5
  "homepage": "https://github.com/verdaccio",
6
6
  "author": {
@@ -18,38 +18,38 @@
18
18
  "dependencies": {
19
19
  "chalk": "4.1.2",
20
20
  "lodash": "4.17.21",
21
- "yeoman-environment": "3.9.1",
22
- "yeoman-generator": "5.6.1",
21
+ "yeoman-environment": "3.10.0",
22
+ "yeoman-generator": "5.7.0",
23
23
  "yosay": "2.0.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@babel/cli": "7.17.10",
27
- "@babel/core": "7.18.5",
28
- "@babel/node": "7.18.5",
29
- "@changesets/changelog-github": "0.4.5",
30
- "@changesets/cli": "2.23.0",
31
- "@changesets/get-dependents-graph": "1.3.2",
32
- "@babel/plugin-proposal-class-properties": "7.17.12",
33
- "@babel/plugin-proposal-decorators": "7.18.2",
34
- "@babel/plugin-proposal-export-namespace-from": "7.17.12",
35
- "@babel/plugin-proposal-function-sent": "7.18.2",
36
- "@babel/plugin-proposal-json-strings": "7.17.12",
37
- "@babel/plugin-proposal-nullish-coalescing-operator": "7.17.12",
38
- "@babel/plugin-proposal-numeric-separator": "7.16.7",
39
- "@babel/plugin-proposal-object-rest-spread": "7.18.0",
40
- "@babel/plugin-proposal-optional-chaining": "7.17.12",
41
- "@babel/plugin-proposal-throw-expressions": "7.16.7",
26
+ "@babel/cli": "7.18.10",
27
+ "@babel/core": "7.18.10",
28
+ "@babel/node": "7.18.10",
29
+ "@changesets/changelog-github": "0.4.6",
30
+ "@changesets/cli": "2.24.1",
31
+ "@changesets/get-dependents-graph": "1.3.3",
32
+ "@babel/plugin-proposal-class-properties": "7.18.6",
33
+ "@babel/plugin-proposal-decorators": "7.18.10",
34
+ "@babel/plugin-proposal-export-namespace-from": "7.18.9",
35
+ "@babel/plugin-proposal-function-sent": "7.18.6",
36
+ "@babel/plugin-proposal-json-strings": "7.18.6",
37
+ "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
38
+ "@babel/plugin-proposal-numeric-separator": "7.18.6",
39
+ "@babel/plugin-proposal-object-rest-spread": "7.18.9",
40
+ "@babel/plugin-proposal-optional-chaining": "7.18.9",
41
+ "@babel/plugin-proposal-throw-expressions": "7.18.6",
42
42
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
43
43
  "@babel/plugin-syntax-import-meta": "7.10.4",
44
- "@babel/plugin-transform-async-to-generator": "7.17.12",
45
- "@babel/plugin-transform-classes": "7.18.4",
46
- "@babel/plugin-transform-runtime": "7.18.5",
47
- "@babel/preset-env": "7.18.2",
48
- "@babel/preset-react": "7.17.12",
49
- "@babel/preset-typescript": "7.17.12",
50
- "@babel/register": "7.17.7",
51
- "@babel/runtime": "7.18.3",
52
- "@trivago/prettier-plugin-sort-imports": "3.2.0",
44
+ "@babel/plugin-transform-async-to-generator": "7.18.6",
45
+ "@babel/plugin-transform-classes": "7.18.9",
46
+ "@babel/plugin-transform-runtime": "7.18.10",
47
+ "@babel/preset-env": "7.18.10",
48
+ "@babel/preset-react": "7.18.6",
49
+ "@babel/preset-typescript": "7.18.6",
50
+ "@babel/register": "7.18.9",
51
+ "@babel/runtime": "7.18.9",
52
+ "@trivago/prettier-plugin-sort-imports": "3.3.0",
53
53
  "@types/chalk": "2.2.0",
54
54
  "@types/express": "4.17.13",
55
55
  "@types/lodash": "4.14.182",
@@ -58,23 +58,23 @@
58
58
  "@types/yeoman-environment": "2.10.7",
59
59
  "@types/yeoman-generator": "5.2.10",
60
60
  "@types/yeoman-test": "4.0.3",
61
- "@typescript-eslint/eslint-plugin": "5.28.0",
62
- "@typescript-eslint/parser": "5.28.0",
63
- "@verdaccio/types": "10.5.1",
64
- "eslint": "8.17.0",
61
+ "@typescript-eslint/eslint-plugin": "5.32.0",
62
+ "@typescript-eslint/parser": "5.32.0",
63
+ "@verdaccio/types": "10.5.2",
64
+ "eslint": "8.21.0",
65
65
  "eslint-config-google": "0.14.0",
66
66
  "npm-run-all": "4.1.5",
67
67
  "eslint-config-prettier": "8.5.0",
68
68
  "eslint-plugin-babel": "5.3.1",
69
69
  "eslint-plugin-import": "2.26.0",
70
- "eslint-plugin-jest": "26.5.3",
71
- "eslint-plugin-prettier": "4.0.0",
70
+ "eslint-plugin-jest": "26.7.0",
71
+ "eslint-plugin-prettier": "4.2.1",
72
72
  "eslint-plugin-simple-import-sort": "7.0.0",
73
73
  "express": "4.18.1",
74
- "jest": "28.1.1",
75
- "prettier": "2.6.2",
74
+ "jest": "28.1.3",
75
+ "prettier": "2.7.1",
76
76
  "ts-jest": "^28.0.4",
77
- "typescript": "4.7.3",
77
+ "typescript": "4.7.4",
78
78
  "yeoman-assert": "3.1.1",
79
79
  "yeoman-test": "6.3.0"
80
80
  },