Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2023
1 parent d17d751 commit ed5845f
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 157 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@utilix/monorepo",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.2",
"type": "module",
"scripts": {
"build": "pnpm -r run build",
Expand All @@ -14,15 +14,15 @@
"keywords": [],
"devDependencies": {
"@tsconfig/node18": "^2.0.1",
"@types/eslint": "^8.40.0",
"@types/node": "18.16.14",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"changelogithub": "^0.12.11",
"eslint": "^8.41.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vitest": "^0.31.1"
"@types/eslint": "^8.40.2",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"changelogithub": "^0.12.12",
"eslint": "^8.42.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.0"
},
"author": "",
"license": "MIT"
Expand Down
6 changes: 3 additions & 3 deletions packages/utilix/package.json
Expand Up @@ -44,13 +44,13 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"esbuild": "^0.17.19",
"esbuild": "^0.18.3",
"fs-extra": "^11.1.1",
"rollup": "^3.23.0",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-tsconfig-paths": "^1.5.1",
"tsx": "^3.12.7",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}

0 comments on commit ed5845f

Please sign in to comment.