Skip to content

Commit

Permalink
chore: update to jest@28
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed May 3, 2022
1 parent ee5efc2 commit 4b36ce9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,25 +126,22 @@
"got": "^11.8.3",
"handlebars": "^4.7.3",
"is-git-clean": "^1.1.0",
"jest": "^27.5.1",
"jest-jasmine2": "^27.5.1",
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"jest-jasmine2": "^28.0.3",
"jsdom": "^19.0.0",
"jsdom-worker": "^0.2.1",
"mkdirp": "^0.5.1",
"node-fetch": "^2.6.1",
"offline-iconfont": "^1.1.0",
"parse-github-url": "^1.0.2",
"prettier": "^2.5.1",
"read-pkg": "^5.2.0",
"regenerator-runtime": "^0.13.3",
"rimraf": "^3.0.2",
"runscript": "^1.4.0",
"semver": "^6.3.0",
"simple-git": "^3.3.0",
"strip-html-comments": "^1.0.0",
"temp": "^0.9.4",
"ts-jest": "^27.0.3",
"uuid": "^8.3.2",
"ts-jest": "^28.0.0",
"write-pkg": "^4.0.0",
"yauzl": "^2.10.0"
}
Expand Down
1 change: 0 additions & 1 deletion packages/extension-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"fs-extra": "^8.1.0",
"node-fetch": "^2.6.1",
"requestretry": "^7.0.0",
"uuid": "^8.3.2",
"yauzl": "^2.10.0"
},
"devDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions packages/file-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@
"mv": "^2.1.1",
"nsfw": "^2.1.2",
"trash": "^5.2.0",
"uuid": "^3.3.2",
"vscode-languageserver-types": "^3.16.0",
"write-file-atomic": "^3.0.0"
},
"devDependencies": {
"@opensumi/ide-core-browser": "2.17.1",
"@opensumi/ide-dev-tool": "^1.3.1",
"@types/mv": "^2.1.0",
"@types/uuid": "^3.4.4"
"@types/mv": "^2.1.0"
}
}

0 comments on commit 4b36ce9

Please sign in to comment.