Skip to content

Commit

Permalink
chore: fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdethier committed Oct 31, 2023
1 parent 3c47db1 commit bf5104f
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 123 deletions.
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"@types/luxon": "^3.0.0",
"@types/mime-db": "^1.43.1",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.20.0",
"form-data": "^4.0.0",
"jasmine": "^4.3.0",
"jasmine-spec-reporter": "^7.0.0",
"moq.ts": "^9.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
Expand Down
6 changes: 3 additions & 3 deletions packages/crossmint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.20.0",
"jasmine": "^4.3.0",
"jasmine-spec-reporter": "^7.0.0",
"moq.ts": "^9.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16"
Expand Down
6 changes: 3 additions & 3 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.20.0",
"jasmine": "^4.3.0",
"jasmine-spec-reporter": "^7.0.0",
"moq.ts": "^9.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16"
Expand Down
6 changes: 3 additions & 3 deletions packages/multiversx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.20.0",
"jasmine": "^4.3.0",
"jasmine-spec-reporter": "^7.0.0",
"moq.ts": "^9.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16"
Expand Down
6 changes: 3 additions & 3 deletions packages/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
"@tsconfig/node18": "^1.0.1",
"@types/jasmine": "^4.0.3",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.20.0",
"jasmine": "^4.3.0",
"jasmine-spec-reporter": "^7.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.7.4"
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tsconfig/docusaurus": "^2.0.2",
"typedoc": "^0.25.3",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^4.7.4"
"typescript": "^5.2.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit bf5104f

Please sign in to comment.