|
1 | 1 | { |
2 | 2 | "name": "@grafana/aws-sdk", |
3 | | - "version": "0.4.2", |
| 3 | + "version": "0.5.0", |
4 | 4 | "description": "Common AWS features for grafana", |
5 | 5 | "main": "dist/index.js", |
6 | 6 | "module": "dist/esm/index.js", |
|
11 | 11 | "scripts": { |
12 | 12 | "dev": "yarn bundle --watch --watch.onStart=\"yarn typecheck\"", |
13 | 13 | "build": "yarn clean && yarn typecheck && yarn bundle", |
14 | | - "bundle": "rollup -c rollup.config.ts", |
| 14 | + "bundle": "rollup -c rollup.config.ts --configPlugin esbuild", |
15 | 15 | "clean": "rimraf ./dist ./compiled", |
16 | | - "lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx ./src && spellcheck", |
| 16 | + "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./src && 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", |
|
28 | 28 | "license": "Apache-2.0", |
29 | 29 | "dependencies": { |
30 | 30 | "@grafana/async-query-data": "0.2.0", |
31 | | - "@grafana/experimental": "1.7.12" |
| 31 | + "@grafana/experimental": "2.1.1" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@grafana/data": "10.3.6", |
35 | | - "@grafana/eslint-config": "^6.0.1", |
36 | | - "@grafana/runtime": "10.3.6", |
37 | | - "@grafana/ui": "10.3.6", |
38 | | - "@rollup/plugin-node-resolve": "^15.0.1", |
39 | | - "@swc/core": "^1.3.93", |
40 | | - "@swc/jest": "^0.2.29", |
41 | | - "@testing-library/jest-dom": "5.16.5", |
42 | | - "@testing-library/react": "12.1.5", |
| 34 | + "@grafana/data": "11.2.2", |
| 35 | + "@grafana/eslint-config": "^7.0.0", |
| 36 | + "@grafana/runtime": "11.2.2", |
| 37 | + "@grafana/tsconfig": "^2.0.0", |
| 38 | + "@grafana/ui": "11.2.2", |
| 39 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 40 | + "@swc/core": "^1.7.28", |
| 41 | + "@swc/jest": "^0.2.36", |
| 42 | + "@testing-library/jest-dom": "6.5.0", |
| 43 | + "@testing-library/react": "16.0.1", |
43 | 44 | "@testing-library/react-hooks": "8.0.1", |
44 | | - "@types/jest": "27.4.1", |
45 | | - "@types/lodash": "4.14.191", |
46 | | - "@types/node": "16.18.6", |
47 | | - "@types/react": "18.3.3", |
| 45 | + "@testing-library/user-event": "^14.5.2", |
| 46 | + "@types/jest": "29.5.13", |
| 47 | + "@types/lodash": "4.17.10", |
| 48 | + "@types/node": "22.7.4", |
| 49 | + "@types/react": "18.3.11", |
48 | 50 | "@types/react-dom": "18.3.0", |
49 | | - "@typescript-eslint/eslint-plugin": "^5.48.0", |
50 | | - "cspell": "6.13.3", |
51 | | - "esbuild": "^0.16.2", |
52 | | - "eslint": "^8.49.0", |
53 | | - "eslint-plugin-jsdoc": "^46.7.0", |
54 | | - "eslint-plugin-react": "^7.31.11", |
55 | | - "eslint-plugin-react-hooks": "^4.6.0", |
56 | | - "jest": "27.5.1", |
| 51 | + "cspell": "8.14.4", |
| 52 | + "esbuild": "^0.24.0", |
| 53 | + "eslint-plugin-deprecation": "^3.0.0", |
| 54 | + "identity-obj-proxy": "^3.0.0", |
| 55 | + "jest": "29.7.0", |
| 56 | + "jest-environment-jsdom": "^29.7.0", |
57 | 57 | "node-notifier": "^10.0.1", |
58 | | - "react": "18.2.0", |
59 | | - "react-dom": "18.2.0", |
| 58 | + "react": "18.3.1", |
| 59 | + "react-dom": "18.3.1", |
60 | 60 | "react-select-event": "^5.5.1", |
61 | | - "rimraf": "^3.0.2", |
62 | | - "rollup": "2.79.1", |
63 | | - "rollup-plugin-dts": "^5.0.0", |
64 | | - "rollup-plugin-esbuild": "^5.0.0", |
65 | | - "rollup-plugin-node-externals": "^5.0.2" |
| 61 | + "rimraf": "^6.0.1", |
| 62 | + "rollup": "4.24.0", |
| 63 | + "rollup-plugin-dts": "^6.1.1", |
| 64 | + "rollup-plugin-esbuild": "^6.1.1", |
| 65 | + "rollup-plugin-node-externals": "^7.1.3" |
66 | 66 | } |
67 | 67 | } |
0 commit comments