Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit e96f203

Browse files
committed
fix: decrypt all files
1 parent d33839c commit e96f203

File tree

3 files changed

+2880
-4902
lines changed

3 files changed

+2880
-4902
lines changed

package.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,21 @@
172172
"vscode": "*"
173173
},
174174
"devDependencies": {
175-
"@0x-jerry/eslint-config": "^0.2.0",
176-
"@0x-jerry/x-release": "^0.3.2",
177-
"@types/jest": "^27.0.3",
178-
"@types/lodash": "^4.14.178",
175+
"@0x-jerry/x-release": "^0.3.6",
176+
"@types/jest": "^29.4.0",
177+
"@types/lodash": "^4.14.191",
179178
"@types/micromatch": "^4.0.2",
180-
"@types/node": "^17.0.2",
181-
"@types/vscode": "^1.63.1",
182-
"conventional-changelog-cli": "^2.1.1",
183-
"eslint": "^8.0.0",
184-
"jest": "^27.4.5",
179+
"@types/node": "^18.13.0",
180+
"@types/vscode": "^1.75.0",
181+
"conventional-changelog-cli": "^2.2.2",
182+
"jest": "^29.4.2",
185183
"lodash": "^4.17.21",
186-
"micromatch": "^4.0.4",
187-
"ts-jest": "^27.1.2",
188-
"ts-node": "^10.4.0",
189-
"tsup": "^5.11.7",
190-
"typescript": "^4.5.4",
191-
"typescript-json-schema": "^0.54.0",
192-
"vsce": "^2.6.7"
184+
"micromatch": "^4.0.5",
185+
"ts-jest": "^29.0.5",
186+
"ts-node": "^10.9.1",
187+
"tsup": "^6.6.0",
188+
"typescript": "^4.9.5",
189+
"typescript-json-schema": "^0.55.0",
190+
"vsce": "^2.15.0"
193191
}
194192
}

0 commit comments

Comments
 (0)