Skip to content

Commit 28e57a5

Browse files
committed
Bump @biomejs/biome from 2.0.0 to 2.2.4
1 parent adf95ac commit 28e57a5

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

test/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "test",
3-
"version": "2.3.0",
4-
"description": "A test page for React-Clock.",
5-
"private": true,
6-
"type": "module",
7-
"scripts": {
8-
"build": "vite build",
9-
"dev": "vite",
10-
"format": "biome format",
11-
"lint": "biome lint",
12-
"preview": "vite preview",
13-
"test": "yarn lint && yarn tsc && yarn format",
14-
"tsc": "tsc"
15-
},
16-
"author": {
17-
"name": "Wojciech Maj",
18-
"email": "[email protected]"
19-
},
20-
"license": "MIT",
21-
"dependencies": {
22-
"@wojtekmaj/date-utils": "^2.0.2",
23-
"@wojtekmaj/react-hooks": "^2.0.0",
24-
"react": "^18.2.0",
25-
"react-clock": "workspace:packages/react-clock",
26-
"react-dom": "^18.2.0"
27-
},
28-
"devDependencies": {
29-
"@biomejs/biome": "2.2.4",
30-
"@types/react": "*",
31-
"@vitejs/plugin-react": "^4.6.0",
32-
"typescript": "^5.5.2",
33-
"vite": "^7.1.5"
34-
}
2+
"name": "test",
3+
"version": "2.3.0",
4+
"description": "A test page for React-Clock.",
5+
"private": true,
6+
"type": "module",
7+
"scripts": {
8+
"build": "vite build",
9+
"dev": "vite",
10+
"format": "biome format",
11+
"lint": "biome lint",
12+
"preview": "vite preview",
13+
"test": "yarn lint && yarn tsc && yarn format",
14+
"tsc": "tsc"
15+
},
16+
"author": {
17+
"name": "Wojciech Maj",
18+
"email": "[email protected]"
19+
},
20+
"license": "MIT",
21+
"dependencies": {
22+
"@wojtekmaj/date-utils": "^2.0.2",
23+
"@wojtekmaj/react-hooks": "^2.0.0",
24+
"react": "^18.2.0",
25+
"react-clock": "workspace:packages/react-clock",
26+
"react-dom": "^18.2.0"
27+
},
28+
"devDependencies": {
29+
"@biomejs/biome": "2.2.4",
30+
"@types/react": "*",
31+
"@vitejs/plugin-react": "^4.6.0",
32+
"typescript": "^5.5.2",
33+
"vite": "^7.1.5"
34+
}
3535
}

0 commit comments

Comments
 (0)