@w0s/eslint-config 5.1.0 → 5.2.0

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://badge.fury.io/js/%40w0s%2Feslint-config.svg)](https://www.npmjs.com/package/@w0s/eslint-config)
4
4
  [![test status](https://github.com/SaekiTominaga/w0s/actions/workflows/eslint-test.yml/badge.svg)](https://github.com/SaekiTominaga/w0s/actions/workflows/eslint-test.yml)
5
5
 
6
- ESLint configuration file used on [w0s.jp](https://w0s.jp/)
6
+ ESLint configuration file used on my personal website ([w0s.jp](https://github.com/SaekiTominaga/w0s.jp)).
7
7
 
8
8
  ## `extends`
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w0s/eslint-config",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "ESLint configuration file used on w0s.jp",
5
5
  "keywords": [
6
6
  "eslint",
@@ -22,15 +22,15 @@
22
22
  "test": "eslint __tests__/*"
23
23
  },
24
24
  "dependencies": {
25
- "@typescript-eslint/eslint-plugin": "^6.21.0",
25
+ "@typescript-eslint/eslint-plugin": "^7.7.1",
26
26
  "eslint-config-airbnb-base": "^15.0.0",
27
- "eslint-plugin-jsdoc": "^48.0.6"
27
+ "eslint-plugin-jsdoc": "^48.2.3"
28
28
  },
29
29
  "devDependencies": {
30
- "eslint": "^8.56.0"
30
+ "eslint": "^8.57.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "eslint": "^8.45.0"
33
+ "eslint": "^8.57.0"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"