@adbayb/stack 0.0.0-next-3855dc4 → 0.0.0-next-84ccbde

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.mjs +5 -5
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -327,7 +327,7 @@ const PRESERVE_FILES = [
327
327
  ];
328
328
 
329
329
  var name = "@adbayb/stack";
330
- var version = "0.0.0-next-3855dc4";
330
+ var version = "0.0.0-next-84ccbde";
331
331
  var description = "My opinionated JavaScript-based toolchain";
332
332
  var publishConfig = {
333
333
  access: "public"
@@ -390,9 +390,9 @@ var dependencies = {
390
390
  "@eslint/eslintrc": "^3.1.0",
391
391
  "@vitest/eslint-plugin": "^1.1.7",
392
392
  eslint: "^9.13.0",
393
- "eslint-plugin-react": "^7.37.1",
393
+ "eslint-plugin-react": "^7.37.2",
394
394
  globals: "^15.11.0",
395
- "typescript-eslint": "^8.10.0",
395
+ "typescript-eslint": "^8.11.0",
396
396
  "eslint-config-prettier": "^9.1.0",
397
397
  "eslint-import-resolver-typescript": "^3.6.3",
398
398
  "eslint-plugin-import": "^2.31.0",
@@ -402,11 +402,11 @@ var dependencies = {
402
402
  "eslint-plugin-prettier": "^5.2.1",
403
403
  "eslint-plugin-react-hooks": "^5.0.0",
404
404
  "eslint-plugin-sonarjs": "^2.0.4",
405
- "eslint-plugin-sort-keys-custom-order": "^2.1.0",
405
+ "eslint-plugin-sort-keys-custom-order": "^2.2.0",
406
406
  fdir: "^6.4.2",
407
407
  prettier: "^3.3.3",
408
408
  termost: "^0.17.0",
409
- turbo: "^2.2.1",
409
+ turbo: "^2.2.3",
410
410
  typescript: "^5.6.3"
411
411
  };
412
412
  var pkg = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "0.0.0-next-3855dc4",
3
+ "version": "0.0.0-next-84ccbde",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -56,9 +56,9 @@
56
56
  "@eslint/eslintrc": "^3.1.0",
57
57
  "@vitest/eslint-plugin": "^1.1.7",
58
58
  "eslint": "^9.13.0",
59
- "eslint-plugin-react": "^7.37.1",
59
+ "eslint-plugin-react": "^7.37.2",
60
60
  "globals": "^15.11.0",
61
- "typescript-eslint": "^8.10.0",
61
+ "typescript-eslint": "^8.11.0",
62
62
  "eslint-config-prettier": "^9.1.0",
63
63
  "eslint-import-resolver-typescript": "^3.6.3",
64
64
  "eslint-plugin-import": "^2.31.0",
@@ -68,11 +68,11 @@
68
68
  "eslint-plugin-prettier": "^5.2.1",
69
69
  "eslint-plugin-react-hooks": "^5.0.0",
70
70
  "eslint-plugin-sonarjs": "^2.0.4",
71
- "eslint-plugin-sort-keys-custom-order": "^2.1.0",
71
+ "eslint-plugin-sort-keys-custom-order": "^2.2.0",
72
72
  "fdir": "^6.4.2",
73
73
  "prettier": "^3.3.3",
74
74
  "termost": "^0.17.0",
75
- "turbo": "^2.2.1",
75
+ "turbo": "^2.2.3",
76
76
  "typescript": "^5.6.3"
77
77
  },
78
78
  "scripts": {