@usecsv/react 0.2.23 → 0.3.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [0.3.0](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.2.23...v0.3.0) (2023-07-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * support react 18 ([#71](https://github.com/layercodedev/usecsv-react-plugin/issues/71)) ([99f7598](https://github.com/layercodedev/usecsv-react-plugin/commit/99f759898919ef045c32654dd35da49af8175c86))
7
+
1
8
  ## [0.2.23](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.2.22...v0.2.23) (2023-07-18)
2
9
 
3
10
 
package/build/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.23
2
+ * @usecsv/react v0.3.0
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.23
2
+ * @usecsv/react v0.3.0
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
package/build/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.23
2
+ * @usecsv/react v0.3.0
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
package/build/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.23
2
+ * @usecsv/react v0.3.0
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.23
2
+ * @usecsv/react v0.3.0
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @usecsv/react v0.2.23
2
+ * @usecsv/react v0.3.0
3
3
  * (c) layercode
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecsv/react",
3
- "version": "0.2.23",
3
+ "version": "0.3.0",
4
4
  "author": {
5
5
  "name": "layercode"
6
6
  },
@@ -57,8 +57,8 @@
57
57
  "node": ">=10"
58
58
  },
59
59
  "peerDependencies": {
60
- "react": "^17.0.2",
61
- "react-dom": "^17.0.2"
60
+ "react": "17 - 18",
61
+ "react-dom": "17 - 18"
62
62
  },
63
63
  "dependencies": {
64
64
  "@usecsv/js": "^0.14.4"