Skip to content

Commit

Permalink
🧰 [Dependency] Bump many packages
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Apr 26, 2024
1 parent 8c75cbc commit 19118ce
Show file tree
Hide file tree
Showing 10 changed files with 4,498 additions and 3,600 deletions.
10 changes: 5 additions & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"env": {
"browser": true,
"es2022": true
"es2022": true,
},
"extends": ["standard-with-typescript", "plugin:prettier/recommended"],
"extends": ["love", "plugin:prettier/recommended"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json"
"project": "./tsconfig.json",
},
"rules": {
"no-console": "error",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/strict-boolean-expressions": "off"
}
"@typescript-eslint/strict-boolean-expressions": "off",
},
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10
20.12
20 changes: 10 additions & 10 deletions app/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"private": true,
"type": "module",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
"node": ">=20.12.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"clean": "rm -rf dist && rm -rf *.tsbuildinfo",
Expand All @@ -28,19 +28,19 @@
"dependencies": {
"@earwurm/utilities": "workspace:*",
"earwurm": "workspace:*",
"vue": "^3.4.15"
"vue": "^3.4.25"
},
"devDependencies": {
"@earwurm/types": "workspace:*",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node20": "^20.1.2",
"@vitejs/plugin-vue": "^5.0.3",
"@rushstack/eslint-patch": "^1.10.2",
"@tsconfig/node20": "^20.1.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint-plugin-vue": "^9.20.1",
"lightningcss": "^1.23.0",
"eslint-plugin-vue": "^9.25.0",
"lightningcss": "^1.24.1",
"vite-plugin-svg-sprite": "^0.5.1",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.14"
}
}
26 changes: 10 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"private": true,
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
"node": ">=20.12.0",
"pnpm": ">=9.0.0"
},
"packageManager": "pnpm@8.15.0",
"packageManager": "pnpm@9.0.6",
"scripts": {
"clean": "pnpm -r clean && rm -rf coverage",
"nuke": "pnpm clean && ./scripts/nuke.sh",
Expand All @@ -39,21 +39,15 @@
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.8",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"eslint": "^8.56.0",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"eslint-config-love": "^47.0.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.3.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2"
"happy-dom": "^14.7.1",
"prettier": "^3.2.5",
"vite": "^5.2.10",
"vitest": "^1.5.2"
}
}
12 changes: 6 additions & 6 deletions pkg/earwurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
}
},
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
"node": ">=20.12.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"clean": "rm -rf dist",
Expand All @@ -48,17 +48,17 @@
"start": "pnpm build:only --watch"
},
"dependencies": {
"emitten": "^0.6.3"
"emitten": "^0.6.6"
},
"devDependencies": {
"@earwurm/helpers": "workspace:*",
"@earwurm/mocks": "workspace:*",
"@earwurm/types": "workspace:*",
"@earwurm/utilities": "workspace:*",
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2"
"vite": "^5.2.10",
"vite-plugin-dts": "^3.9.0"
},
"peerDependencies": {
"emitten": "^0.6.3"
"emitten": "^0.6.6"
}
}
4 changes: 2 additions & 2 deletions pkg/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
"node": ">=20.12.0",
"pnpm": ">=9.0.0"
},
"dependencies": {},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pkg/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
"node": ">=20.12.0",
"pnpm": ">=9.0.0"
},
"dependencies": {
"@earwurm/utilities": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions pkg/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
"node": ">=20.12.0",
"pnpm": ">=9.0.0"
},
"dependencies": {},
"devDependencies": {}
Expand Down
4 changes: 2 additions & 2 deletions pkg/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "0.0.0",
"license": "ISC",
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.15.0"
"node": ">=20.12.0",
"pnpm": ">=9.0.0"
},
"dependencies": {
"@earwurm/types": "workspace:*"
Expand Down
Loading

0 comments on commit 19118ce

Please sign in to comment.