Skip to content

Commit eb13237

Browse files
author
Vadim Yakhin
authored
Merge pull request #88 from elastic/updated-dependencies
Updated dependencies
2 parents 7c06e4b + 01a238f commit eb13237

File tree

6 files changed

+24156
-15412
lines changed

6 files changed

+24156
-15412
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.17.0
1+
16.13.0

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Elastic App Search Reference UI.
22

3-
Copyright 2012-2021 Elasticsearch B.V.
3+
Copyright 2012-2022 Elasticsearch B.V.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ The Reference UI is great for:
2424
Requires [npm](https://www.npmjs.com/).
2525

2626
Dependencies:
27-
- Node v14.17.0
27+
- Node v16.13.0
2828

2929
One can leverage [NVM](https://github.com/nvm-sh/nvm) to install Node before proceeding to start the application by running the following commands:
3030

3131
```bash
32-
# Run this to install Node 14.17.0
33-
nvm install 14.17.0
32+
# Run this to install Node 16.13.0
33+
nvm install 16.13.0
3434

3535
# Run this to use the installed Node version
36-
nvm use 14.17.0
36+
nvm use 16.13.0
3737
```
3838

3939
The README assumes that you have generated this code from within the App Search dashboard.

0 commit comments

Comments
 (0)