Skip to content

Commit 85f71d0

Browse files
committed
update yarn version
1 parent 15e640e commit 85f71d0

File tree

4 files changed

+13914
-9937
lines changed

4 files changed

+13914
-9937
lines changed

.yarn/install-state.gz

1.3 MB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@grafana/plugin-e2e": "^1.6.1",
2828
"@grafana/tsconfig": "^2.0.0",
2929
"@playwright/test": "^1.41.2",
30+
"@stylistic/eslint-plugin-ts": "^2.9.0",
3031
"@swc/core": "^1.3.90",
3132
"@swc/helpers": "^0.5.0",
3233
"@swc/jest": "^0.2.26",
@@ -37,11 +38,18 @@
3738
"@types/node": "^20.8.7",
3839
"@types/react-router-dom": "^5.2.0",
3940
"@types/testing-library__jest-dom": "5.14.8",
41+
"@typescript-eslint/eslint-plugin": "^6.18.0",
42+
"@typescript-eslint/parser": "^6.18.0",
4043
"aedes": "^0.51.3",
4144
"copy-webpack-plugin": "^11.0.0",
4245
"cspell": "^6.13.3",
4346
"css-loader": "^6.7.3",
47+
"eslint": "^8.0.0",
48+
"eslint-config-prettier": "^8.8.0",
4449
"eslint-plugin-deprecation": "^2.0.0",
50+
"eslint-plugin-jsdoc": "^46.8.0",
51+
"eslint-plugin-react": "^7.33.0",
52+
"eslint-plugin-react-hooks": "^4.6.0",
4553
"eslint-webpack-plugin": "^4.0.1",
4654
"fork-ts-checker-webpack-plugin": "^8.0.0",
4755
"glob": "^10.2.7",
@@ -55,23 +63,15 @@
5563
"sass-loader": "13.3.1",
5664
"style-loader": "3.3.3",
5765
"swc-loader": "^0.2.3",
66+
"terser-webpack-plugin": "^5.3.10",
5867
"ts-node": "^10.9.2",
5968
"tsconfig-paths": "^4.2.0",
6069
"typescript": "5.5.4",
6170
"webpack": "^5.94.0",
6271
"webpack-cli": "^5.1.4",
6372
"webpack-livereload-plugin": "^3.0.2",
64-
"webpack-virtual-modules": "^0.6.2",
65-
"@stylistic/eslint-plugin-ts": "^2.9.0",
66-
"@typescript-eslint/eslint-plugin": "^6.18.0",
67-
"@typescript-eslint/parser": "^6.18.0",
68-
"eslint": "^8.0.0",
69-
"eslint-config-prettier": "^8.8.0",
70-
"eslint-plugin-jsdoc": "^46.8.0",
71-
"eslint-plugin-react": "^7.33.0",
72-
"eslint-plugin-react-hooks": "^4.6.0",
73-
"terser-webpack-plugin": "^5.3.10",
74-
"webpack-subresource-integrity": "^5.1.0"
73+
"webpack-subresource-integrity": "^5.1.0",
74+
"webpack-virtual-modules": "^0.6.2"
7575
},
7676
"engines": {
7777
"node": ">=20"

0 commit comments

Comments
 (0)