Skip to content

Commit eb89074

Browse files
chore: Loosen NPM dependencies
1 parent 1b8c537 commit eb89074

File tree

2 files changed

+1702
-3159
lines changed

2 files changed

+1702
-3159
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,27 @@
2525
"license": "Apache-2.0",
2626
"devDependencies": {
2727
"@babel/core": "^7.21.4",
28-
"@grafana/e2e": "10.3.5",
29-
"@grafana/e2e-selectors": "10.3.5",
28+
"@grafana/e2e": "^10.3.5",
29+
"@grafana/e2e-selectors": "^10.3.5",
3030
"@grafana/eslint-config": "^8.0.0",
3131
"@grafana/plugin-meta-extractor": "^0.0.2",
3232
"@grafana/tsconfig": "^2.0.0",
33+
"@stylistic/eslint-plugin-ts": "^2.9.0",
3334
"@swc/core": "^1.3.90",
3435
"@swc/helpers": "^0.5.0",
3536
"@swc/jest": "^0.2.26",
36-
"@testing-library/jest-dom": "6.1.4",
37-
"@testing-library/react": "14.0.0",
37+
"@testing-library/jest-dom": "^6.1.4",
38+
"@testing-library/react": "^14.0.0",
3839
"@types/jest": "^29.5.0",
3940
"@types/lodash": "^4.14.194",
4041
"@types/node": "^20.8.7",
4142
"@types/react-router-dom": "^5.2.0",
42-
"@types/testing-library__jest-dom": "5.14.8",
43+
"@types/testing-library__jest-dom": "^5.14.8",
4344
"@typescript-eslint/eslint-plugin": "^6.18.0",
4445
"@typescript-eslint/parser": "^6.18.0",
4546
"copy-webpack-plugin": "^11.0.0",
4647
"css-loader": "^6.7.3",
47-
"eslint": "8.26.0",
48+
"eslint": "^8.26.0",
4849
"eslint-config-prettier": "^8.8.0",
4950
"eslint-plugin-deprecation": "^2.0.0",
5051
"eslint-plugin-jsdoc": "^46.8.0",
@@ -55,40 +56,39 @@
5556
"fork-ts-checker-webpack-plugin": "^8.0.0",
5657
"glob": "^10.2.7",
5758
"husky": "^8.0.3",
58-
"identity-obj-proxy": "3.0.0",
59+
"identity-obj-proxy": "^3.0.0",
60+
"imports-loader": "^5.0.0",
5961
"jest": "^29.5.0",
6062
"jest-environment-jsdom": "^29.5.0",
6163
"lint-staged": "^13.2.0",
6264
"prettier": "^2.8.7",
6365
"replace-in-file-webpack-plugin": "^1.0.6",
64-
"sass": "1.63.2",
65-
"sass-loader": "13.3.1",
66-
"style-loader": "3.3.3",
66+
"sass": "^1.63.2",
67+
"sass-loader": "^13.3.1",
68+
"style-loader": "^3.3.3",
6769
"swc-loader": "^0.2.3",
70+
"terser-webpack-plugin": "^5.3.10",
6871
"ts-node": "^10.9.2",
6972
"tsconfig-paths": "^4.2.0",
70-
"typescript": "5.5.4",
73+
"typescript": "^5.5.4",
7174
"webpack": "^5.94.0",
7275
"webpack-cli": "^5.1.4",
7376
"webpack-livereload-plugin": "^3.0.2",
74-
"@stylistic/eslint-plugin-ts": "^2.9.0",
75-
"imports-loader": "^5.0.0",
76-
"terser-webpack-plugin": "^5.3.10",
7777
"webpack-subresource-integrity": "^5.1.0",
7878
"webpack-virtual-modules": "^0.6.2"
7979
},
8080
"engines": {
8181
"node": ">=16"
8282
},
8383
"dependencies": {
84-
"@emotion/css": "11.10.6",
84+
"@emotion/css": "^11.10.6",
8585
"@grafana/data": "^11.3.2",
8686
"@grafana/runtime": "^11.3.2",
8787
"@grafana/schema": "^11.3.2",
8888
"@grafana/sign-plugin": "^1.0.1",
8989
"@grafana/ui": "^11.3.2",
90-
"react": "18.2.0",
91-
"react-dom": "18.2.0",
90+
"react": "^18.2.0",
91+
"react-dom": "^18.2.0",
9292
"tslib": "2.5.3"
9393
},
9494
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)