Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed Jun 13, 2024
1 parent a63cb2a commit 298a822
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.1.0] - 2024-06-13

### Changed

- Support for React 16.8, 17 and 18

## [3.0.1] - 2022-01-09

### Added
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"lint": "eslint \"{src,test}/**/*.js\""
},
"dependencies": {
"ackee-tracker": "^5.0.1"
"ackee-tracker": "^5.1.0"
},
"devDependencies": {
"@electerious/eslint-config": "^3.0.0",
"@electerious/eslint-config": "^4.1.0",
"chai": "^4.3.0",
"coveralls": "^3.1.1",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"react": "^17.0.1"
"react": "^18.3.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const assert = require('chai').assert
const index = require('./../src/index')
const index = require('./../src/index.js')

describe('index', function() {
it('should be a function', function() {
Expand Down

0 comments on commit 298a822

Please sign in to comment.