Skip to content

Commit

Permalink
chore(deps): bump @maxgraph/core from 0.1.0 to 0.2.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Jun 6, 2023
1 parent b54cb04 commit 44744db
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions projects/parcel-ts/package-lock.json

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

2 changes: 1 addition & 1 deletion projects/parcel-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc && parcel build --public-url ./ index.html"
},
"dependencies": {
"@maxgraph/core": "0.1.0"
"@maxgraph/core": "0.2.0"
},
"devDependencies": {
"parcel": "~2.9.1",
Expand Down
14 changes: 7 additions & 7 deletions projects/rollup-ts/package-lock.json

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

2 changes: 1 addition & 1 deletion projects/rollup-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start": "serve public"
},
"dependencies": {
"@maxgraph/core": "0.1.0"
"@maxgraph/core": "0.2.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "~15.1.0",
Expand Down
14 changes: 7 additions & 7 deletions projects/vitejs-ts/package-lock.json

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

2 changes: 1 addition & 1 deletion projects/vitejs-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@maxgraph/core": "0.1.0"
"@maxgraph/core": "0.2.0"
},
"devDependencies": {
"typescript": "~5.1.3",
Expand Down

0 comments on commit 44744db

Please sign in to comment.