Chore: remove volta references (#40275)

This commit is contained in:
Giordano Ricci 2021-10-12 12:39:54 +01:00 committed by GitHub
parent 19ad08e6b8
commit 0ac81e9e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 6 additions and 41 deletions

View File

@ -10,14 +10,8 @@ Make sure you have the following dependencies installed before setting up your d
- [Git](https://git-scm.com/)
- [Go](https://golang.org/dl/) (see [go.mod](../go.mod#L3) for minimum required version)
Additionally you'll need:
- [Node.js](https://nodejs.org) (see `volta.node` property in [package.json](../package.json) for the correct version).
- [Yarn](https://yarnpkg.com) (see `volta.yarn` property in [package.json](../package.json) for the correct version).
We recommend using [Volta](https://github.com/volta-cli/volta) to manage your JS toolchain.
Refer to the [Volta Getting Started Guide](https://docs.volta.sh/guide/getting-started) for setup instructions for your operating system.
- [Node.js (Long Term Support)](https://nodejs.org)
- [Yarn](https://yarnpkg.com)
### macOS
@ -26,6 +20,8 @@ We recommend using [Homebrew](https://brew.sh/) for installing any missing depen
```
brew install git
brew install go
brew install node@14
npm install -g yarn
```
### Windows

View File

@ -359,9 +359,5 @@
"engines": {
"node": ">= 14"
},
"volta": {
"node": "14.16.0",
"yarn": "3.1.0-rc.5"
},
"packageManager": "yarn@3.1.0-rc.5"
}

View File

@ -56,8 +56,5 @@
"tinycolor2": "1.4.1",
"tslib": "2.3.1",
"typescript": "4.4.3"
},
"volta": {
"extends": "../../package.json"
}
}

View File

@ -44,8 +44,5 @@
"execa": "5.1.1",
"typescript": "4.4.3",
"yaml": "^1.8.3"
},
"volta": {
"extends": "../../package.json"
}
}

View File

@ -58,8 +58,5 @@
"tslib": "2.3.1",
"typescript": "4.4.3",
"yaml": "^1.8.3"
},
"volta": {
"extends": "../../package.json"
}
}

View File

@ -47,8 +47,5 @@
"rollup-plugin-visualizer": "4.2.0",
"typescript": "4.4.3"
},
"types": "src/index.ts",
"volta": {
"extends": "../../package.json"
}
"types": "src/index.ts"
}

View File

@ -33,8 +33,5 @@
"rollup-plugin-typescript2": "0.29.0",
"rollup-plugin-visualizer": "4.2.0",
"typescript": "4.4.3"
},
"volta": {
"extends": "../../package.json"
}
}

View File

@ -98,8 +98,5 @@
"typescript": "4.4.3",
"url-loader": "^2.0.1",
"webpack": "4.41.5"
},
"volta": {
"extends": "../../package.json"
}
}

View File

@ -130,8 +130,5 @@
"typescript": "4.4.3",
"webpack-filter-warnings-plugin": "1.2.1"
},
"types": "src/index.ts",
"volta": {
"extends": "../../package.json"
}
"types": "src/index.ts"
}

View File

@ -44,8 +44,5 @@
"tinycolor2": "1.4.1",
"tslib": "2.3.1",
"tween-functions": "^1.2.0"
},
"volta": {
"extends": "../../package.json"
}
}

View File

@ -18,8 +18,5 @@
"@grafana/data": "8.3.0-pre",
"@grafana/toolkit": "8.3.0-pre",
"@grafana/ui": "8.3.0-pre"
},
"volta": {
"extends": "../../../package.json"
}
}