@slimr/react 2.1.49 → 3.0.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ export default defineConfig({
25
25
 
26
26
  ### Bundled from other libs
27
27
 
28
- - [@slimr/forms](https://www.npmjs.com/package/@slimr/forms) - A minimalistic form hook
28
+ - [@slimr/forms](https://www.npmjs.com/package/@slimr/forms) - An enhanced HTML form with auto-disabling, auto-reset, error handling, more JS events, and context to its children.
29
29
  - [@slimr/markdown](https://www.npmjs.com/package/@slimr/markdown) - A simple component and slim markdown-to-html parser
30
30
  - [@slimr/router](https://www.npmjs.com/package/@slimr/router) - A novel React-web router that supports stack routing
31
31
  - [@slimr/styled](https://www.npmjs.com/package/@slimr/styled) - css-in-js features inspired by the popular styled-components and Chakra-UI libs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slimr/react",
3
- "version": "2.1.49",
3
+ "version": "3.0.2",
4
4
  "author": "Brian Dombrowski",
5
5
  "license": "ISC",
6
6
  "private": false,
@@ -32,7 +32,7 @@
32
32
  "start": "nodemon -w src -e '*' -x 'npm run build && cd ../demo && npm start'"
33
33
  },
34
34
  "dependencies": {
35
- "@slimr/forms": "^4.1.49",
35
+ "@slimr/forms": "^5.0.1",
36
36
  "@slimr/markdown": "^2.1.36",
37
37
  "@slimr/router": "^2.1.52",
38
38
  "@slimr/styled": "^2.1.43",