Skip to content

Commit

Permalink
chore: use npm 8 across projects (rome#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Apr 5, 2022
1 parent ced06e7 commit 1ffe6af
Show file tree
Hide file tree
Showing 6 changed files with 5,672 additions and 4 deletions.
3 changes: 3 additions & 0 deletions crates/rome_playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/rome_playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"tailwindcss": "^3.0.19",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"engines": {
"npm": "^8"
}
}
1 change: 1 addition & 0 deletions editors/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"url": "https://github.com/rome/tools/issues"
},
"engines": {
"vscode": "^1.63.0"
"vscode": "^1.63.0",
"npm": "^8"
},
"contributes": {
"languages": [
Expand Down
Loading

0 comments on commit 1ffe6af

Please sign in to comment.