Skip to content

Commit

Permalink
chore(ditsmod): upgrade ditsmod to v2.60.0 and add script to patch bu…
Browse files Browse the repository at this point in the history
…n bug. (#7901)
  • Loading branch information
KostyaTretyak authored Oct 26, 2024
1 parent f86f587 commit 9556502
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion javascript/ditsmod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
framework:
github: ditsmod/ditsmod
website: ditsmod.github.io/en
version: 2.59
version: 2.60

bootstrap:
- npm install
Expand Down
10 changes: 5 additions & 5 deletions javascript/ditsmod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "",
"scripts": {
"start": "npm run build && node dist/main.js",
"build": "tsc -b",
"build": "tsc -b && rm node_modules/@ditsmod/*/tsconfig.json",
"clean": "rm -rf dist*"
},
"imports": {
Expand All @@ -15,12 +15,12 @@
"author": "Your Name Here",
"license": "MIT",
"dependencies": {
"@ditsmod/body-parser": "~2.17.0",
"@ditsmod/core": "~2.59.0",
"@ditsmod/routing": "~2.5.0"
"@ditsmod/body-parser": "~2.17.1",
"@ditsmod/core": "~2.60.0",
"@ditsmod/routing": "~2.6.0"
},
"devDependencies": {
"@types/node": "^20.6.1",
"typescript": "^5.2.2"
"typescript": "5.2.2"
}
}

0 comments on commit 9556502

Please sign in to comment.