Skip to content

Commit

Permalink
Merge pull request #231 from TxtDot/dependabot/npm_and_yarn/packages/…
Browse files Browse the repository at this point in the history
…server/npm_and_yarn-6ccb624190

Build(deps): Bump the npm_and_yarn group across 1 directory with 2 updates
  • Loading branch information
artegoser authored Oct 25, 2024
2 parents f03a1c3 + 10b2eeb commit 9002f73
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 629 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{
"name": "root",
"private": true,
"dependencies": {},
"scripts": {
"build": "lerna run build",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"lerna": "^8.1.2",
"eslint": "^9.7.0",
"prettier": "^3.1.1",
"@types/node": "^22.8.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"lerna": "^8.1.8",
"prettier": "^3.3.3",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@fastify/view": "^10.0.1",
"@txtdot/plugins": "workspace:*",
"@txtdot/sdk": "workspace:*",
"axios": "^1.6.8",
"axios": "^1.7.4",
"dotenv": "^16.3.1",
"ejs": "^3.1.10",
"fastify": "^5.0.0",
Expand All @@ -34,7 +34,7 @@
"isomorphic-dompurify": "^2.10.0",
"json-schema-to-ts": "^3.1.0",
"linkedom": "^0.18.0",
"micromatch": "^4.0.5",
"micromatch": "^4.0.8",
"sharp": "^0.33.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 9002f73

Please sign in to comment.