Skip to content

Commit

Permalink
Fix devDependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelliott committed Jan 24, 2023
1 parent 607d5d3 commit 7ee961c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browserify": "^17.0.0",
"eslint": "^8.32.0",
"browserify": "17.0.0",
"eslint": "8.32.0",
"eslint-plugin-testcafe": "0.2.1",
"http-server": "^14.1.1",
"mkdirp": "^2.1.3",
"riteway": "^7.0.0",
"tape": "^5.6.3",
"testcafe": "^2.2.0",
"uglify-js": "^3.17.4",
"updtr": "^4.0.0",
"watchify": "^4.0.0"
"http-server": "14.1.1",
"mkdirp": "2.1.3",
"riteway": "7.0.0",
"tape": "5.6.3",
"testcafe": "2.2.0",
"uglify-js": "3.17.4",
"updtr": "4.0.0",
"watchify": "4.0.0"
},
"files": [
"lib",
Expand Down Expand Up @@ -62,4 +62,4 @@
"update": "updtr"
},
"unpkg": "dist/cuid.min.js"
}
}

0 comments on commit 7ee961c

Please sign in to comment.