Skip to content

Commit

Permalink
chore(deps): bump @maxgraph/core from 0.2.1 to 0.3.0 (#40)
Browse files Browse the repository at this point in the history
Also updates the dev-dependencies to ensure that the Vite dev server
starts correctly.

lit
  - bump vite from 4.3.9 to 4.4.2
  - bump lit from 2.7.5 to 2.7.6

vite
  - bump vite from 4.3.9 to 4.4.2
  • Loading branch information
tbouffard committed Jul 7, 2023
1 parent 6c4a11a commit c7ce2a4
Show file tree
Hide file tree
Showing 8 changed files with 641 additions and 273 deletions.
449 changes: 405 additions & 44 deletions projects/lit-ts/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions projects/lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "vite preview"
},
"dependencies": {
"@maxgraph/core": "0.2.1",
"lit": "~2.7.5"
"@maxgraph/core": "0.3.0",
"lit": "~2.7.6"
},
"devDependencies": {
"vite": "~4.3.9",
"vite": "~4.4.2",
"typescript": "~5.1.6"
}
}
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.2.1"
"@maxgraph/core": "0.3.0"
},
"devDependencies": {
"parcel": "~2.9.3",
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.2.1"
"@maxgraph/core": "0.3.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "~15.1.0",
Expand Down
Loading

0 comments on commit c7ce2a4

Please sign in to comment.