Skip to content

Commit fa3fb14

Browse files
committed
Update vscode-textmate to latest version
1 parent ab8f5c6 commit fa3fb14

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

package-lock.json

Lines changed: 8 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"accept": "copyfiles \"tests/generated/*\" tests/baselines"
1515
},
1616
"dependencies": {
17+
"@types/chai": "latest",
18+
"@types/js-yaml": "latest",
19+
"@types/mocha": "latest",
20+
"@types/node": "latest",
1721
"chai": "latest",
1822
"js-yaml": "latest",
1923
"mocha": "latest",
2024
"plist": "latest",
2125
"typescript": "latest",
22-
"vscode-textmate": "^3",
23-
"@types/chai": "latest",
24-
"@types/js-yaml": "latest",
25-
"@types/mocha": "latest",
26-
"@types/node": "latest"
26+
"vscode-textmate": "^4.1.1"
2727
},
2828
"devDependencies": {
2929
"copyfiles": "^2.1.0",

0 commit comments

Comments
 (0)