@stacksjs/ui 0.41.1 → 0.42.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 +2 -2
  2. package/package.json +10 -9
package/README.md CHANGED
@@ -37,7 +37,7 @@ Please see our [releases](https://github.com/stacksjs/stacks/releases) page for
37
37
 
38
38
  ## 💪🏼 Contributing
39
39
 
40
- Please see [CONTRIBUTING](../../.github/CONTRIBUTING.md) for details.
40
+ Please review the [Contributing Guide](https://github.com/stacksjs/contributing) for details.
41
41
 
42
42
  ## 🏝 Community
43
43
 
@@ -47,7 +47,7 @@ For help, discussion about best practices, or any other conversation that would
47
47
 
48
48
  For casual chit-chat with others using this package:
49
49
 
50
- [Join the Open Web Discord Server](https://discord.ow3.org)
50
+ [Join the Stacks Discord Server](https://discord.ow3.org)
51
51
 
52
52
  ## 🙏🏼 Credits
53
53
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.41.1",
5
- "packageManager": "pnpm@7.16.0",
4
+ "version": "0.42.2",
5
+ "packageManager": "pnpm@7.17.0",
6
6
  "description": "The Stacks atomic UI engine, powered by UnoCSS.",
7
7
  "author": "Chris Breuer",
8
8
  "license": "MIT",
@@ -38,22 +38,23 @@
38
38
  ],
39
39
  "engines": {
40
40
  "node": ">=v18.12.1",
41
- "pnpm": ">=7.16.0"
41
+ "pnpm": ">=7.17.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "@iconify-json/heroicons-outline": "^1.1.4",
45
- "@iconify-json/heroicons-solid": "^1.1.5",
44
+ "@iconify-json/heroicons-outline": "^1.1.5",
45
+ "@iconify-json/heroicons-solid": "^1.1.6",
46
46
  "@julr/unocss-preset-forms": "^0.0.2",
47
- "@stacksjs/build": "0.41.1",
48
47
  "@unocss/transformer-compile-class": "^0.46.5",
49
- "pinia": "^2.0.23",
48
+ "pinia": "^2.0.26",
50
49
  "unocss": "^0.46.5",
51
50
  "vue": "^3.2.45",
52
- "vue-tsc": "^1.0.9"
51
+ "vue-tsc": "^1.0.9",
52
+ "@stacksjs/build": "0.42.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "mkdist": "^1.0.0",
56
- "typescript": "^4.9.3"
56
+ "typescript": "^4.9.3",
57
+ "@stacksjs/testing": "0.42.2"
57
58
  },
58
59
  "scripts": {
59
60
  "build": "mkdist -d",