@structuralists/scaffolding 0.1.1 → 0.1.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/bun.lock +3 -0
  2. package/package.json +2 -1
package/bun.lock CHANGED
@@ -23,6 +23,7 @@
23
23
  "eslint": "^10.3.0",
24
24
  "eslint-plugin-boundaries": "^6.0.2",
25
25
  "eslint-plugin-storybook": "10.3.6",
26
+ "prettier": "^3.8.3",
26
27
  "react-router": "^7.14.2",
27
28
  "storybook": "^10.3.6",
28
29
  "typescript": "^6.0.3",
@@ -755,6 +756,8 @@
755
756
 
756
757
  "prelude-ls": ["prelude-ls@1.2.1", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="],
757
758
 
759
+ "prettier": ["prettier@3.8.3", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw=="],
760
+
758
761
  "pretty-format": ["pretty-format@27.5.1", "", { "dependencies": { "ansi-regex": "^5.0.1", "ansi-styles": "^5.0.0", "react-is": "^17.0.1" } }, "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ=="],
759
762
 
760
763
  "property-information": ["property-information@7.1.0", "", {}, "sha512-TwEZ+X+yCJmYfL7TPUOcvBZ4QfoT5YenQiJuX//0th53DE6w0xxLEtfK3iyryQFddXuvkIk51EEgrJQ0WJkOmQ=="],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@structuralists/scaffolding",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "./index.ts",
5
5
  "types": "./index.ts",
6
6
  "exports": {
@@ -42,6 +42,7 @@
42
42
  "eslint": "^10.3.0",
43
43
  "eslint-plugin-boundaries": "^6.0.2",
44
44
  "eslint-plugin-storybook": "10.3.6",
45
+ "prettier": "^3.8.3",
45
46
  "react-router": "^7.14.2",
46
47
  "storybook": "^10.3.6",
47
48
  "typescript": "^6.0.3",