Skip to content

Commit

Permalink
chore(frontend): bump dependencies (#3763)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored Dec 12, 2024
1 parent 9b5c6d7 commit fa14edb
Show file tree
Hide file tree
Showing 5 changed files with 883 additions and 1,089 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"jest-image-snapshot": "^5.2.0",
"lint-staged": "^15.0.2",
"mini-css-extract-plugin": "^2.7.5",
"msw": "^0.36.3",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prettier": "2.8.8",
"react-svg-loader": "^3.0.3",
Expand All @@ -116,9 +115,9 @@
"@fortawesome/free-regular-svg-icons": "~5.15.2",
"@fortawesome/free-solid-svg-icons": "~5.14.0",
"@fortawesome/react-fontawesome": "~0.1.11",
"@grafana/data": "10.3.0-147665",
"@grafana/flamegraph": "10.3.0-147665",
"@grafana/ui": "10.3.0-147665",
"@grafana/data": "11.4.0",
"@grafana/flamegraph": "11.4.0",
"@grafana/ui": "11.4.0",
"@hookform/resolvers": "^2.9.8",
"@mui/base": "5.0.0-alpha.98",
"@mui/material": "5.10.11",
Expand Down Expand Up @@ -185,6 +184,8 @@
"trim": ">0.0.3",
"trim-newlines": ">4.0.1",
"yargs-parser": ">18.1.1",
"path-to-regexp": "^1.9.0",
"nanoid": "^3.3.8",
"uplot": "^1.6.31"
}
}
54 changes: 0 additions & 54 deletions public/app/services/share.spec.ts

This file was deleted.

4 changes: 0 additions & 4 deletions public/app/services/testUtils.ts

This file was deleted.

6 changes: 5 additions & 1 deletion scripts/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
publicPath: '',
},
resolve: {
extensions: ['.ts', '.tsx', '.es6', '.js', '.json', '.svg'],
extensions: ['.ts', '.tsx', '.es6', '.js', '.json', '.svg', '.ttf'],
modules: ['node_modules', path.resolve('public')],

// TODO: unify with tsconfig.json
Expand Down Expand Up @@ -117,6 +117,10 @@ module.exports = {
},
],
},
{
test: /\.ttf$/,
type: 'asset/resource',
},
],
},
};
Loading

0 comments on commit fa14edb

Please sign in to comment.