Skip to content

Commit a30af86

Browse files
committed
Update Root devDependencies
1 parent 4e3eb45 commit a30af86

File tree

2 files changed

+386
-194
lines changed

2 files changed

+386
-194
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"clean": "lerna exec -- rm -rf out && nx reset"
1111
},
1212
"devDependencies": {
13-
"@nrwl/cli": "13.1.2",
14-
"@nrwl/tao": "13.1.2",
15-
"@nrwl/workspace": "13.1.2",
16-
"@typescript-eslint/eslint-plugin": "4.31.2",
17-
"@typescript-eslint/parser": "4.31.2",
18-
"eslint": "7.32.0",
19-
"eslint-plugin-prettier": "3.4.1",
20-
"husky": "6.0.0",
13+
"@nrwl/cli": "13.2.1",
14+
"@nrwl/tao": "13.2.1",
15+
"@nrwl/workspace": "13.2.1",
16+
"@typescript-eslint/eslint-plugin": "5.4.0",
17+
"@typescript-eslint/parser": "5.4.0",
18+
"eslint": "8.2.0",
19+
"eslint-plugin-prettier": "4.0.0",
20+
"husky": "7.0.4",
2121
"lerna": "4.0.0",
22-
"lint-staged": "11.1.2",
22+
"lint-staged": "12.0.3",
2323
"prettier": "2.4.1",
24-
"typescript": "4.4.4"
24+
"typescript": "4.5.2"
2525
}
2626
}

0 commit comments

Comments
 (0)