Skip to content

Commit

Permalink
[#255] Switch to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwebdev committed Nov 13, 2023
1 parent aea1fb0 commit 279b194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.13.2
v18.13
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ One way to comply those guidelines is to implement your new component as similia
## Changelog

`@ebay/ui-core-react`
### version 5.x (Skin 16, breaking changes in event callbacks)
### version 4.x (Skin 16, breaking changes in icon names)
### version 3.x (Skin 15, some breaking changes in dialog components)
### version 2.x (Skin 15)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"eslint-local": "eslint . --ext ts,tsx",
"eslint": "eslint . --ext .ts,.tsx -f checkstyle -o ./lint/checkstyle-result.xml",
"format": "eslint . --fix 'src/**/*.{ts,tsx}'",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 9001 -c .storybook",
"storybook-node16": "start-storybook -p 9001 -c .storybook",
"test": "yarn jest",
"build": "yarn tsc",
"update-icons": "node ./scripts/update-icons",
Expand Down

0 comments on commit 279b194

Please sign in to comment.