close
Skip to content

Commit 98ee3f1

Browse files
committed
chore: version 21.0.0-next.9
1 parent e5432f5 commit 98ee3f1

3 files changed

Lines changed: 9 additions & 30 deletions

File tree

‎ponyracer/angular.json‎

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,8 @@
6464
},
6565
"defaultConfiguration": "development"
6666
},
67-
"extract-i18n": {
68-
"builder": "@angular/build:extract-i18n"
69-
},
7067
"test": {
71-
"builder": "@angular/build:karma",
72-
"options": {
73-
"tsConfig": "tsconfig.spec.json",
74-
"assets": [
75-
{
76-
"glob": "**/*",
77-
"input": "public"
78-
}
79-
],
80-
"styles": [
81-
"src/styles.css"
82-
]
83-
}
68+
"builder": "@angular/build:unit-test"
8469
}
8570
}
8671
}

‎ponyracer/package.json‎

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,11 @@
3333
"tslib": "^2.3.0"
3434
},
3535
"devDependencies": {
36-
"@angular/build": "^21.0.0-next.8",
37-
"@angular/cli": "^21.0.0-next.8",
36+
"@angular/build": "^21.0.0-next.9",
37+
"@angular/cli": "^21.0.0-next.9",
3838
"@angular/compiler-cli": "^21.0.0-next.0",
39-
"@types/jasmine": "~5.1.0",
40-
"jasmine-core": "~5.12.0",
41-
"karma": "~6.4.0",
42-
"karma-chrome-launcher": "~3.2.0",
43-
"karma-coverage": "~2.2.0",
44-
"karma-jasmine": "~5.1.0",
45-
"karma-jasmine-html-reporter": "~2.1.0",
46-
"typescript": "~5.9.2"
39+
"jsdom": "^27.0.0",
40+
"typescript": "~5.9.2",
41+
"vitest": "^4.0.0"
4742
}
4843
}

‎ponyracer/tsconfig.spec.json‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"extends": "./tsconfig.json",
55
"compilerOptions": {
66
"outDir": "./out-tsc/spec",
7-
"types": [
8-
"jasmine"
9-
]
10-
},
7+
"types": [
8+
"vitest/globals"
9+
] },
1110
"include": [
1211
"src/**/*.d.ts",
1312
"src/**/*.spec.ts"

0 commit comments

Comments
 (0)