Skip to content

Commit

Permalink
⬆️ [Dependency] Various bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jan 27, 2024
1 parent a975680 commit c47319b
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 193 deletions.
4 changes: 2 additions & 2 deletions app/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
"pnpm": ">=8.15.0"
},
"scripts": {
"clean": "rm -rf dist && rm -rf *.tsbuildinfo",
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@earwurm/types": "workspace:*",
"@rushstack/eslint-patch": "^1.7.0",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node20": "^20.1.2",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"private": true,
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
"pnpm": ">=8.15.0"
},
"packageManager": "pnpm@8.14.0",
"packageManager": "pnpm@8.15.0",
"scripts": {
"clean": "pnpm -r clean && rm -rf coverage",
"nuke": "pnpm clean && ./scripts/nuke.sh",
Expand All @@ -39,21 +39,21 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.5",
"@types/node": "^20.11.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@vitest/coverage-v8": "^1.2.1",
"@vitest/ui": "^1.2.1",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"happy-dom": "^13.2.1",
"happy-dom": "^13.3.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions pkg/earwurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
"pnpm": ">=8.15.0"
},
"scripts": {
"clean": "rm -rf dist",
Expand All @@ -56,7 +56,7 @@
"@earwurm/types": "workspace:*",
"@earwurm/utilities": "workspace:*",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.1"
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"emitten": "^0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion pkg/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
"pnpm": ">=8.15.0"
},
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
"pnpm": ">=8.15.0"
},
"dependencies": {
"@earwurm/utilities": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
"pnpm": ">=8.15.0"
},
"dependencies": {},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion pkg/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
"pnpm": ">=8.15.0"
},
"dependencies": {
"@earwurm/types": "workspace:*"
Expand Down
Loading

0 comments on commit c47319b

Please sign in to comment.