Skip to content

Commit b99e5a7

Browse files
authored
Merge pull request #13 from scheduleonce/mavericks/ONCEHUB-43714
Upgrade TypeScript Package
2 parents 57a487c + b9d1615 commit b99e5a7

File tree

2 files changed

+126
-91
lines changed

2 files changed

+126
-91
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oncehub/eslint-config",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "ESLint configuration for micro-services built using Node.js and TypeScript",
55
"main": "index.js",
66
"scripts": {
@@ -9,8 +9,8 @@
99
"author": "Rajat Saxena <[email protected]>",
1010
"license": "ISC",
1111
"dependencies": {
12-
"@typescript-eslint/eslint-plugin": "^4.14.1",
13-
"@typescript-eslint/parser": "^4.14.1",
12+
"@typescript-eslint/eslint-plugin": "^4.23.0",
13+
"@typescript-eslint/parser": "^4.23.0",
1414
"eslint": "^7.19.0",
1515
"eslint-config-prettier": "^7.2.0",
1616
"eslint-plugin-sonarjs": "^0.5.0",

0 commit comments

Comments
 (0)