Skip to content

Commit

Permalink
Update a bunch of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesremuscat committed May 22, 2024
1 parent 67b61a3 commit 1b6a851
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
1 change: 0 additions & 1 deletion config/webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ const commonConfig = {
{
test: /\.(js|jsx)$/,
use: 'babel-loader',
exclude: /node_modules/,
resolve: {
fullySpecified: false
}
Expand Down
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"@nivo/bar": "^0.84.0",
"@nivo/core": "^0.84.0",
"@nivo/pie": "^0.84.0",
"@nivo/bar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.4.3",
"@react-spring/web": "^9.4.0",
"@sentry/react": "^7.0.0",
"@sentry/tracing": "^7.0.0",
"@sentry/react": "^8.0.0",
"@svgr/webpack": "5.5.0",
"@timing71/common": "^0.4.0",
"@timing71/services": "^0.9.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"@visx/text": "^2.3.0",
"@visx/text": "^3.0.0",
"@zip.js/zip.js": "^2.4.0",
"af-virtual-scroll": "^2.11.0",
"autobahn": "^22.11.1",
Expand All @@ -32,17 +31,16 @@
"cross-fetch": "^3.1.5",
"css-loader": "4.3.0",
"dayjs": "^1.10.7",
"dot-prop": "^7.2.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"downshift": "^7.6.0",
"fs-extra": "^9.0.1",
"dot-prop": "^9.0.0",
"dotenv": "16.0.0",
"dotenv-expand": "11.0.0",
"downshift": "^9.0.0",
"identity-obj-proxy": "3.0.0",
"lodash.throttle": "^4.1.1",
"lz-string": "^1.4.4",
"mobx": "^6.3.7",
"mobx-react-lite": "^3.2.2",
"mobx-state-tree": "^5.0.5",
"mobx-react-lite": "^4.0.0",
"mobx-state-tree": "^6.0.0",
"polished": "^4.1.3",
"prompts": "2.4.0",
"query-string": "^7.1.1",
Expand Down
Loading

0 comments on commit 1b6a851

Please sign in to comment.