@jsse/eslint-config 0.3.2 → 0.3.3

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.
package/dist/index.js CHANGED
@@ -13851,7 +13851,7 @@ async function defineConfig(options = {}, ...userConfigs) {
13851
13851
  }
13852
13852
 
13853
13853
  // src/generated/version.ts
13854
- var VERSION = "0.3.2";
13854
+ var VERSION = "0.3.3";
13855
13855
 
13856
13856
  // src/presets.ts
13857
13857
  var jsseReact = (options, ...configs) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jsse/eslint-config",
3
3
  "type": "module",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "description": "@jsse/eslint-config ~ WYSIWYG",
6
6
  "author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
7
7
  "license": "MIT",
@@ -67,7 +67,7 @@
67
67
  "dependencies": {
68
68
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
69
69
  "@eslint/compat": "^1.2.7",
70
- "@eslint/js": "~9.22.0",
70
+ "@eslint/js": "~9.24.0",
71
71
  "@eslint/markdown": "^6.3.0",
72
72
  "@stylistic/eslint-plugin": "4.2.0",
73
73
  "@typescript-eslint/eslint-plugin": "^8.26.1",
@@ -89,7 +89,7 @@
89
89
  "eslint-plugin-react-refresh": "~0.4.19",
90
90
  "eslint-plugin-toml": "^0.12.0",
91
91
  "eslint-plugin-tsdoc": "^0.4.0",
92
- "eslint-plugin-unicorn": "^57.0.0",
92
+ "eslint-plugin-unicorn": "^58.0.0",
93
93
  "eslint-plugin-unused-imports": "^4.1.4",
94
94
  "eslint-plugin-yml": "^1.17.0",
95
95
  "jsonc-eslint-parser": "^2.4.0",
@@ -119,12 +119,12 @@
119
119
  "neverthrow": "^8.2.0",
120
120
  "picocolors": "^1.1.1",
121
121
  "prettier": "^3.5.3",
122
- "react": "~19.0.0",
122
+ "react": "~19.1.0",
123
123
  "rimraf": "^6.0.1",
124
124
  "tailwindcss": "^3.4.17",
125
125
  "tsup": "^8.4.0",
126
126
  "tsx": "^4.19.3",
127
- "typescript": "5.8.2",
127
+ "typescript": "5.8.3",
128
128
  "vitest": "^3.0.8"
129
129
  },
130
130
  "prettier": "@jsse/prettier-config",