@sorocraft/ui 1.2.56 → 1.2.58

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sorocraft/ui",
3
- "version": "1.2.56",
3
+ "version": "1.2.58",
4
4
  "description": "UI Library by sorocraft.com",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -36,7 +36,8 @@
36
36
  "dev": "npm run clean && rollup -c -w",
37
37
  "lint": "eslint src",
38
38
  "icons": "npx @svgr/cli --typescript --ignore-existing --jsx-runtime automatic --out-dir src/icons -- src/assets/icons",
39
- "pub": "git add . && git commit -m \"New version\" && git push origin master && npm version patch && npm run build && npm publish --access public"
39
+ "pub": "git add . && git commit -m \"New version\" && git push origin master && npm version patch && npm run build && npm publish --access public",
40
+ "prepare": "husky"
40
41
  },
41
42
  "author": "sorocraft.com",
42
43
  "license": "MIT",
@@ -47,27 +48,29 @@
47
48
  },
48
49
  "devDependencies": {
49
50
  "@rollup/plugin-commonjs": "^28.0.6",
50
- "@rollup/plugin-node-resolve": "^16.0.1",
51
+ "@rollup/plugin-node-resolve": "^16.0.2",
51
52
  "@rollup/plugin-terser": "^0.4.4",
52
53
  "@rollup/plugin-typescript": "^12.1.4",
53
54
  "@types/google.maps": "^3.58.1",
54
- "@types/react": "^19.1.13",
55
- "@types/react-dom": "^19.1.9",
55
+ "@types/react": "^19.2.2",
56
+ "@types/react-dom": "^19.2.1",
56
57
  "autoprefixer": "^10.4.21",
57
- "eslint": "^9.36.0",
58
+ "eslint": "^9.37.0",
58
59
  "eslint-plugin-react": "^7.37.5",
59
- "eslint-plugin-react-hooks": "^5.2.0",
60
+ "eslint-plugin-react-hooks": "^6.1.1",
60
61
  "eslint-plugin-unicorn": "^61.0.2",
62
+ "husky": "^9.1.7",
61
63
  "rimraf": "^6.0.1",
62
64
  "rollup-plugin-copy": "^3.5.0",
63
65
  "rollup-plugin-peer-deps-external": "^2.2.4",
64
66
  "rollup-plugin-postcss": "^4.0.2",
65
- "sass": "^1.93.1",
67
+ "sass": "^1.93.2",
66
68
  "tslib": "^2.8.1",
67
- "typescript": "^5.9.2",
68
- "typescript-eslint": "^8.44.1"
69
+ "typescript": "^5.9.3",
70
+ "typescript-eslint": "^8.46.0"
69
71
  },
70
72
  "dependencies": {
71
- "@sorocraft/js-utils": "^1.0.43"
73
+ "@sorocraft/js-utils": "^1.0.43",
74
+ "dayjs": "^1.11.18"
72
75
  }
73
76
  }