@o3r/schematics 9.3.0-alpha.47 → 9.3.0-alpha.48

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/schematics",
3
- "version": "9.3.0-alpha.47",
3
+ "version": "9.3.0-alpha.48",
4
4
  "description": "Schematics module of the Otter framework",
5
5
  "main": "./src/public_api.js",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "dependencies": {
37
37
  "chalk": "^4.1.2",
38
38
  "globby": "^11.1.0",
39
- "minimatch": "^9.0.0",
39
+ "minimatch": "~9.0.3",
40
40
  "semver": "^7.5.2",
41
41
  "tslib": "^2.5.3"
42
42
  },
@@ -55,18 +55,19 @@
55
55
  "@babel/core": "~7.22.0",
56
56
  "@babel/preset-typescript": "~7.22.0",
57
57
  "@compodoc/compodoc": "^1.1.19",
58
+ "@nx/eslint-plugin": "~16.8.0",
58
59
  "@nx/jest": "~16.8.0",
59
60
  "@nx/js": "~16.8.0",
60
61
  "@nx/linter": "~16.8.0",
61
- "@o3r/build-helpers": "^9.3.0-alpha.47",
62
- "@o3r/dev-tools": "^9.3.0-alpha.47",
63
- "@o3r/eslint-plugin": "^9.3.0-alpha.47",
62
+ "@o3r/build-helpers": "^9.3.0-alpha.48",
63
+ "@o3r/dev-tools": "^9.3.0-alpha.48",
64
+ "@o3r/eslint-plugin": "^9.3.0-alpha.48",
64
65
  "@schematics/angular": "~16.2.0",
65
66
  "@types/jest": "~29.5.2",
66
67
  "@types/node": "^18.0.0",
67
68
  "@types/semver": "^7.3.13",
68
- "@typescript-eslint/eslint-plugin": "^5.59.9",
69
- "@typescript-eslint/parser": "^5.59.9",
69
+ "@typescript-eslint/eslint-plugin": "^5.60.1",
70
+ "@typescript-eslint/parser": "^5.60.1",
70
71
  "cpy-cli": "^4.2.0",
71
72
  "eslint": "^8.42.0",
72
73
  "eslint-import-resolver-node": "^0.3.4",
@@ -76,6 +77,7 @@
76
77
  "eslint-plugin-unicorn": "^47.0.0",
77
78
  "jest": "~29.7.0",
78
79
  "jest-junit": "~16.0.0",
80
+ "jsonc-eslint-parser": "~2.3.0",
79
81
  "jsonschema": "~1.4.1",
80
82
  "nx": "~16.8.0",
81
83
  "rxjs": "^7.8.1",