Skip to content

Commit c7c59df

Browse files
committed
upping test deps
1 parent 407a7bf commit c7c59df

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/faro-webpack/src/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "webpack"
77
},
88
"dependencies": {
9-
"@grafana/faro-webpack-plugin": "^0.0.12"
9+
"@grafana/faro-webpack-plugin": "^0.0.19"
1010
},
1111
"license": "MIT",
1212
"devDependencies": {

packages/faro-webpack/src/test/webpack.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import FaroSourcemapUploaderPlugin from '@grafana/faro-webpack-plugin';
1+
import FaroSourceMapUploaderPlugin from '@grafana/faro-webpack-plugin';
22
import path from 'path';
33

44
export const config = {
@@ -11,7 +11,7 @@ export const config = {
1111
},
1212
mode: 'production',
1313
plugins: [
14-
new FaroSourcemapUploaderPlugin({
14+
new FaroSourceMapUploaderPlugin({
1515
appName: 'webpack-test-app',
1616
endpoint: 'http://localhost:8000/faro/api/v1',
1717
appId: '1',

packages/faro-webpack/src/test/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@
3333
resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
3434
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
3535

36-
"@grafana/faro-bundlers-shared@^0.0.12":
37-
version "0.0.12"
38-
resolved "https://registry.npmjs.org/@grafana/faro-bundlers-shared/-/faro-bundlers-shared-0.0.12.tgz#c2a340d3674af7e2e7c6cea249f8eff5c850393f"
39-
integrity sha512-tmOTLe8UOges3bhd+IiUGtj/vV9G7Sd/ObXgCo4RV4MmzOvfeMOXPsjAZ1b/nqu35CL8XXspr7GOBv18Sr513w==
36+
"@grafana/faro-bundlers-shared@^0.0.19":
37+
version "0.0.19"
38+
resolved "https://registry.npmjs.org/@grafana/faro-bundlers-shared/-/faro-bundlers-shared-0.0.19.tgz#b091e0ab9f1e0751ccba5765bc1874b861b4fb1a"
39+
integrity sha512-/i3nb3O+S84J4PKZE9tQxo4KQdLTSri6+8Ca1hyv+gwn98vZ7TtPhjdOEvZNAxSW8uHNdBV/yDvmwwKRN9iHUg==
4040
dependencies:
4141
ansis "^3.2.0"
4242
node-tar "^1.0.0"
4343
tar "^7.1.0"
4444

45-
"@grafana/faro-webpack-plugin@^0.0.12":
46-
version "0.0.12"
47-
resolved "https://registry.npmjs.org/@grafana/faro-webpack-plugin/-/faro-webpack-plugin-0.0.12.tgz#890e6939246732f2936cb608f443133794cceeb9"
48-
integrity sha512-GaUp5vlUh59GfoWTbFYLsmYaZLDzCBxYYAE9KJeBCIylKrkgh2TcdkwLj1INcA0Fef3/8GkLlKNAkXZuhi72kA==
45+
"@grafana/faro-webpack-plugin@^0.0.19":
46+
version "0.0.19"
47+
resolved "https://registry.npmjs.org/@grafana/faro-webpack-plugin/-/faro-webpack-plugin-0.0.19.tgz#e778318d521f72fd517d74a43c5bf390f4d25bad"
48+
integrity sha512-Nfqj5dldti0j7NjdZU9++IbMmWJTpgtJDSENzteBbQqDXYESJazYh7Mt/i+4iPJLvHSlEMnKUEtD+b+q0uKJMg==
4949
dependencies:
50-
"@grafana/faro-bundlers-shared" "^0.0.12"
50+
"@grafana/faro-bundlers-shared" "^0.0.19"
5151
"@rollup/plugin-babel" "^6.0.4"
5252
"@rollup/plugin-node-resolve" "^15.2.3"
5353
cross-fetch "^4.0.0"

0 commit comments

Comments
 (0)