@grafana/create-plugin 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +2 -2
- package/templates/common/package.json +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v1.1.2 (Fri Mar 10 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Chore: Remove unused deps from scaffolded plugins [#221](https://github.com/grafana/plugin-tools/pull/221) ([@leventebalogh](https://github.com/leventebalogh))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Levente Balogh ([@leventebalogh](https://github.com/leventebalogh))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v1.1.1 (Tue Mar 07 2023)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "packages/create-plugin",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"engines": {
|
|
64
64
|
"node": ">=16"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "348f19cac5e14cb409e4b2fa4fe6244a646dd48b"
|
|
67
67
|
}
|
|
@@ -33,16 +33,8 @@
|
|
|
33
33
|
"@types/lodash": "^4.14.188",{{#if_eq pluginType "app"}}
|
|
34
34
|
"@types/react-router-dom": "^5.3.3",{{/if_eq}}
|
|
35
35
|
"@types/node": "^18.11.9",
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
37
|
-
"@typescript-eslint/parser": "^5.42.1",
|
|
38
36
|
"copy-webpack-plugin": "^11.0.0",
|
|
39
37
|
"css-loader": "^6.7.1",
|
|
40
|
-
"eslint": "8.26.0",
|
|
41
|
-
"eslint-config-prettier": "^8.3.0",
|
|
42
|
-
"eslint-plugin-jsdoc": "^39.6.2",
|
|
43
|
-
"eslint-plugin-prettier": "^4.0.0",
|
|
44
|
-
"eslint-plugin-react": "^7.26.1",
|
|
45
|
-
"eslint-plugin-react-hooks": "^4.2.0",
|
|
46
38
|
"eslint-webpack-plugin": "^3.1.1",
|
|
47
39
|
"fork-ts-checker-webpack-plugin": "^7.2.0",
|
|
48
40
|
"glob": "^8.0.3",
|