@eclipse-glsp/config 0.9.0 → 0.10.0-next.00e00a2.92
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/package.json +10 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp/config",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Wrapper package that provides Typescript, ESLint and prettier configurations for GLSP projects",
|
|
3
|
+
"version": "0.10.0-next.00e00a2.92+00e00a2",
|
|
4
|
+
"description": "Wrapper package that provides Typescript, ESLint, Mocha and prettier configurations for GLSP projects",
|
|
5
5
|
"license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"eclipse",
|
|
@@ -27,13 +27,16 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@eclipse-glsp/eslint-config": "0.
|
|
31
|
-
"@eclipse-glsp/
|
|
32
|
-
"@eclipse-glsp/
|
|
30
|
+
"@eclipse-glsp/eslint-config": "0.10.0-next.00e00a2.92+00e00a2",
|
|
31
|
+
"@eclipse-glsp/mocha-config": "0.10.0-next.00e00a2.92+00e00a2",
|
|
32
|
+
"@eclipse-glsp/prettier-config": "0.10.0-next.00e00a2.92+00e00a2",
|
|
33
|
+
"@eclipse-glsp/ts-config": "0.10.0-next.00e00a2.92+00e00a2",
|
|
33
34
|
"prettier": "^2.4.1"
|
|
34
35
|
},
|
|
35
36
|
"devDependencies": {
|
|
36
|
-
"
|
|
37
|
+
"@types/node": ">=12.x",
|
|
38
|
+
"reflect-metadata": ">=0.1.13",
|
|
39
|
+
"typescript": ">=3.9.0"
|
|
37
40
|
},
|
|
38
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "00e00a208f80e4153fdd14d6892cf90930b77c66"
|
|
39
42
|
}
|