|
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/LGLabGreg/react-qr-code.git" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.20.0", |
| 8 | + "packageManager": "pnpm@10.24.0", |
9 | 9 | "type": "module", |
10 | 10 | "scripts": { |
11 | 11 | "dev": "pnpm concurrently --names packages,apps \"pnpm watch:packages\" \"pnpm watch:playground\" \"pnpm watch:docs\"", |
|
35 | 35 | ] |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@changesets/changelog-github": "^0.5.1", |
39 | | - "@changesets/cli": "^2.29.7", |
| 38 | + "@changesets/changelog-github": "^0.5.2", |
| 39 | + "@changesets/cli": "^2.29.8", |
40 | 40 | "@eslint/js": "^9.39.1", |
41 | 41 | "@testing-library/jest-dom": "^6.9.1", |
42 | 42 | "@testing-library/react": "^16.3.0", |
43 | 43 | "@trivago/prettier-plugin-sort-imports": "^6.0.0", |
44 | 44 | "@types/jsdom": "^27.0.0", |
45 | | - "@types/node": "^24.10.0", |
46 | | - "@vitejs/plugin-react": "^5.1.0", |
47 | | - "@vitest/coverage-v8": "4.0.8", |
| 45 | + "@types/node": "^24.10.1", |
| 46 | + "@vitejs/plugin-react": "^5.1.1", |
| 47 | + "@vitest/coverage-v8": "4.0.15", |
48 | 48 | "concurrently": "^9.2.1", |
49 | 49 | "eslint": "^9.39.1", |
50 | 50 | "eslint-plugin-react": "^7.37.5", |
51 | 51 | "eslint-plugin-react-hooks": "^7.0.1", |
52 | 52 | "eslint-plugin-react-refresh": "^0.4.24", |
53 | 53 | "globals": "^16.5.0", |
54 | 54 | "husky": "^9.1.7", |
55 | | - "jsdom": "^27.1.0", |
56 | | - "lint-staged": "^16.2.6", |
57 | | - "react": "^19.2.0", |
58 | | - "react-dom": "^19.2.0", |
| 55 | + "jsdom": "^27.2.0", |
| 56 | + "lint-staged": "^16.2.7", |
| 57 | + "react": "^19.2.1", |
| 58 | + "react-dom": "^19.2.1", |
59 | 59 | "typescript": "~5.9.3", |
60 | | - "typescript-eslint": "^8.46.3", |
61 | | - "vite": "^7.2.2", |
62 | | - "vitest": "^4.0.8" |
| 60 | + "typescript-eslint": "^8.48.1", |
| 61 | + "vite": "^7.2.6", |
| 62 | + "vitest": "^4.0.15" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | | - "@eslint/eslintrc": "^3.3.1", |
66 | | - "eslint-config-next": "16.0.1" |
| 65 | + "@eslint/eslintrc": "^3.3.3", |
| 66 | + "eslint-config-next": "16.0.7" |
67 | 67 | } |
68 | 68 | } |
0 commit comments