Skip to content

Commit

Permalink
Merge pull request #2262 from appbaseio/build/node-v18
Browse files Browse the repository at this point in the history
Build/node v18
  • Loading branch information
mohdashraf010897 authored Oct 30, 2023
2 parents 21dff34 + 5149c44 commit 747cf40
Show file tree
Hide file tree
Showing 53 changed files with 12,844 additions and 16,544 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Installing ReactiveSearch is just one command.
npm install @appbaseio/reactivesearch
```

You can check out the quickstart guide with React [here](https://docs.appbase.io/docs/reactivesearch/v3/overview/quickstart/).
You can check out the quickstart guide with React [here](https://docs.reactivesearch.io/docs/reactivesearch/react/overview/quickstart/).

- If you're using reactivesearch for mobile (native)

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"concurrently": "^3.5.1",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^16.1.0",
Expand All @@ -51,8 +53,7 @@
"nps": "^5.9.5",
"nps-utils": "^1.7.0",
"prettier": "^2.3.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3"
"yorkie": "^2.0.0"
},
"engines": {
"node": ">=10.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/reactivecore
5 changes: 2 additions & 3 deletions packages/vue/demos/good-books/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
"vue": "^3.2.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.1.0"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 747cf40

Please sign in to comment.