mirror of
https://github.com/grafana/grafana.git
synced 2024-12-23 15:40:19 -06:00
Chore: remove volta references (#40275)
This commit is contained in:
parent
19ad08e6b8
commit
0ac81e9e47
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -56,8 +56,5 @@
|
||||
"tinycolor2": "1.4.1",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.4.3"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
|
@ -44,8 +44,5 @@
|
||||
"execa": "5.1.1",
|
||||
"typescript": "4.4.3",
|
||||
"yaml": "^1.8.3"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
|
@ -58,8 +58,5 @@
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.4.3",
|
||||
"yaml": "^1.8.3"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -33,8 +33,5 @@
|
||||
"rollup-plugin-typescript2": "0.29.0",
|
||||
"rollup-plugin-visualizer": "4.2.0",
|
||||
"typescript": "4.4.3"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
|
@ -98,8 +98,5 @@
|
||||
"typescript": "4.4.3",
|
||||
"url-loader": "^2.0.1",
|
||||
"webpack": "4.41.5"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -44,8 +44,5 @@
|
||||
"tinycolor2": "1.4.1",
|
||||
"tslib": "2.3.1",
|
||||
"tween-functions": "^1.2.0"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user