mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Bump eslint-config-vuepress from 3.2.0 to 3.2.1 (#577)
Bumps [eslint-config-vuepress](https://github.com/vuepress/configs) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/vuepress/configs/releases) - [Commits](https://github.com/vuepress/configs/compare/eslint-config-vuepress@3.2.0...eslint-config-vuepress@3.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
0529bdc4a8
commit
402be54f45
34
package-lock.json
generated
34
package-lock.json
generated
@ -35,7 +35,7 @@
|
||||
"@vuepress/plugin-pwa": "^1.8.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-config-vuepress": "^3.2.0",
|
||||
"eslint-config-vuepress": "^3.2.1",
|
||||
"eslint-plugin-markdown": "^2.0.0",
|
||||
"eslint-plugin-vue": "^7.7.0",
|
||||
"node-sass": "^5.0.0",
|
||||
@ -7566,9 +7566,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/eslint-config-vuepress": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.2.0.tgz",
|
||||
"integrity": "sha512-HAJ5IKpiuZIwiVt8iA6YMInFWZO8lh72H1DVDiigsNTa+32LE1tdBImwfXSxLzh4hnukGD3SxE2kqAdj6HukGg==",
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.2.1.tgz",
|
||||
"integrity": "sha512-zjDJykPc26A1eDvl4Brdduu1/QxOgYjUo37sGe+k01oRWv9w9JqgkIeF6WpF70UYRHZJBeYy200sqtp8uKuu9g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
@ -7578,6 +7578,26 @@
|
||||
"eslint-plugin-prettier": "^3.3.1",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"eslint-plugin-vue": "^7.7.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.13.8",
|
||||
"@babel/eslint-parser": "^7.13.8",
|
||||
"prettier": "^2.0.0",
|
||||
"prettier-config-vuepress": "^1.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@babel/core": {
|
||||
"optional": true
|
||||
},
|
||||
"@babel/eslint-parser": {
|
||||
"optional": true
|
||||
},
|
||||
"prettier": {
|
||||
"optional": true
|
||||
},
|
||||
"prettier-config-vuepress": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-import-resolver-node": {
|
||||
@ -25209,9 +25229,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"eslint-config-vuepress": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.2.0.tgz",
|
||||
"integrity": "sha512-HAJ5IKpiuZIwiVt8iA6YMInFWZO8lh72H1DVDiigsNTa+32LE1tdBImwfXSxLzh4hnukGD3SxE2kqAdj6HukGg==",
|
||||
"version": "3.2.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.2.1.tgz",
|
||||
"integrity": "sha512-zjDJykPc26A1eDvl4Brdduu1/QxOgYjUo37sGe+k01oRWv9w9JqgkIeF6WpF70UYRHZJBeYy200sqtp8uKuu9g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"eslint-config-prettier": "^8.1.0",
|
||||
|
@ -27,7 +27,7 @@
|
||||
"@vuepress/plugin-pwa": "^1.8.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^7.22.0",
|
||||
"eslint-config-vuepress": "^3.2.0",
|
||||
"eslint-config-vuepress": "^3.2.1",
|
||||
"eslint-plugin-markdown": "^2.0.0",
|
||||
"eslint-plugin-vue": "^7.7.0",
|
||||
"node-sass": "^5.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user