Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Update NodeJS version to 16 (#1043)
Browse files Browse the repository at this point in the history
* Update NodeJS version to 16

* update package-lock

* updated np

* try updating release directory

* 3.40.4-3

* updated lock after merge

* added react 17 as peer dependency

* 3.40.5-0
  • Loading branch information
jakubjanczyk committed Mar 23, 2022
1 parent e820717 commit 286448a
Show file tree
Hide file tree
Showing 9 changed files with 35,924 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.16.3
v16.14.0
2 changes: 1 addition & 1 deletion .storybook/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"firefox": "85",
"chrome": "86",
"safari": "12",
"node": "12.16.3"
"node": "16.14.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 12.13.0
nodejs 16.14.0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '12.13.0'
- '16.14.0'

cache:
npm: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Build Status](https://travis-ci.org/helpscout/hsds-react.svg?branch=main)](https://travis-ci.org/helpscout/hsds-react)
[![Coverage Status](https://coveralls.io/repos/github/helpscout/hsds-react/badge.svg?branch=main)](https://coveralls.io/github/helpscout/hsds-react?branch=main)
[![npm version](https://badge.fury.io/js/%40helpscout%2Fhsds-react.svg)](https://badge.fury.io/js/%40helpscout%2Fhsds-react)
![node](https://img.shields.io/badge/node-12.13.0-blue.svg)
![npm](https://img.shields.io/badge/npm-6.12.0-blue.svg)
![node](https://img.shields.io/badge/node-16.14.0-blue.svg)
![npm](https://img.shields.io/badge/npm-8.3.1-blue.svg)
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)

React components for Help Scout's Design System
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = api => {
firefox: '85',
chrome: '86',
safari: '12',
node: '12.16.3',
node: '16.14.0',
},
loose: true,
shippedProposals: true,
Expand Down
Loading

0 comments on commit 286448a

Please sign in to comment.