|
1 | 1 | { |
2 | 2 | "name": "spdx-dependency-track", |
3 | 3 | "version": "0.1.0", |
4 | | - "packageManager": "yarn@4.1.1", |
| 4 | + "packageManager": "yarn@4.9.1", |
5 | 5 | "private": true, |
6 | 6 | "license": "MIT", |
7 | 7 | "scripts": { |
|
18 | 18 | "ci-build": "./bin/build.sh", |
19 | 19 | "ci-test": "echo 'no tests yet'", |
20 | 20 | "ci-lint": "echo 'n/a'", |
21 | | - "ci-format": "biome ci ." |
| 21 | + "ci-format": "biome ci .", |
| 22 | + "ci-pipeline": "yarn ci-build && yarn ci-test && yarn ci-format && yarn ci-lint" |
22 | 23 | }, |
23 | 24 | "dependencies": { |
24 | | - "@ariga/atlas": "^0.32.1", |
25 | | - "@dotenvx/dotenvx": "^0.27.2", |
| 25 | + "@ariga/atlas": "^0.33.1", |
| 26 | + "@dotenvx/dotenvx": "^1.44.0", |
26 | 27 | "@emotion/cache": "^11.14.0", |
27 | 28 | "@emotion/react": "^11.14.0", |
28 | 29 | "@emotion/styled": "^11.14.0", |
29 | | - "@hookform/resolvers": "^3.10.0", |
30 | | - "@mui/icons-material": "^5.17.1", |
31 | | - "@mui/material": "^5.17.1", |
32 | | - "@mui/material-nextjs": "^5.16.14", |
| 30 | + "@hookform/resolvers": "^5.0.1", |
| 31 | + "@mui/icons-material": "^7.1.0", |
| 32 | + "@mui/material": "^7.1.0", |
| 33 | + "@mui/material-nextjs": "^7.1.0", |
33 | 34 | "@nahkies/typescript-fetch-runtime": "^0.20.0", |
34 | 35 | "@nahkies/typescript-koa-runtime": "^0.20.0", |
35 | | - "@tanstack/react-query": "^5.75.7", |
36 | | - "@tanstack/react-query-devtools": "^5.75.7", |
37 | | - "@tanstack/react-query-next-experimental": "^5.75.7", |
38 | | - "better-sqlite3": "^9.6.0", |
39 | | - "next": "14.2.28", |
40 | | - "react": "^18.3.1", |
41 | | - "react-dom": "^18.3.1", |
42 | | - "react-hook-form": "^7.56.3", |
43 | | - "semver": "^7.7.1", |
| 36 | + "@tanstack/react-query": "^5.76.1", |
| 37 | + "@tanstack/react-query-devtools": "^5.76.1", |
| 38 | + "@tanstack/react-query-next-experimental": "^5.76.1", |
| 39 | + "better-sqlite3": "^11.10.0", |
| 40 | + "next": "15.3.2", |
| 41 | + "react": "^19.1.0", |
| 42 | + "react-dom": "^19.1.0", |
| 43 | + "react-hook-form": "^7.56.4", |
| 44 | + "semver": "^7.7.2", |
44 | 45 | "spdx-expression-parse": "^4.0.0", |
45 | 46 | "zod": "^3.24.4" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
48 | 49 | "@biomejs/biome": "^1.9.4", |
49 | 50 | "@nahkies/openapi-code-generator": "^0.20.0", |
50 | 51 | "@types/better-sqlite3": "^7.6.13", |
51 | | - "@types/node": "^22.15.17", |
52 | | - "@types/react": "^18.3.21", |
53 | | - "@types/react-dom": "^18.3.7", |
| 52 | + "@types/node": "^22.15.18", |
| 53 | + "@types/react": "^19.1.4", |
| 54 | + "@types/react-dom": "^19.1.5", |
54 | 55 | "@types/semver": "^7.7.0", |
55 | 56 | "@types/spdx-expression-parse": "^3.0.5", |
56 | 57 | "husky": "^9.1.7", |
57 | | - "lint-staged": "^15.5.2", |
| 58 | + "lint-staged": "^16.0.0", |
58 | 59 | "markdown-toc": "^1.2.0", |
59 | 60 | "typescript": "^5.8.3" |
60 | 61 | }, |
|
0 commit comments