chore(frontend): private packages dont need to follow versioning

This commit is contained in:
Jack Westbrook
2025-03-03 11:47:03 +01:00
parent fe555d134d
commit 73a5cb4610
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@
"@cypress/webpack-preprocessor": "6.0.2",
"@emotion/eslint-plugin": "11.12.0",
"@grafana/eslint-config": "8.0.0",
"@grafana/eslint-plugin": "link:./packages/grafana-eslint-rules",
"@grafana/eslint-plugin": "workspace:*",
"@grafana/plugin-e2e": "1.17.1",
"@grafana/tsconfig": "^2.0.0",
"@manypkg/get-packages": "^2.2.0",
+3 -3
View File
@@ -1,7 +1,8 @@
{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "11.6.0-pre",
"version": "1.0.0",
"private": true,
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",
@@ -20,6 +21,5 @@
"@typescript-eslint/types": "^8.9.0",
"eslint": "9.19.0",
"tslib": "2.8.1"
},
"private": true
}
}
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins",
"private": true,
"version": "11.6.0-pre",
"version": "1.0.0",
"dependencies": {
"tslib": "2.8.1"
},