Skip to content

Commit

Permalink
Update node and pnpm (#5084)
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat authored Oct 26, 2024
1 parent 5cbc636 commit 3078831
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 130 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Openverse frontend",
"private": true,
"version": "2.2.1",
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"scripts": {
"predev": "pnpm install && pnpm i18n:en",
"dev": "run-p dev:only 'i18n:en --watch'",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"scripts": {
"prepare:nuxt": "pnpm --filter frontend run prepare:nuxt"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"engines": {
"node": ">= 20.0.0 <21"
"node": ">= 21.0.0 <23"
},
"devDependencies": {
"@types/node": "22.5.1",
"@types/node": "22.8.1",
"@openverse/eslint-plugin": "workspace:*",
"bindings": "1.5.0",
"prettier": "3.3.3",
Expand Down
Loading

0 comments on commit 3078831

Please sign in to comment.