Skip to content

Commit 46d8113

Browse files
config update
1 parent ae3da5d commit 46d8113

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
},
4444
"main": "./dist/index.js",
4545
"dependencies": {
46-
"@angular/animations": "^4.0.0 || ~12.0.0 ~13.3.0",
47-
"@angular/common": "^4.0.0 || ~12.0.0 ~13.3.0",
48-
"@angular/compiler": "^2.3.1 || >=4.0.0-beta ~13.3.0",
49-
"@angular/core": "^4.0.0 || ~12.0.0 ~13.3.0",
50-
"@angular/forms": "^4.0.0 || ~12.0.0 ~13.3.0",
51-
"@angular/platform-browser": "^4.0.0 || ~12.0.0 ~13.3.0",
52-
"@angular/platform-browser-dynamic": "^4.0.0 || ~12.0.0 ~13.3.0",
46+
"@angular/animations": "^4.0.0 || ~12.0.0 ~13.*",
47+
"@angular/common": "^4.0.0 || ~12.0.0 ~13.*",
48+
"@angular/compiler": "^2.3.1 || >=4.0.0-beta ~13.*",
49+
"@angular/core": "^4.0.0 || ~12.0.0 ~13.*",
50+
"@angular/forms": "^4.0.0 || ~12.0.0 ~13.*",
51+
"@angular/platform-browser": "^4.0.0 || ~12.0.0 ~13.*",
52+
"@angular/platform-browser-dynamic": "^4.0.0 || ~12.0.0 ~13.*",
5353
"@angular/router": "^4.0.0 || ~12.0.0",
5454
"angularjs2-tabs": "0.0.1-beta.1",
5555
"bootstrap": "^3.3.7",
@@ -64,8 +64,8 @@
6464
"zone.js": "~0.11.4"
6565
},
6666
"devDependencies": {
67-
"@angular-devkit/build-angular": "~12.* || ~13.3.0",
68-
"@angular/cli": "1.2.4 || ~12.0.0 ~13.3.0",
67+
"@angular-devkit/build-angular": "~12.* || ~13.*",
68+
"@angular/cli": "1.2.4 || ~12.0.0 ~13.*",
6969
"@angular/compiler-cli": "^4.0.0 || ~12.0.0 ~13.3.0",
7070
"@angular/language-service": "^4.0.0",
7171
"@types/codemirror": "0.0.58",
@@ -86,7 +86,7 @@
8686
"rollup": "^0.45.2",
8787
"ts-node": "~3.0.4",
8888
"tslint": "~5.3.2",
89-
"typescript": "2.9.2 || ~4.2.3 ~4.6.2"
89+
"typescript": "2.9.2 || ~4.2.3 ~4.*"
9090
},
9191
"engines": {
9292
"node": ">=4.4.1"

0 commit comments

Comments
 (0)