Skip to content

Commit

Permalink
feat: upgrade some libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ogiorgis committed Feb 14, 2025
1 parent 83a489d commit af80029
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 231 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"yarn": "1.22.22"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/fontawesome-svg-core": "6.7.2",
"@fortawesome/free-brands-svg-icons": "6.7.2",
"@fortawesome/free-regular-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
Expand All @@ -35,7 +35,7 @@
"json-e": "4.8.0",
"json-schema-defaults": "0.4.0",
"lodash": "4.17.21",
"mobx": "6.13.5",
"mobx": "6.13.6",
"moment": "2.30.1",
"numeral": "2.0.6",
"pako": "2.1.0",
Expand All @@ -46,7 +46,7 @@
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-highlight-words": "0.20.0",
"react-hot-keys": "2.6.0",
"react-hot-keys": "2.7.3",
"react-hot-loader": "4.13.1",
"react-lazylog": "4.5.3",
"react-linkify": "0.2.2",
Expand All @@ -57,34 +57,34 @@
"react-table-6": "6.11.0",
"react-tabs": "6.1.0",
"reactstrap": "8.10.1",
"redoc": "2.2.0",
"redoc": "2.4.0",
"redux": "4.2.1",
"redux-debounce": "1.0.1",
"redux-mock-store": "1.5.5",
"redux-thunk": "2.4.2",
"stream-browserify": "3.0.0",
"styled-components": "6.1.14",
"styled-components": "6.1.15",
"taskcluster-client-web": "77.0.0",
"taskcluster-lib-scopes": "11.0.0",
"taskcluster-lib-urls": "13.0.1",
"url": "0.11.4",
"victory": "37.3.6"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.8",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.8",
"@babel/preset-react": "7.26.3",
"@pollyjs/adapter-fetch": "6.0.6",
"@pollyjs/adapter-node-http": "6.0.6",
"@pollyjs/adapter-puppeteer": "5.1.1",
"@pollyjs/adapter-puppeteer": "6.0.6",
"@pollyjs/core": "6.0.6",
"@pollyjs/persister-fs": "6.0.6",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/react": "16.2.0",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"clean-webpack-plugin": "4.0.0",
Expand All @@ -110,13 +110,13 @@
"moment-locales-webpack-plugin": "1.2.0",
"path": "0.12.7",
"prettier": "2.2.1",
"puppeteer": "24.1.1",
"puppeteer": "24.2.0",
"setup-polly-jest": "0.11.0",
"style-loader": "4.0.0",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0",
"webpack-merge": "5.8.0"
"webpack-merge": "6.0.1"
},
"scripts": {
"build": "node ./node_modules/webpack/bin/webpack.js --mode production",
Expand Down
Loading

0 comments on commit af80029

Please sign in to comment.