js-style-kit 0.4.1 → 0.4.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.
package/dist/index.js CHANGED
@@ -1605,8 +1605,8 @@ var eslintConfig = ({
1605
1605
  };
1606
1606
 
1607
1607
  // src/prettier/patch-tailwind-plugin.ts
1608
- import * as fs from "node:fs";
1609
- import * as path from "node:path";
1608
+ import * as fs from "fs";
1609
+ import * as path from "path";
1610
1610
  var DECLARE_BLOCK = `declare module 'prettier' {
1611
1611
  interface RequiredOptions extends PluginOptions {
1612
1612
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-style-kit",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "A zero configuration style guide for ESLint and Prettier",
5
5
  "keywords": [
6
6
  "eslint",
@@ -40,38 +40,38 @@
40
40
  "typecheck": "tsc --noEmit"
41
41
  },
42
42
  "dependencies": {
43
- "@typescript-eslint/parser": "^8.32.1",
44
- "eslint": "^9.26.0",
45
- "eslint-import-resolver-typescript": "^4.3.4",
46
- "eslint-plugin-import-x": "^4.11.1",
47
- "eslint-plugin-jest": "^28.11.0",
48
- "eslint-plugin-jsdoc": "^50.6.14",
49
- "eslint-plugin-nextjs": "^1.0.2",
50
- "eslint-plugin-perfectionist": "^4.13.0",
43
+ "@typescript-eslint/parser": "^8.34.0",
44
+ "eslint": "^9.29.0",
45
+ "eslint-import-resolver-typescript": "^4.4.3",
46
+ "eslint-plugin-import-x": "^4.15.2",
47
+ "eslint-plugin-jest": "^28.13.5",
48
+ "eslint-plugin-jsdoc": "^51.0.1",
49
+ "eslint-plugin-nextjs": "^1.0.3",
50
+ "eslint-plugin-perfectionist": "^4.14.0",
51
51
  "eslint-plugin-prefer-arrow-functions": "^3.6.2",
52
52
  "eslint-plugin-react": "^7.37.5",
53
- "eslint-plugin-react-hooks": "^6.0.0",
53
+ "eslint-plugin-react-hooks": "6.0.0-rc.1",
54
54
  "eslint-plugin-react-refresh": "^0.4.20",
55
- "eslint-plugin-storybook": "^0.12.0",
56
- "eslint-plugin-turbo": "^2.5.3",
55
+ "eslint-plugin-storybook": "^9.0.9",
56
+ "eslint-plugin-turbo": "^2.5.4",
57
57
  "eslint-plugin-unicorn": "^59.0.1",
58
58
  "eslint-plugin-vitest": "^0.5.4",
59
- "globals": "^16.1.0",
59
+ "globals": "^16.2.0",
60
60
  "prettier": "^3.5.3",
61
61
  "prettier-plugin-css-order": "^2.1.2",
62
62
  "prettier-plugin-curly": "^0.3.2",
63
- "prettier-plugin-packagejson": "^2.5.12",
63
+ "prettier-plugin-packagejson": "^2.5.15",
64
64
  "prettier-plugin-sort-json": "^4.1.1",
65
- "prettier-plugin-tailwindcss": "^0.6.11",
66
- "typescript-eslint": "^8.32.1"
65
+ "prettier-plugin-tailwindcss": "^0.6.12",
66
+ "typescript-eslint": "^8.34.0"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@repo/typescript-config": "workspace:*",
70
- "@types/bun": "^1.2.13",
71
- "@types/node": "^22.15.17",
72
- "commander": "^13.1.0",
73
- "glob": "^11.0.2",
74
- "tsup": "^8.4.0",
70
+ "@types/bun": "^1.2.16",
71
+ "@types/node": "^22.15.31",
72
+ "commander": "^14.0.0",
73
+ "glob": "^11.0.3",
74
+ "tsup": "^8.5.0",
75
75
  "typescript": "^5.8.3"
76
76
  },
77
77
  "engines": {