|
44 | 44 | "check": "biome check . --error-on-warnings",
|
45 | 45 | "biome:ci": "biome ci . --error-on-warnings",
|
46 | 46 | "eslint": "eslint --ext js,ts,tsx --max-warnings 0 --cache --color src test website vite.config.ts",
|
47 |
| - "eslint:fix": "npm run eslint -- --fix", |
| 47 | + "eslint:fix": "node --run eslint -- --fix", |
48 | 48 | "prettier:check": "prettier --check .",
|
49 | 49 | "prettier:format": "prettier --write .",
|
50 | 50 | "typecheck": "tsc",
|
51 |
| - "prepublishOnly": "npm install && npm run build && npm run build:types", |
| 51 | + "prepublishOnly": "npm install && node --run build && node --run build:types", |
52 | 52 | "postpublish": "git push --follow-tags origin HEAD"
|
53 | 53 | },
|
54 | 54 | "dependencies": {
|
|
69 | 69 | "@rollup/plugin-babel": "^6.0.3",
|
70 | 70 | "@rollup/plugin-node-resolve": "^15.1.0",
|
71 | 71 | "@testing-library/jest-dom": "^6.2.0",
|
72 |
| - "@testing-library/react": "^14.1.2", |
| 72 | + "@testing-library/react": "^15.0.5", |
73 | 73 | "@testing-library/user-event": "^14.5.2",
|
74 | 74 | "@types/lodash-es": "^4.17.7",
|
75 | 75 | "@types/node": "^20.10.3",
|
76 |
| - "@types/react": "^18.2.35", |
77 |
| - "@types/react-dom": "^18.2.4", |
| 76 | + "@types/react": "^18.3.0", |
| 77 | + "@types/react-dom": "^18.3.0", |
78 | 78 | "@typescript-eslint/eslint-plugin": "^7.0.1",
|
79 | 79 | "@typescript-eslint/parser": "^7.0.1",
|
80 | 80 | "@vitejs/plugin-react": "^4.2.1",
|
|
88 | 88 | "eslint-plugin-jest-dom": "^5.0.1",
|
89 | 89 | "eslint-plugin-node": "^11.1.0",
|
90 | 90 | "eslint-plugin-react": "^7.32.2",
|
91 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
| 91 | + "eslint-plugin-react-hooks": "^4.6.2", |
92 | 92 | "eslint-plugin-sonarjs": "^0.25.1",
|
93 | 93 | "eslint-plugin-testing-library": "^6.2.0",
|
94 | 94 | "jsdom": "^24.0.0",
|
|
97 | 97 | "lodash-es": "^4.17.21",
|
98 | 98 | "postcss": "^8.4.25",
|
99 | 99 | "prettier": "3.2.5",
|
100 |
| - "react": "^18.1.0", |
| 100 | + "react": "^18.3.1", |
101 | 101 | "react-dnd": "^16.0.1",
|
102 | 102 | "react-dnd-html5-backend": "^16.0.1",
|
103 |
| - "react-dom": "^18.1.0", |
| 103 | + "react-dom": "^18.3.1", |
104 | 104 | "react-router-dom": "^6.11.1",
|
105 | 105 | "rollup": "^4.0.2",
|
106 | 106 | "rollup-plugin-postcss": "^4.0.2",
|
|
0 commit comments