Skip to content

Commit 53d2309

Browse files
committed
Fix peerDependencies version
1 parent d0c6a47 commit 53d2309

File tree

4 files changed

+13
-29
lines changed

4 files changed

+13
-29
lines changed

.browserslistrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ngx-translate-formatjs-compiler",
2+
"name": "ngx-translate-formatjs-compile2r",
33
"version": "1.0.3",
44
"author": {
55
"name": "Stefan Seeger"
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"ng": "ng",
12-
"build": "npm run update:browserlist && ng build --configuration production",
12+
"build": "ng build --configuration production",
1313
"watch": "ng build --watch --configuration development",
1414
"test": "jest",
1515
"test:watch": "jest --watch",
@@ -20,10 +20,10 @@
2020
"update:browserlist": "npx browserslist@latest --update-db"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": "11 | 12 | 13 | 14",
24-
"@angular/core": "11 | 12 | 13 | 14",
25-
"@ngx-translate/core": "11 | 12 | 13 | 14",
26-
"intl-messageformat": "10"
23+
"@angular/common": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
24+
"@angular/core": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
25+
"@ngx-translate/core": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
26+
"intl-messageformat": "^10.0.0"
2727
},
2828
"devDependencies": {
2929
"@angular-devkit/build-angular": "~14.0.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"experimentalDecorators": true,
2020
"moduleResolution": "node",
2121
"importHelpers": true,
22-
"target": "es2017",
22+
"target": "es2015",
2323
"module": "es2020",
2424
"lib": ["es2020", "dom"]
2525
},

0 commit comments

Comments
 (0)