@o3r/amaterasu-otter 8.4.0-alpha.9 → 9.0.0-alpha.2

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.
Files changed (1) hide show
  1. package/package.json +32 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/amaterasu-otter",
3
- "version": "8.4.0-alpha.9",
3
+ "version": "9.0.0-alpha.2",
4
4
  "main": "./src/index.js",
5
5
  "typings": "./src/index.d.ts",
6
6
  "description": "Command Line Interface to administrate a DES project",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "js-yaml": "^4.1.0",
21
- "tslib": "^2.4.1"
21
+ "tslib": "^2.5.3"
22
22
  },
23
23
  "peerDependenciesMeta": {
24
24
  "@angular/cli": {
@@ -26,31 +26,31 @@
26
26
  }
27
27
  },
28
28
  "devDependencies": {
29
- "@ama-terasu/core": "^8.4.0-alpha.9",
30
- "@angular-eslint/eslint-plugin": "~15.2.0",
31
- "@nrwl/jest": "~15.9.0",
32
- "@o3r/build-helpers": "^8.4.0-alpha.9",
33
- "@o3r/dev-tools": "^8.4.0-alpha.9",
34
- "@o3r/eslint-plugin": "^8.4.0-alpha.9",
35
- "@types/jest": "~28.1.2",
29
+ "@ama-terasu/core": "^9.0.0-alpha.2",
30
+ "@angular-eslint/eslint-plugin": "~16.0.3",
31
+ "@nx/jest": "~16.3.2",
32
+ "@o3r/build-helpers": "^9.0.0-alpha.2",
33
+ "@o3r/dev-tools": "^9.0.0-alpha.2",
34
+ "@o3r/eslint-plugin": "^9.0.0-alpha.2",
35
+ "@types/jest": "~29.5.2",
36
36
  "@types/js-yaml": "^4.0.5",
37
- "@types/node": "^17.0.45",
38
- "@typescript-eslint/eslint-plugin": "^5.19.0",
39
- "@typescript-eslint/parser": "^5.19.0",
40
- "eslint": "^8.22.0",
37
+ "@types/node": "^18.0.0",
38
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
39
+ "@typescript-eslint/parser": "^5.59.9",
40
+ "eslint": "^8.42.0",
41
41
  "eslint-import-resolver-node": "^0.3.4",
42
- "eslint-plugin-jest": "^26.1.4",
42
+ "eslint-plugin-jest": "^27.2.1",
43
43
  "eslint-plugin-jsdoc": "^39.3.6",
44
44
  "eslint-plugin-prefer-arrow": "^1.2.3",
45
- "eslint-plugin-unicorn": "^45.0.2",
46
- "jest": "~28.1.1",
47
- "nx": "~15.9.0",
48
- "ts-jest": "^28.0.5",
49
- "typescript": "~4.9.4"
45
+ "eslint-plugin-unicorn": "^47.0.0",
46
+ "jest": "~29.5.0",
47
+ "nx": "~16.3.2",
48
+ "ts-jest": "^29.1.0",
49
+ "typescript": "~5.0.2"
50
50
  },
51
51
  "peerDependencies": {
52
- "@ama-terasu/core": "^8.4.0-alpha.9",
53
- "@angular/cli": "~15.2.0"
52
+ "@ama-terasu/core": "^9.0.0-alpha.2",
53
+ "@angular/cli": "~16.0.5"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=16.0.0",
@@ -60,22 +60,27 @@
60
60
  "contributors": [
61
61
  {
62
62
  "name": "Yannick Adam",
63
+ "url": "https://github.com/yannickadam",
63
64
  "email": "yannickadam@users.noreply.github.com"
64
65
  },
65
66
  {
66
67
  "name": "Kilian Panot",
68
+ "url": "https://github.com/kpanot",
67
69
  "email": "kpanot@users.noreply.github.com"
68
70
  },
69
71
  {
70
72
  "name": "Jeremy Bourgeois",
73
+ "url": "https://github.com/jbourgeois-1A",
71
74
  "email": "jbourgeois-1A@users.noreply.github.com"
72
75
  },
73
76
  {
74
77
  "name": "Pierre Henri Ginoux",
78
+ "url": "https://github.com/pginoux-1A",
75
79
  "email": "pginoux-1A@users.noreply.github.com"
76
80
  },
77
81
  {
78
82
  "name": "Mircea Vasile Rednic",
83
+ "url": "https://github.com/mrednic-1A",
79
84
  "email": "mrednic-1A@users.noreply.github.com"
80
85
  },
81
86
  {
@@ -84,26 +89,32 @@
84
89
  },
85
90
  {
86
91
  "name": "Nicolas Hoffmann",
92
+ "url": "https://github.com/nhoffmann-1A",
87
93
  "email": "nhoffmann-1A@users.noreply.github.com"
88
94
  },
89
95
  {
90
96
  "name": "Victor Scaiceanu",
97
+ "url": "https://github.com/vscaiceanu-1a",
91
98
  "email": "vscaiceanu-1A@users.noreply.github.com"
92
99
  },
93
100
  {
94
101
  "name": "Florian Paul",
102
+ "url": "https://github.com/fpaul-1A",
95
103
  "email": "fpaul-1A@users.noreply.github.com"
96
104
  },
97
105
  {
98
106
  "name": "Corinne Paulve",
107
+ "url": "https://github.com/cpaulve-1A",
99
108
  "email": "cpaulve-1A@users.noreply.github.com"
100
109
  },
101
110
  {
102
111
  "name": "Matthieu Crouzet",
112
+ "url": "https://github.com/matthieu-crouzet",
103
113
  "email": "matthieu-crouzet@users.noreply.github.com"
104
114
  },
105
115
  {
106
116
  "name": "Salome Do",
117
+ "url": "https://github.com/sdo-1A",
107
118
  "email": "sdo-1A@users.noreply.github.com"
108
119
  }
109
120
  ],