mirror of
https://github.com/facebook/docusaurus.git
synced 2026-06-28 11:41:57 -04:00
3f10bdc930
* v4.0.0
* bump package.json versions, mostly for canary release versioning
* use triple installs for supply chain workflow
* Revert "v4.0.0"
This reverts commit 8303548033.
* v3.10.1
* revert versioning docs
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"name": "test-bad-package",
|
|
"version": "3.10.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@mdx-js/react": "1.0.1",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0"
|
|
}
|
|
}
|