Skip to content

Commit 62d34d9

Browse files
committed
build: added code coverage for JavaScript/TypeScript
1 parent 7082944 commit 62d34d9

File tree

3 files changed

+549
-501
lines changed

3 files changed

+549
-501
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,22 @@
3939
"chart.js": "^4.4.7",
4040
"handlebars": "4.7.8",
4141
"highlight.js": "^11.11.1",
42-
"jodit": "^4.2.47",
42+
"jodit": "^4.2.50",
4343
"masonry-layout": "^4.2.2",
4444
"sortablejs": "^1.15.6",
4545
"vanilla-cookieconsent": "^3.0.1"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.26.0",
49-
"@babel/preset-env": "^7.26.0",
48+
"@babel/core": "^7.26.7",
49+
"@babel/preset-env": "^7.26.7",
5050
"@commitlint/cli": "^19.6.1",
5151
"@commitlint/config-conventional": "^19.6.0",
5252
"@types/bootstrap": "^5.2.10",
5353
"@types/highlightjs": "^9.12.6",
5454
"@types/masonry-layout": "^4.2.8",
55-
"@types/node": "^20.17.14",
55+
"@types/node": "^20.17.16",
5656
"@types/sortablejs": "^1.15.8",
57+
"@vitest/coverage-istanbul": "^3.0.4",
5758
"@vitest/coverage-v8": "2.1.5",
5859
"autoprefixer": "^10.4.20",
5960
"babel-preset-env": "^1.7.0",
@@ -66,12 +67,12 @@
6667
"sass": "^1.83.4",
6768
"sigmund": "^1.0.1",
6869
"typescript": "^5.7.3",
69-
"vite": "^6.0.9",
70+
"vite": "^6.0.11",
7071
"vite-plugin-compression": "^0.5.1",
7172
"vite-plugin-html": "^3.2.2",
7273
"vite-plugin-minify": "^2.1.0",
7374
"vite-plugin-static-copy": "^2.2.0",
74-
"vitest": "^3.0.2",
75+
"vitest": "^3.0.4",
7576
"vitest-fetch-mock": "^0.4.3"
7677
},
7778
"husky": {

0 commit comments

Comments
 (0)