Skip to content

Commit 71753d9

Browse files
authored
chore: bump @grafana/create-plugin configuration to 6.4.2 (#66)
Bumps @grafana/create-plugin configuration from 6.1.5 to 6.4.2.
1 parent f836ef7 commit 71753d9

File tree

5 files changed

+20
-26
lines changed

5 files changed

+20
-26
lines changed

.config/.cprc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "6.1.5",
2+
"version": "6.4.2",
33
"features": {}
44
}

.config/types/setupTests.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import '@testing-library/jest-dom';

.config/webpack/webpack.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ const config = async (env: Env): Promise<Configuration> => {
187187
new ReplaceInFileWebpackPlugin([
188188
{
189189
dir: DIST_DIR,
190-
files: ['plugin.json', 'README.md'],
190+
test: [/(^|\/)plugin\.json$/, /(^|\/)README\.md$/],
191+
191192
rules: [
192193
{
193194
search: /\%VERSION\%/g,

package-lock.json

Lines changed: 12 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"@testing-library/react": "14.0.0",
4848
"@types/jest": "^29.5.0",
4949
"@types/node": "^20.8.7",
50-
"@types/testing-library__jest-dom": "5.14.8",
50+
"@types/react": "^18.3.0",
51+
"@types/react-dom": "^18.3.0",
5152
"@typescript-eslint/eslint-plugin": "^8.3.0",
5253
"@typescript-eslint/parser": "^8.3.0",
5354
"copy-webpack-plugin": "^11.0.0",
@@ -95,8 +96,8 @@
9596
"@kubernetes/client-node": "^1.4.0",
9697
"dangerously-set-html-content": "^1.1.0",
9798
"fast-json-patch": "^3.1.1",
98-
"react": "18.2.0",
99-
"react-dom": "18.2.0",
99+
"react": "^18.3.0",
100+
"react-dom": "^18.3.0",
100101
"react-router-dom": "^6.22.0",
101102
"react-use": "^17.6.0",
102103
"rxjs": "7.8.2",

0 commit comments

Comments
 (0)