Skip to content

Commit 999a97e

Browse files
committed
chore: update deps (#29)
1 parent eeaf850 commit 999a97e

File tree

2 files changed

+54
-55
lines changed

2 files changed

+54
-55
lines changed

bun.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,45 @@
11
{
2-
"name": "web",
3-
"version": "0.1.0",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev --port 3001",
7-
"build": "next build",
8-
"start": "next start --port 8010",
9-
"start:preview": "next start --port 8011",
10-
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json",
11-
"lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
12-
},
13-
"dependencies": {
14-
"@million/lint": "^1.0.14",
15-
"bun-types": "^1.1.39",
16-
"jszip": "^3.10.1",
17-
"next": "15.1.0",
18-
"react": "^19.0.0",
19-
"react-dom": "^19.0.0",
20-
"react-icons": "^5.4.0",
21-
"sql.js": "^1.12.0"
22-
},
23-
"devDependencies": {
24-
"@eslint/eslintrc": "^3",
25-
"@types/bun": "^1.1.14",
26-
"@types/node": "^22",
27-
"@types/react": "^19",
28-
"@types/react-dom": "^19",
29-
"@types/sql.js": "^1.4.9",
30-
"@typescript-eslint/eslint-plugin": "7.2.0",
31-
"@typescript-eslint/parser": "7.2.0",
32-
"eslint": "^8.57.0",
33-
"eslint-config-next": "15.1.0",
34-
"eslint-config-prettier": "^8.2.0",
35-
"eslint-plugin-import": "^2.26.0",
36-
"eslint-plugin-jsx-a11y": "^6.4.1",
37-
"eslint-plugin-node": "^11.1.0",
38-
"eslint-plugin-prettier": "^5.1.3",
39-
"eslint-plugin-react": "^7.23.2",
40-
"eslint-plugin-react-hooks": "^4.6.0",
41-
"eslint-plugin-unused-imports": "^3.2.0",
42-
"postcss": "^8",
43-
"tailwindcss": "^3.4.1",
44-
"typescript": "^5"
45-
}
2+
"name": "web",
3+
"version": "0.1.0",
4+
"private": true,
5+
"scripts": {
6+
"dev": "next dev --port 3001",
7+
"build": "next build",
8+
"start": "next start --port 8010",
9+
"lint": "eslint . --ext .ts,.tsx -c .eslintrc.json",
10+
"lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix"
11+
},
12+
"dependencies": {
13+
"@million/lint": "^1.0.14",
14+
"bun-types": "^1.1.39",
15+
"jszip": "^3.10.1",
16+
"next": "15.2.2",
17+
"react": "^19.0.0",
18+
"react-dom": "^19.0.0",
19+
"react-icons": "^5.4.0",
20+
"sql.js": "^1.12.0"
21+
},
22+
"devDependencies": {
23+
"@eslint/eslintrc": "^3",
24+
"@types/bun": "^1.1.14",
25+
"@types/node": "^22",
26+
"@types/react": "^19",
27+
"@types/react-dom": "^19",
28+
"@types/sql.js": "^1.4.9",
29+
"@typescript-eslint/eslint-plugin": "7.2.0",
30+
"@typescript-eslint/parser": "7.2.0",
31+
"eslint": "^8.57.0",
32+
"eslint-config-next": "15.1.0",
33+
"eslint-config-prettier": "^8.2.0",
34+
"eslint-plugin-import": "^2.26.0",
35+
"eslint-plugin-jsx-a11y": "^6.4.1",
36+
"eslint-plugin-node": "^11.1.0",
37+
"eslint-plugin-prettier": "^5.1.3",
38+
"eslint-plugin-react": "^7.23.2",
39+
"eslint-plugin-react-hooks": "^4.6.0",
40+
"eslint-plugin-unused-imports": "^3.2.0",
41+
"postcss": "^8",
42+
"tailwindcss": "^3.4.1",
43+
"typescript": "^5"
44+
}
4645
}

0 commit comments

Comments
 (0)