Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Jun 23, 2023
1 parent d16c1b0 commit d72c9d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.3",
"@babel/runtime": "7.22.5",
"@sgrud/bus": "latest",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
"@sgrud/state": "latest",
"marked": "5.0.5",
"marked": "5.1.0",
"rxjs": "7.8.1",
"tslib": "2.5.3"
},
Expand All @@ -55,13 +55,13 @@
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/marked": "5.0.0",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"eslint": "8.42.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"eslint": "8.43.0",
"eslint-plugin-tsdoc": "0.2.17",
"express": "^4.18.2",
"jest": "^29.5.0",
"puppeteer-core": "^20.5.0",
"puppeteer-core": "^20.7.3",
"ts-jest": "^29.1.0"
},
"sgrudDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.3",
"@babel/runtime": "7.22.5",
"@sgrud/bus": "latest",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/eager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.3",
"@babel/runtime": "7.22.5",
"@sgrud/bus": "latest",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
"@sgrud/state": "latest",
"marked": "5.0.5",
"marked": "5.1.0",
"rxjs": "7.8.1",
"sgrud-realworld-core": "latest",
"tslib": "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/lazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.3",
"@babel/runtime": "7.22.5",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
"@sgrud/state": "latest",
Expand Down

0 comments on commit d72c9d6

Please sign in to comment.