|
17 | 17 | "typecheck": "tsc -p ./tsconfig.build.json", |
18 | 18 | "test": "jest --notify --watch", |
19 | 19 | "test:coverage": "jest --coverage", |
20 | | - "test-ci": "grafana-toolkit plugin:test" |
| 20 | + "test:ci": "jest" |
21 | 21 | }, |
22 | 22 | "files": [ |
23 | 23 | "dist" |
|
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | 33 | "@grafana/data": "9.4.14", |
| 34 | + "@grafana/eslint-config": "^6.0.1", |
34 | 35 | "@grafana/runtime": "9.4.14", |
35 | | - "@grafana/toolkit": "9.4.14", |
36 | 36 | "@grafana/ui": "9.4.14", |
37 | 37 | "@rollup/plugin-node-resolve": "^15.0.1", |
| 38 | + "@swc/core": "^1.3.93", |
| 39 | + "@swc/jest": "^0.2.29", |
38 | 40 | "@testing-library/jest-dom": "5.16.5", |
39 | 41 | "@testing-library/react": "12.1.5", |
40 | 42 | "@testing-library/react-hooks": "8.0.1", |
|
43 | 45 | "@types/node": "16.18.6", |
44 | 46 | "@types/react": "17.0.42", |
45 | 47 | "@types/react-dom": "17.0.14", |
| 48 | + "@typescript-eslint/eslint-plugin": "^5.48.0", |
46 | 49 | "esbuild": "^0.16.2", |
| 50 | + "eslint": "^8.49.0", |
| 51 | + "eslint-plugin-jsdoc": "^46.7.0", |
| 52 | + "eslint-plugin-react": "^7.31.11", |
| 53 | + "eslint-plugin-react-hooks": "^4.6.0", |
47 | 54 | "jest": "27.5.1", |
48 | 55 | "node-notifier": "^10.0.1", |
49 | 56 | "react": "17.0.2", |
|
0 commit comments