Skip to content

Commit

Permalink
bump almost all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bpowers committed Nov 4, 2024
1 parent 793f842 commit 3432a7f
Show file tree
Hide file tree
Showing 4 changed files with 1,951 additions and 1,876 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ opt-level = 3
lto = false
debug = 1
panic = "abort"
strip = true
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@
"deploy": "export NODE_ENV=production && yarn clean && yarn build && yarn workspace @system-dynamics/app deploy && gcloud app deploy ./.app.prod.yaml && yarn workspace @system-dynamics/app deploy-clean",
"start": "node src/server/lib"
},
"dependencies": {
"re2": "1.21.4"
}
"dependencies": {}
}
6 changes: 3 additions & 3 deletions src/diagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@system-dynamics/core": "^1.3.5",
"@system-dynamics/engine": "^1.3.1",
"@system-dynamics/importer": "^1.3.6",
"chroma-js": "^2.1.0",
"chroma-js": "^3.1.2",
"google-protobuf": "^3.18.0",
"immutable": "^4.0.0",
"js-base64": "^3.6.0",
Expand All @@ -45,7 +45,7 @@
"devDependencies": {
"@babel/core": "^7.13.1",
"@mui/icons-material": "^5.0.0",
"@types/chroma-js": "^2.1.3",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.11.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand All @@ -61,7 +61,7 @@
"eslint-plugin-prettier": "^4.0.0",
"katex": "^0.13.18",
"prettier": "^2.0.1",
"recharts": "^2.0.3",
"recharts": "2.12.7",
"typescript": "^4.1.3"
},
"scripts": {
Expand Down
Loading

0 comments on commit 3432a7f

Please sign in to comment.