Skip to content

Commit

Permalink
Merge branch 'main' into analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
5hubh49 authored Aug 30, 2024
2 parents ac1fe44 + cd4add2 commit d298456
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 111 deletions.
16 changes: 8 additions & 8 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
},
"devDependencies": {
"@aws-sdk/types": "^3.609.0",
"@babel/cli": "^7.24.8",
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/helper-get-function-arity": "^7.16.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/preset-env": "^7.25.3",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pact-foundation/pact": "^12.5.2",
Expand All @@ -54,7 +54,7 @@
"@types/js-yaml": "3",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-modal": "^3.16.3",
Expand Down Expand Up @@ -96,7 +96,7 @@
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.0",
"mini-css-extract-plugin": "^2.9.1",
"object-assign": "^4.1.1",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
Expand All @@ -121,7 +121,7 @@
"webpack-merge": "5.10.0"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@grafana/data": "^8.5.16",
"@maji/react-prism": "^1.0.1",
Expand All @@ -133,12 +133,12 @@
"@tanstack/react-query-devtools": "^4.36.1",
"accounting": "^0.4.1",
"apexcharts": "^3.52.0",
"axios": "^1.7.4",
"axios": "^1.7.5",
"brace": "^0.11.1",
"classnames": "^2.5.1",
"clipboard": "2.0.11",
"cronstrue": "^2.50.0",
"dayjs": "1.11.12",
"dayjs": "1.11.13",
"diff": "^5.2.0",
"downloadjs": "^1.4.7",
"file-loader": "^6.2.0",
Expand All @@ -149,7 +149,7 @@
"lodash": "4.17.21",
"markdown-it": "^14.1.0",
"material-react-table": "^1.15.1",
"monaco-editor": "^0.50.0",
"monaco-editor": "^0.51.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"prettier": "^2.7.1",
Expand Down
Loading

0 comments on commit d298456

Please sign in to comment.