@eslint-sets/eslint-config 5.0.0 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @eslint-sets/eslint-config v5.0.0
2
+ * @eslint-sets/eslint-config v5.0.2
3
3
  * Eslint config all sets
4
4
  * (c) 2021-2023 saqqdy<https://github.com/saqqdy>
5
5
  * Released under the MIT License.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eslint-sets/eslint-config",
3
3
  "description": "Eslint config all sets",
4
- "version": "5.0.0",
4
+ "version": "5.0.2",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",
7
7
  "files": [
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/eslint-parser": "^7.19.1",
20
- "@eslint-sets/eslint-config-react": "5.0.0",
21
- "@eslint-sets/eslint-config-svelte": "5.0.0",
22
- "@eslint-sets/eslint-config-vue": "5.0.0",
20
+ "@eslint-sets/eslint-config-react": "5.0.2",
21
+ "@eslint-sets/eslint-config-svelte": "5.0.2",
22
+ "@eslint-sets/eslint-config-vue": "5.0.2",
23
23
  "@typescript-eslint/eslint-plugin": "^5.52.0",
24
24
  "@typescript-eslint/parser": "^5.52.0",
25
25
  "eslint-config-prettier": "^8.6.0",