@salty-css/react 0.0.1-alpha.53 → 0.0.1-alpha.55

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ In the world of frontend dev is there anything saltier than CSS? Salty CSS is bu
25
25
  - [Core](https://www.npmjs.com/package/@salty-css/react) → `npm install @salty-css/core`
26
26
  - [ESLint](https://www.npmjs.com/package/@salty-css/eslint-plugin-core) → `npm install @salty-css/eslint-plugin-core`
27
27
 
28
- [View React example](#example-dynamic-form-with-react)
28
+ [View React example](#code-examples)
29
29
 
30
30
  ### Add Salty CSS to your project with `salty-css` CLI
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salty-css/react",
3
- "version": "0.0.1-alpha.53",
3
+ "version": "0.0.1-alpha.55",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "typings": "./dist/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  }
42
42
  },
43
43
  "dependencies": {
44
- "@salty-css/core": "^0.0.1-alpha.53",
44
+ "@salty-css/core": "^0.0.1-alpha.55",
45
45
  "clsx": ">=2.x",
46
46
  "react": ">=19.x || >=18.3.x"
47
47
  }