Skip to content

Commit

Permalink
⬇️ [Node] Downgrade to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Aug 18, 2024
1 parent 84ffad0 commit 4fe23a5
Show file tree
Hide file tree
Showing 8 changed files with 711 additions and 809 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4
20.16
16 changes: 8 additions & 8 deletions app/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"earwurm"
],
"engines": {
"node": ">=22.4.0",
"pnpm": ">=9.6.0"
"node": ">=20.16.0",
"pnpm": ">=9.7.1"
},
"scripts": {
"clean": "rm -rf dist && rm -rf *.tsbuildinfo",
Expand All @@ -26,17 +26,17 @@
"type-check": "vue-tsc --noEmit -p tsconfig.json --composite false"
},
"dependencies": {
"beeftools": "^0.1.6",
"beeftools": "^0.1.7",
"earwurm": "workspace:*",
"vue": "^3.4.34"
"vue": "^3.4.38"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.0",
"@antfu/eslint-config": "^2.26.0",
"@earwurm/types": "workspace:*",
"@vitejs/plugin-vue": "^5.1.1",
"eslint": "^9.8.0",
"@vitejs/plugin-vue": "^5.1.2",
"eslint": "^9.9.0",
"eslint-plugin-format": "^0.1.2",
"lightningcss": "^1.25.1",
"lightningcss": "^1.26.0",
"vite-plugin-svg-sprite": "^0.5.2",
"vue-tsc": "^2.0.29"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"keywords": [],
"engines": {
"node": ">=22.4.0",
"pnpm": ">=9.6.0"
"node": ">=20.16.0",
"pnpm": ">=9.7.1"
},
"scripts": {
"clean": "pnpm -r clean && rm -rf coverage",
Expand Down
16 changes: 8 additions & 8 deletions pkg/earwurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"dist"
],
"engines": {
"node": ">=22.4.0",
"pnpm": ">=9.6.0"
"node": ">=20.16.0",
"pnpm": ">=9.7.1"
},
"scripts": {
"clean": "rm -rf dist",
Expand All @@ -48,18 +48,18 @@
"start": "pnpm build:only --watch"
},
"peerDependencies": {
"beeftools": "^0.1.6",
"emitten": "^0.6.7"
"beeftools": "^0.1.7",
"emitten": "^0.6.8"
},
"dependencies": {
"beeftools": "^0.1.6",
"emitten": "^0.6.7"
"beeftools": "^0.1.7",
"emitten": "^0.6.8"
},
"devDependencies": {
"@earwurm/helpers": "workspace:*",
"@earwurm/mocks": "workspace:*",
"@earwurm/types": "workspace:*",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"vite": "^5.4.1",
"vite-plugin-dts": "^4.0.3"
}
}
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 @@
"private": true,
"license": "ISC",
"engines": {
"node": ">=22.4.0",
"pnpm": ">=9.6.0"
"node": ">=20.16.0",
"pnpm": ">=9.7.1"
},
"dependencies": {},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pkg/mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"license": "ISC",
"engines": {
"node": ">=22.4.0",
"pnpm": ">=9.6.0"
"node": ">=20.16.0",
"pnpm": ">=9.7.1"
},
"dependencies": {
"beeftools": "^0.1.6"
"beeftools": "^0.1.7"
},
"devDependencies": {}
}
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 @@
"private": true,
"license": "ISC",
"engines": {
"node": ">=22.4.0",
"pnpm": ">=9.6.0"
"node": ">=20.16.0",
"pnpm": ">=9.7.1"
},
"dependencies": {},
"devDependencies": {}
Expand Down
Loading

0 comments on commit 4fe23a5

Please sign in to comment.