Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sepiariver committed Apr 2, 2022
1 parent b125b94 commit 7a40b1a
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 38 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ jspm_packages/
# dotenv environment variables file
.env
.env.test

# macOS
.DS_Store
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ jspm_packages/
babel.config.js

# tests
test
test

# github
.github
175 changes: 141 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sepiariver/unique-set",
"version": "1.1.0",
"version": "1.1.1",
"description": "Extends the has and add methods on the native JavaScript Set object to deeply compare using fast-deep-equal",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"babel-jest": "^27.5.1",
"jest": "^27.5.1"
Expand Down

0 comments on commit 7a40b1a

Please sign in to comment.