Skip to content

Commit

Permalink
build(dev-deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent cf18078 commit 3cb2ac4
Show file tree
Hide file tree
Showing 5 changed files with 1,083 additions and 1,084 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodeLinker: pnpm
yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-3.8.2.cjs
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,41 @@
"test:unit": "yarn node --experimental-vm-modules $(yarn bin jest) -c ./config/jest.unit.config.js"
},
"dependencies": {
"@koa/bodyparser": "5.0.0",
"@koa/bodyparser": "5.1.1",
"@koa/cors": "5.0.0",
"@koa/router": "12.0.0",
"@koa/router": "12.0.1",
"cheerio": "1.0.0-rc.12",
"class-transformer": "0.5.1",
"dotenv": "16.3.1",
"dotenv": "16.4.5",
"got": "13.0.0",
"koa": "2.14.2",
"koa": "2.15.3",
"koa-static": "5.0.0",
"turndown": "7.1.2",
"turndown": "7.1.3",
"turndown-plugin-gfm": "1.0.2"
},
"devDependencies": {
"@ivangabriele/prettier-config": "3.1.0",
"@swc/core": "1.3.92",
"@swc/jest": "0.2.29",
"@tsconfig/node20": "20.1.2",
"@types/jest": "29.5.5",
"@types/kill-port": "2.0.1",
"@types/koa": "2.13.9",
"@types/koa-static": "4.0.2",
"@types/koa__cors": "4.0.1",
"@types/koa__router": "12.0.1",
"@types/tcp-port-used": "1.0.2",
"@types/turndown": "5.0.2",
"concurrently": "8.2.1",
"@ivangabriele/prettier-config": "3.2.0",
"@swc/core": "1.5.3",
"@swc/jest": "0.2.36",
"@tsconfig/node20": "20.1.4",
"@types/jest": "29.5.12",
"@types/kill-port": "2.0.3",
"@types/koa": "2.15.0",
"@types/koa-static": "4.0.4",
"@types/koa__cors": "4.0.3",
"@types/koa__router": "12.0.4",
"@types/tcp-port-used": "1.0.4",
"@types/turndown": "5.0.4",
"concurrently": "8.2.2",
"jest": "29.7.0",
"kill-port": "2.0.1",
"prettier": "3.0.3",
"prettier": "3.2.5",
"tcp-port-used": "1.0.2",
"ts-jest": "29.1.1",
"ts-jest": "29.1.2",
"ts-node-dev": "2.0.0",
"typescript": "5.2.2"
"typescript": "5.4.5"
},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.8.2",
"prettier": "@ivangabriele/prettier-config",
"author": {
"name": "Ivan Gabriele",
Expand Down
Loading

0 comments on commit 3cb2ac4

Please sign in to comment.