Skip to content

Commit

Permalink
Revert "GLSP-1449: Update dependencies (#1450)" (#1452)
Browse files Browse the repository at this point in the history
This reverts commit ea441ee.
  • Loading branch information
tortmayr authored Dec 16, 2024
1 parent ea441ee commit cd23030
Show file tree
Hide file tree
Showing 9 changed files with 866 additions and 1,107 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Pod
spec:
containers:
- name: node
image: eclipseglsp/ci:alpine-v5.0
image: eclipseglsp/ci:alpine-v4.0
tty: true
resources:
limits:
Expand Down
16 changes: 8 additions & 8 deletions dev-packages/config-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@eclipse-glsp/mocha-config": "2.3.0-next",
"@eclipse-glsp/nyc-config": "2.3.0-next",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^5.0.1",
"@types/mocha": "10.0.10",
"@types/chai": "^4.3.7",
"@types/mocha": "^10.0.2",
"@types/sinon": "^10.0.19",
"chai": "^5.1.2",
"chai": "^4.3.10",
"ignore-styles": "^5.0.1",
"mocha": "^11.0.1",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^17.1.0",
"reflect-metadata": "^0.2.2",
"sinon": "^19.0.2",
"ts-node": "^10.9.2"
"nyc": "^15.1.0",
"reflect-metadata": "^0.1.13",
"sinon": "^15.1.0",
"ts-node": "^10.9.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions dev-packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@eclipse-glsp/ts-config": "2.3.0-next",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.53.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-no-null": "^1.0.2",
"prettier": "^3.4.2",
"reflect-metadata": "^0.2.2",
"prettier": "^3.0.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.5"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.53.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions dev-packages/mocha-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
],
"peerDependencies": {
"ignore-styles": "^5.0.1",
"mocha": "^11.0.1",
"reflect-metadata": "^0.2.2"
"mocha": "^10.2.0",
"reflect-metadata": "^0.1.13"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/nyc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"main": "index.json",
"peerDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"nyc": "17.1.0"
"nyc": "15.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion dev-packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"main": "index.json",
"dependencies": {
"prettier-plugin-packagejson": "^2.5.6"
"prettier-plugin-packagejson": "~2.4.6"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"chai": "^4.3.7",
"eslint": "^8.53.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-deprecation": "^1.4.1",
Expand All @@ -40,18 +40,18 @@
"eslint-plugin-no-null": "^1.0.2",
"ignore-styles": "^5.0.1",
"lerna": "^6.6.2",
"mocha": "^11.0.1",
"mocha": "^10.2.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^15.1.0",
"prettier": "^3.4.2",
"reflect-metadata": "^0.2.2",
"prettier": "^2.8.8",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"sinon": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=18",
"yarn": ">=1.7.0 <2"
"node": ">=16.11.0",
"yarn": ">=1.7.0 <2.x.x"
}
}
Loading

0 comments on commit cd23030

Please sign in to comment.