|
31 | 31 | "dev": "vite", |
32 | 32 | "format": "pnpm prettier --write .", |
33 | 33 | "format:check": "pnpm prettier --check .", |
34 | | - "lint": "eslint --config config/eslint/eslint.json . --ignore-path .gitignore", |
| 34 | + "lint": "eslint --ignore-pattern .gitignore --config config/eslint/eslint.json .", |
35 | 35 | "lint:fix": "pnpm lint --fix", |
36 | 36 | "prettier": "prettier --config config/prettier/prettier.json --ignore-path .gitignore", |
37 | 37 | "preview": "vite preview --config config/vite/vite.demo.config.ts", |
|
89 | 89 | }, |
90 | 90 | "devDependencies": { |
91 | 91 | "@testing-library/jest-dom": "^6.4.2", |
92 | | - "@testing-library/react": "^14.2.1", |
| 92 | + "@testing-library/react": "^14.2.2", |
93 | 93 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
94 | | - "@types/node": "^20.11.28", |
| 94 | + "@types/node": "^20.12.5", |
95 | 95 | "@types/p5": "^1.7.6", |
96 | | - "@types/react": "^18.2.66", |
97 | | - "@types/react-dom": "^18.2.22", |
98 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 96 | + "@types/react": "^18.2.74", |
| 97 | + "@types/react-dom": "^18.2.24", |
| 98 | + "@typescript-eslint/eslint-plugin": "^7.5.0", |
99 | 99 | "@vitejs/plugin-react": "^4.2.1", |
100 | 100 | "@vitest/coverage-v8": "^1.4.0", |
101 | | - "canvas": "^2.11.2", |
102 | 101 | "eslint": "^8.57.0", |
103 | 102 | "eslint-plugin-react": "^7.34.1", |
104 | 103 | "eslint-plugin-react-hooks": "^4.6.0", |
105 | 104 | "gh-pages": "^6.1.1", |
106 | 105 | "jsdom": "^24.0.0", |
107 | 106 | "prettier": "^3.2.5", |
108 | 107 | "rimraf": "^5.0.5", |
109 | | - "typescript": "^5.4.2", |
110 | | - "vite": "^5.1.6", |
111 | | - "vitest": "^1.4.0" |
| 108 | + "typescript": "^5.4.4", |
| 109 | + "vite": "^5.2.8", |
| 110 | + "vitest": "^1.4.0", |
| 111 | + "vitest-canvas-mock": "^0.3.3" |
112 | 112 | }, |
113 | 113 | "dependencies": { |
114 | | - "microdiff": "^1.3.2", |
| 114 | + "microdiff": "^1.4.0", |
115 | 115 | "p5": ">=1.4.1 <2.0.0" |
116 | 116 | } |
117 | 117 | } |
0 commit comments