react-art 19.0.0-rc.1 → 19.0.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-art",
3
3
  "description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
4
- "version": "19.0.0-rc.1",
4
+ "version": "19.0.0",
5
5
  "main": "index.js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,10 +24,10 @@
24
24
  "dependencies": {
25
25
  "art": "^0.10.1",
26
26
  "create-react-class": "^15.6.2",
27
- "scheduler": "0.25.0-rc.1"
27
+ "scheduler": "^0.25.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": "19.0.0-rc.1"
30
+ "react": "^19.0.0"
31
31
  },
32
32
  "files": [
33
33
  "LICENSE",