Skip to content

Commit 4691275

Browse files
committed
v14.1.0
1 parent 8999680 commit 4691275

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devlime/ngx-state",
3-
"version": "14.0.2",
3+
"version": "14.1.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -28,6 +28,11 @@
2828
"devDependencies": {
2929
"@angular-devkit/build-angular": "^14.1.0",
3030
"@angular-devkit/build-ng-packagr": "^0.1002.0",
31+
"@angular-eslint/builder": "14.0.2",
32+
"@angular-eslint/eslint-plugin": "14.0.2",
33+
"@angular-eslint/eslint-plugin-template": "14.0.2",
34+
"@angular-eslint/schematics": "14.0.2",
35+
"@angular-eslint/template-parser": "14.0.2",
3136
"@angular/cli": "^14.1.0",
3237
"@angular/common": "^14.1.0",
3338
"@angular/compiler": "^14.1.0",
@@ -41,8 +46,11 @@
4146
"@types/jasmine": "~3.5.0",
4247
"@types/jasminewd2": "~2.0.3",
4348
"@types/node": "^13.13.3",
49+
"@typescript-eslint/eslint-plugin": "5.29.0",
50+
"@typescript-eslint/parser": "5.29.0",
4451
"codelyzer": "^5.1.2",
4552
"cz-conventional-changelog": "3.0.2",
53+
"eslint": "^8.18.0",
4654
"jasmine-core": "~3.5.0",
4755
"jasmine-spec-reporter": "~5.0.2",
4856
"karma": "~6.4.0",
@@ -88,4 +96,4 @@
8896
"dependencies": {
8997
"tslib": "^2.1.0"
9098
}
91-
}
99+
}

0 commit comments

Comments
 (0)