Skip to content

Commit

Permalink
Fix dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
clitetailor committed Apr 29, 2024
1 parent 058ebd4 commit 0cb4bf5
Show file tree
Hide file tree
Showing 5 changed files with 2,933 additions and 2,403 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@
"bump-version": "node scripts/bump-version.js"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"glob": "^7.1.7",
"del": "^6.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^3.4.1",
"glob": "^7.2.3",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-typescript": "6.0.0-alpha.1",
"husky": "^6.0.0",
"jest": "^27.0.4",
"meow": "^10.0.1",
"jest": "^27.5.1",
"meow": "^10.1.5",
"merge-stream": "^2.0.0",
"nyc": "^15.1.0",
"prettier": "^2.3.1",
"semver": "^7.3.5",
"ts-node": "^10.0.0",
"tslib": "^2.3.0",
"typescript": "^4.3.4"
"prettier": "^2.8.8",
"semver": "^7.6.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
}
}
22 changes: 11 additions & 11 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@
"author": "clitetailor",
"license": "MPL-2.0",
"dependencies": {
"@koa/router": "^10.0.0",
"@koa/router": "^10.1.1",
"@posttext/compiler": "workspace:*",
"@posttext/interpreters": "workspace:*",
"@posttext/modules": "workspace:*",
"@posttext/printer": "workspace:*",
"boxen": "^5.0.1",
"chalk": "^4.1.1",
"chokidar": "^3.5.2",
"find-up": "^6.2.0",
"fs-extra": "^10.0.0",
"koa": "^2.13.1",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"find-up": "^6.3.0",
"fs-extra": "^10.1.0",
"koa": "^2.15.3",
"koa-static": "^5.0.0",
"meow": "^10.0.1",
"rxjs": "^7.1.0",
"tslib": "^2.3.0",
"ws": "^7.5.0"
"meow": "^10.1.5",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"ws": "^7.5.9"
}
}
3 changes: 3 additions & 0 deletions packages/interpreters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"webpack": "^5.39.1"
},
"devDependencies": {
"@types/node": "^20.12.7"
}
}
Loading

0 comments on commit 0cb4bf5

Please sign in to comment.