Skip to content

Commit 2bf2ab0

Browse files
committed
chore: version 18.0.0-rc.2
1 parent 77dc04f commit 2bf2ab0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ponyracer/angular.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"budgets": [
3737
{
3838
"type": "initial",
39-
"maximumWarning": "500kb",
40-
"maximumError": "1mb"
39+
"maximumWarning": "500kB",
40+
"maximumError": "1MB"
4141
},
4242
{
4343
"type": "anyComponentStyle",
44-
"maximumWarning": "2kb",
45-
"maximumError": "4kb"
44+
"maximumWarning": "2kB",
45+
"maximumError": "4kB"
4646
}
4747
],
4848
"outputHashing": "all"

ponyracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"zone.js": "~0.14.3"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^18.0.0-rc.1",
27-
"@angular/cli": "^18.0.0-rc.1",
26+
"@angular-devkit/build-angular": "^18.0.0-rc.2",
27+
"@angular/cli": "^18.0.0-rc.2",
2828
"@angular/compiler-cli": "^18.0.0-next.0",
2929
"@types/jasmine": "~5.1.0",
3030
"jasmine-core": "~5.1.0",

0 commit comments

Comments
 (0)