Skip to content

Commit

Permalink
v4.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdashraf010897 committed Apr 4, 2023
1 parent d4b735f commit 935c601
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appbaseio/reactivesearch",
"version": "4.0.0-rc.3",
"version": "4.0.0-rc.6",
"description": "A React UI components library for building search experiences",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,6 @@
"stats": "webpack --progress -p --config webpack.config.umd.js --json > stats.json",
"version-upgrade": "nps upgrade -c ../../package-scripts.js",
"prepublishOnly": "yarn run build",
"postpublish": "yarn run version-upgrade",
"test": "jest",
"clear-cache-test": "jest --clearCache",
"typescript": "tsc -p tsconfig.json"
Expand All @@ -38,7 +37,7 @@
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/analytics": "^1.1.1",
"@appbaseio/reactivecore": "10.0.0-alpha.4",
"@appbaseio/reactivecore": "10.0.0-alpha.9",
"@appbaseio/rheostat": "^1.0.0-alpha.15",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
Expand All @@ -55,9 +54,9 @@
"prop-types": "^15.6.0",
"react-day-picker": "^7.0.5",
"react-redux": "^6.0.1",
"remarkable": "^2.0.1",
"url-search-params-polyfill": "^7.0.0",
"xss": "^1.0.11",
"remarkable": "^2.0.1"
"xss": "^1.0.11"
},
"peerDependencies": {
"react": ">=15",
Expand Down

0 comments on commit 935c601

Please sign in to comment.