Skip to content

Commit

Permalink
build: revert back to [email protected] since vercel no support 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Apr 22, 2024
1 parent 4692a29 commit 445f552
Show file tree
Hide file tree
Showing 9 changed files with 5,842 additions and 8,034 deletions.
7 changes: 1 addition & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
"build": "npm-run-all build-env next-build",
"start": "next start"
},
"engines": {
"pnpm": "9.x",
"node": "20.x"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mlaursen/react-md.git"
Expand Down Expand Up @@ -84,6 +79,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"node": ">=18"
},
"engineStrict": true,
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@8.15.2",
"lint-staged": {
"**/*.{scss,js,jsx,md,yml,json,ts,tsx}": [
"prettier --write"
]
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
2 changes: 1 addition & 1 deletion packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
2 changes: 1 addition & 1 deletion packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
2 changes: 1 addition & 1 deletion packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@
},
"volta": {
"node": "20.12.2",
"pnpm": "9.0.5"
"pnpm": "8.15.7"
}
}
Loading

0 comments on commit 445f552

Please sign in to comment.