Skip to content

Commit

Permalink
chore(deps): bump @maxgraph/core from 0.3.0 to 0.4.0 (#53)
Browse files Browse the repository at this point in the history
Also the sveltekit package.json as it is no more needed to declare a specific maxgraph version
as all projects now use the latest version.
  • Loading branch information
dependabot[bot] committed Oct 13, 2023
1 parent 5fd58a0 commit bb079e8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/check-typescript-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ on:
- main
paths:
- '.github/workflows/check-typescript-projects.yml'
- '.nvmrc'
- 'projects/**/*'
- '.nvmrc'
- 'package.json'
- 'package-lock.json'
pull_request:
branches:
- main
paths:
- '.github/workflows/check-typescript-projects.yml'
- '.nvmrc'
- 'projects/**/*'
- '.nvmrc'
- 'package.json'
- 'package-lock.json'

jobs:
build_maxgraph_dev_package:
Expand Down
15 changes: 4 additions & 11 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"./projects/*"
],
"dependencies": {
"@maxgraph/core": "0.3.0"
"@maxgraph/core": "0.4.0"
},
"devDependencies": {
"typescript": "~5.2.2"
Expand Down
3 changes: 0 additions & 3 deletions projects/sveltekit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@maxgraph/core": "0.4.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "~2.1.0",
"@sveltejs/kit": "~1.25.2",
Expand Down

0 comments on commit bb079e8

Please sign in to comment.