Skip to content

Commit

Permalink
chore: upgrade jest/typescript to support node: protocol imports
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenisx committed Oct 16, 2022
1 parent 26d5f8c commit 73a7290
Show file tree
Hide file tree
Showing 2 changed files with 841 additions and 1,958 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
},
"icon": "img/icon.png",
"engines": {
"vscode": "^1.53.0",
"node": "^12.18.3"
"vscode": "^1.53.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -399,33 +398,33 @@
"@rollup/plugin-replace": "^4.0.0",
"@types/css": "^0.0.31",
"@types/glob": "^7.2.0",
"@types/jest": "^26.0.24",
"@types/jest": "^29.1.2",
"@types/lodash": "^4.14.180",
"@types/node": "12.12.6",
"@types/node": "^18.11.0",
"@types/postcss-less": "^4.0.2",
"@types/postcss-safe-parser": "^5.0.1",
"@types/vscode": "1.53.0",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-jest": "^26.6.3",
"babel-jest": "^29.2.0",
"concurrently": "^7.3.0",
"cross-env": "^7.0.3",
"dayjs": "^1.11.5",
"dotenv": "^16.0.2",
"esbuild": "^0.14.49",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^24.7.0",
"eslint-plugin-jest": "^27.1.2",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^5.2.0",
"jest": "^26.6.3",
"jest": "^29.2.0",
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"prettier": "^2.6.1",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup-plugin-esbuild": "^4.9.1",
"typescript": "^4.6.3",
"typescript": "^4.8.4",
"yargs": "^17.5.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 73a7290

Please sign in to comment.