@podlite/formula 0.0.10 → 0.0.12

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 +7 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -68,7 +68,7 @@ $$
68
68
  - [How-to article](https://zahatski.com/2022/8/23/1/start-you-own-blog-site-with-podlite-for-web)
69
69
  - [Issues](https://github.com/podlite/podlite-specs/issues)
70
70
  - [Changelog](https://github.com/podlite/podlite-web/releases)
71
- - [Example: Knowledge base for <br/> raku programming language](https://raku-knowledge-base.podlite.org/)
71
+ - [Practical case: Raku knowledge base ](https://raku-knowledge-base.podlite.org/)
72
72
 
73
73
  </td><td valign=top><div align="center">
74
74
 
@@ -79,16 +79,20 @@ $$
79
79
  - [Podlite-desktop](https://github.com/podlite/podlite-desktop)
80
80
  - [Releases](https://github.com/podlite/podlite-desktop/releases)
81
81
  - [Issues](https://github.com/podlite/podlite-desktop/issues)
82
-
82
+ - Stores:
83
+ - [Linux](https://snapcraft.io/podlite)
84
+ - [Windows](https://www.microsoft.com/store/apps/9NVNT9SNQJM8)
85
+ - [Mac App](https://apps.apple.com/us/app/podlite/id1526511053)
83
86
  </td><td valign=top><div align="center">
84
87
 
85
88
  ##### online resurces
86
89
 
87
90
  </div>
88
91
 
92
+ - [Roadmap](https://podlite.org/#Roadmap)
93
+ - [github.com/podlite](https://github.com/podlite/)&nbsp;🤩
89
94
  - [podlite.org](https://podlite.org)
90
95
  - [pod6.in](https://pod6.in/)
91
- - [github.com/podlite](https://github.com/podlite/)
92
96
  - [Podlite project updates](https://podlite.org/contents)
93
97
  - [Funding the ongoing development](https://opencollective.com/podlite)
94
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podlite/formula",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "=formula",
5
5
  "main": "./lib/index.js",
6
6
  "license": "MIT",
@@ -23,12 +23,12 @@
23
23
  "module": "./esm/index.js"
24
24
  },
25
25
  "dependencies": {
26
- "@podlite/schema": "0.0.28",
27
- "react-is": "^17.0.2"
26
+ "@podlite/schema": "0.0.30",
27
+ "react-is": "^18.0.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": "^16.0.0 || ^17.0.0 ",
31
- "react-dom": "^16.0.0 || ^17.0.0",
30
+ "react": "^16.0.0 || ^17.0.0 || ^18",
31
+ "react-dom": "^16.0.0 || ^17.0.0 || ^18",
32
32
  "react-is": "*"
33
33
  },
34
34
  "module": "./esm/index.js"