Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Dec 13, 2023
1 parent c82b164 commit 0684d05
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.5",
"@babel/runtime": "7.23.6",
"@sgrud/bus": "latest",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
"@sgrud/state": "latest",
"marked": "5.1.0",
"marked": "11.1.0",
"rxjs": "7.8.1",
"tslib": "2.5.3"
"tslib": "2.6.2"
},
"devDependencies": {
"@sgrud/bin": "latest",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/marked": "5.0.0",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"eslint": "8.43.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/marked": "5.0.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"eslint-plugin-tsdoc": "0.2.17",
"express": "^4.18.2",
"jest": "^29.5.0",
"puppeteer-core": "^20.7.3",
"ts-jest": "^29.1.0"
"jest": "^29.7.0",
"puppeteer-core": "^21.6.0",
"ts-jest": "^29.1.1"
},
"sgrudDependencies": {
"sgrud-realworld-core": "./realworld/core",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.5",
"@babel/runtime": "7.23.6",
"@sgrud/bus": "latest",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
"@sgrud/state": "latest",
"rxjs": "7.8.1",
"tslib": "2.5.3"
"tslib": "2.6.2"
},
"sgrudDependencies": {
"@sgrud/bus": "latest",
Expand Down
6 changes: 3 additions & 3 deletions packages/eager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.5",
"@babel/runtime": "7.23.6",
"@sgrud/bus": "latest",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
"@sgrud/state": "latest",
"marked": "5.1.0",
"marked": "11.1.0",
"rxjs": "7.8.1",
"sgrud-realworld-core": "latest",
"tslib": "2.5.3"
"tslib": "2.6.2"
},
"sgrudDependencies": {
"@sgrud/bus": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/lazy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
]
},
"dependencies": {
"@babel/runtime": "7.22.5",
"@babel/runtime": "7.23.6",
"@sgrud/core": "latest",
"@sgrud/shell": "latest",
"@sgrud/state": "latest",
"rxjs": "7.8.1",
"sgrud-realworld-core": "latest",
"sgrud-realworld-eager": "latest",
"tslib": "2.5.3"
"tslib": "2.6.2"
},
"sgrudDependencies": {
"@sgrud/core": "latest",
Expand Down

0 comments on commit 0684d05

Please sign in to comment.