Skip to content

Commit

Permalink
Merge pull request #58 from braintree/update-deps
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
jplukarski authored Aug 28, 2023
2 parents 9f833fb + 21b7730 commit c5d3bc9
Show file tree
Hide file tree
Showing 11 changed files with 1,550 additions and 854 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Browser Detection - Release Notes

# UNRELEASED

- Dependency Updates:
- Node to v18
- DevDependency Updates:
- Prettier to v3
- eslint-plugin-prettier to v5
- @types/node to v20
- Typescript to v5

# 1.17.2

- Fix edge detection by also checking for "Edg/" in userAgent (authored by @petercmuc)

# 1.17.1
Expand Down
Loading

0 comments on commit c5d3bc9

Please sign in to comment.