|
13 | 13 | "build": "yarn clean && yarn typecheck && yarn bundle", |
14 | 14 | "bundle": "rollup -c rollup.config.ts --configPlugin esbuild", |
15 | 15 | "clean": "rimraf ./dist ./compiled", |
16 | | - "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./src && yarn spellcheck", |
| 16 | + "lint": "eslint --cache . && yarn spellcheck", |
17 | 17 | "spellcheck": "cspell -c cspell.config.json \"**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}\"", |
18 | 18 | "typecheck": "tsc -p ./tsconfig.build.json", |
19 | 19 | "test": "jest --notify --watch", |
|
31 | 31 | "@grafana/experimental": "^2.1.2" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@grafana/data": "11.2.2", |
35 | | - "@grafana/eslint-config": "^7.0.0", |
36 | | - "@grafana/runtime": "11.2.2", |
| 34 | + "@eslint/eslintrc": "^3.1.0", |
| 35 | + "@eslint/js": "^9.13.0", |
| 36 | + "@grafana/data": "11.3.0", |
| 37 | + "@grafana/eslint-config": "^8.0.0", |
| 38 | + "@grafana/runtime": "11.3.0", |
37 | 39 | "@grafana/tsconfig": "^2.0.0", |
38 | | - "@grafana/ui": "11.2.2", |
| 40 | + "@grafana/ui": "11.3.0", |
39 | 41 | "@rollup/plugin-node-resolve": "^15.3.0", |
| 42 | + "@stylistic/eslint-plugin-ts": "^2.10.0", |
40 | 43 | "@swc/core": "^1.7.28", |
41 | 44 | "@swc/jest": "^0.2.36", |
42 | | - "@testing-library/jest-dom": "6.5.0", |
| 45 | + "@testing-library/jest-dom": "6.6.2", |
43 | 46 | "@testing-library/react": "16.0.1", |
44 | 47 | "@testing-library/react-hooks": "8.0.1", |
45 | 48 | "@testing-library/user-event": "^14.5.2", |
46 | | - "@types/jest": "29.5.13", |
47 | | - "@types/lodash": "4.17.10", |
48 | | - "@types/node": "22.7.5", |
49 | | - "@types/react": "18.3.11", |
| 49 | + "@types/jest": "29.5.14", |
| 50 | + "@types/lodash": "4.17.12", |
| 51 | + "@types/node": "22.8.1", |
| 52 | + "@types/react": "18.3.12", |
50 | 53 | "@types/react-dom": "18.3.1", |
51 | | - "cspell": "8.15.2", |
| 54 | + "@typescript-eslint/eslint-plugin": "^8.12.2", |
| 55 | + "@typescript-eslint/parser": "^8.12.2", |
| 56 | + "cspell": "8.15.4", |
52 | 57 | "esbuild": "^0.24.0", |
| 58 | + "eslint": "^9.13.0", |
| 59 | + "eslint-config-prettier": "^9.1.0", |
53 | 60 | "eslint-plugin-deprecation": "^3.0.0", |
| 61 | + "eslint-plugin-jsdoc": "^50.4.3", |
| 62 | + "eslint-plugin-react": "^7.37.2", |
| 63 | + "eslint-plugin-react-hooks": "^5.0.0", |
54 | 64 | "identity-obj-proxy": "^3.0.0", |
55 | 65 | "jest": "29.7.0", |
56 | 66 | "jest-environment-jsdom": "^29.7.0", |
57 | 67 | "node-notifier": "^10.0.1", |
58 | 68 | "react": "18.3.1", |
59 | 69 | "react-dom": "18.3.1", |
| 70 | + "react-router-dom": "^6.27.0", |
60 | 71 | "react-select-event": "^5.5.1", |
61 | 72 | "rimraf": "^6.0.1", |
62 | | - "rollup": "4.24.0", |
| 73 | + "rollup": "4.24.2", |
63 | 74 | "rollup-plugin-dts": "^6.1.1", |
64 | 75 | "rollup-plugin-esbuild": "^6.1.1", |
65 | 76 | "rollup-plugin-node-externals": "^7.1.3" |
|
0 commit comments