Skip to content

Commit fb6b991

Browse files
committed
chore: version 10.1.0-next.0
1 parent 26b8908 commit fb6b991

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

ponyracer/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~10.0.14",
15-
"@angular/common": "~10.0.14",
16-
"@angular/compiler": "~10.0.14",
17-
"@angular/core": "~10.0.14",
18-
"@angular/forms": "~10.0.14",
19-
"@angular/platform-browser": "~10.0.14",
20-
"@angular/platform-browser-dynamic": "~10.0.14",
21-
"@angular/router": "~10.0.14",
22-
"rxjs": "~6.5.5",
14+
"@angular/animations": "~10.1.0-next.0",
15+
"@angular/common": "~10.1.0-next.0",
16+
"@angular/compiler": "~10.1.0-next.0",
17+
"@angular/core": "~10.1.0-next.0",
18+
"@angular/forms": "~10.1.0-next.0",
19+
"@angular/platform-browser": "~10.1.0-next.0",
20+
"@angular/platform-browser-dynamic": "~10.1.0-next.0",
21+
"@angular/router": "~10.1.0-next.0",
22+
"rxjs": "~6.6.0",
2323
"tslib": "^2.0.0",
24-
"zone.js": "~0.10.3"
24+
"zone.js": "~0.10.2"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.1000.8",
28-
"@angular/cli": "~10.0.8",
29-
"@angular/compiler-cli": "~10.0.14",
27+
"@angular-devkit/build-angular": "~0.1001.0-next.0",
28+
"@angular/cli": "~10.1.0-next.0",
29+
"@angular/compiler-cli": "~10.1.0-next.0",
3030
"@types/node": "^12.11.1",
3131
"@types/jasmine": "~3.5.0",
3232
"@types/jasminewd2": "~2.0.3",
33-
"codelyzer": "^6.0.0",
33+
"codelyzer": "^6.0.0-next.1",
3434
"jasmine-core": "~3.5.0",
3535
"jasmine-spec-reporter": "~5.0.0",
3636
"karma": "~5.0.0",

ponyracer/tslint.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
},
1010
"array-type": false,
1111
"arrow-return-shorthand": true,
12-
"curly": true,
13-
"deprecation": {
14-
"severity": "warning"
15-
},
1612
"component-class-suffix": true,
17-
"contextual-lifecycle": true,
18-
"directive-class-suffix": true,
1913
"directive-selector": [
2014
true,
2115
"attribute",
2216
"app",
2317
"camelCase"
2418
],
19+
"contextual-lifecycle": true,
20+
"curly": true,
21+
"deprecation": {
22+
"severity": "warning"
23+
},
24+
"directive-class-suffix": true,
2525
"component-selector": [
2626
true,
2727
"element",
@@ -56,6 +56,7 @@
5656
}
5757
],
5858
"no-any": true,
59+
"no-conflicting-lifecycle": true,
5960
"no-console": [
6061
true,
6162
"debug",
@@ -65,11 +66,18 @@
6566
"trace"
6667
],
6768
"no-empty": false,
69+
"no-host-metadata-property": true,
6870
"no-inferrable-types": [
6971
true,
7072
"ignore-params"
7173
],
74+
"no-input-rename": true,
75+
"no-inputs-metadata-property": true,
7276
"no-non-null-assertion": true,
77+
"no-output-native": true,
78+
"no-output-on-prefix": true,
79+
"no-output-rename": true,
80+
"no-outputs-metadata-property": true,
7381
"no-redundant-jsdoc": true,
7482
"no-switch-case-fall-through": true,
7583
"no-var-requires": false,
@@ -95,6 +103,8 @@
95103
"named": "never"
96104
}
97105
},
106+
"template-banana-in-box": true,
107+
"template-no-negated-async": true,
98108
"typedef": [
99109
true,
100110
"call-signature"
@@ -117,6 +127,8 @@
117127
}
118128
]
119129
},
130+
"use-lifecycle-interface": true,
131+
"use-pipe-transform-interface": true,
120132
"variable-name": {
121133
"options": [
122134
"ban-keywords",
@@ -133,21 +145,9 @@
133145
"check-type",
134146
"check-typecast"
135147
]
136-
},
137-
"no-conflicting-lifecycle": true,
138-
"no-host-metadata-property": true,
139-
"no-input-rename": true,
140-
"no-inputs-metadata-property": true,
141-
"no-output-native": true,
142-
"no-output-on-prefix": true,
143-
"no-output-rename": true,
144-
"no-outputs-metadata-property": true,
145-
"template-banana-in-box": true,
146-
"template-no-negated-async": true,
147-
"use-lifecycle-interface": true,
148-
"use-pipe-transform-interface": true
148+
}
149149
},
150150
"rulesDirectory": [
151151
"codelyzer"
152152
]
153-
}
153+
}

0 commit comments

Comments
 (0)