Skip to content

Commit 7b29c0a

Browse files
chore: bumps versions
1 parent 02dd353 commit 7b29c0a

2 files changed

Lines changed: 37 additions & 39 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@
187187
"pretest": "npm run compile && npm run lint",
188188
"lint": "eslint src --ext ts",
189189
"lint:fix": "npm run lint -- --fix",
190-
"test": "node ./out/test/runTest.js",
191190
"release": "bumpp --tag --commit --push"
192191
},
193192
"devDependencies": {
@@ -204,14 +203,14 @@
204203
"@typescript-eslint/parser": "^4.14.1",
205204
"bumpp": "^6.0.6",
206205
"cross-env": "^7.0.3",
207-
"eslint": "^7.19.0",
206+
"eslint": "^7.21.0",
208207
"glob": "^7.1.6",
209208
"mocha": "^8.2.1",
210-
"rollup": "^2.39.0",
209+
"rollup": "^2.40.0",
211210
"sucrase": "^3.17.1",
212211
"tslib": "^2.1.0",
213-
"typescript": "^4.1.3",
212+
"typescript": "^4.2.2",
214213
"vscode-test": "^1.5.0",
215-
"windicss": "^2.2.2"
214+
"windicss": "^2.2.6"
216215
}
217216
}

0 commit comments

Comments
 (0)