diff --git a/example/package-lock.json b/example/package-lock.json index 585f3a39..e71002a3 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@openedx/paragon": "22.7.0", + "@openedx/paragon": "22.15.0", "react": "16.14.0", "react-dom": "16.14.0" }, @@ -166,9 +166,10 @@ } }, "node_modules/@openedx/paragon": { - "version": "22.7.0", - "resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-22.7.0.tgz", - "integrity": "sha512-BWj4vYXUmLS0BinJckxbhNp0o1UPfwURinaSgTxxBkF0L2VUtAO+SldVWvKDqlltzoR062yjcBA5QSGq8Jxgeg==", + "version": "22.15.0", + "resolved": "https://registry.npmjs.org/@openedx/paragon/-/paragon-22.15.0.tgz", + "integrity": "sha512-AOb2HQv3CoOzG/3JJuNVH81wOZEWfSZdddoAHsc4lzAPmuZWxULEyFrxEDBVzJvQt3ZqrxwoZYCF3kobhqacRQ==", + "license": "Apache-2.0", "workspaces": [ "example", "component-generator", @@ -211,8 +212,8 @@ "paragon": "bin/paragon-scripts.js" }, "peerDependencies": { - "react": "^16.8.6 || ^17.0.0", - "react-dom": "^16.8.6 || ^17.0.0", + "react": "^16.8.6 || ^17 || ^18", + "react-dom": "^16.8.6 || ^17 || ^18", "react-intl": "^5.25.1 || ^6.4.0" } }, diff --git a/example/package.json b/example/package.json index 6ee98b3a..762439df 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@openedx/paragon": "22.7.0", + "@openedx/paragon": "22.15.0", "react": "16.14.0", "react-dom": "16.14.0" },