Skip to content

Commit

Permalink
Merge pull request #398 from lbl-srg/issue382_dependencies2
Browse files Browse the repository at this point in the history
Add dev dependency, bump app version
  • Loading branch information
mwetter authored Sep 30, 2024
2 parents d3001f3 + 6dddbee commit 88994d8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
31 changes: 26 additions & 5 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lbl-linkage",
"version": "0.1.27",
"version": "0.1.28",
"private": true,
"homepage": "https://github.com/lbl-srg/ctrl-flow-dev",
"dependencies": {
Expand Down Expand Up @@ -60,6 +60,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emotion/babel-plugin": "^11.7.1",
"@picocss/pico": "^1.4.4",
"@types/jest": "^29.2.2",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkage-api",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@types/cors": "^2.8.12",
"bluebird": "^3.7.2",
Expand Down

0 comments on commit 88994d8

Please sign in to comment.