Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
benogle committed May 24, 2022
1 parent 72d669a commit fcbe1ab
Show file tree
Hide file tree
Showing 2 changed files with 827 additions and 695 deletions.
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"types": "./types/src/index.d.ts",
"scripts": {
"test": "mocha --config ./test/mocha.js",
"lint": "eslint src/**/*.js test/**/*.js",
"test:debug": "yarn test --inspect-brk=0.0.0.0:9223",
"test:watch": "nodemon --signal SIGINT --watch test --watch src -x 'yarn test'",
"version": "auto-changelog -p --template keepachangelog && read -p \"\nAutomated changes made to CHANGELOG.md. Please make any necessary adjustments, then hit any key to continue.\n\" && git add CHANGELOG.md"
Expand All @@ -30,25 +31,26 @@
"@anvilco:registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"@types/node": "^17.0.23",
"auto-changelog": "^2.4.0",
"babel-eslint": "^10.0.3",
"bdd-lazy-var": "^2.5.4",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"eslint": "^8.11.0",
"eslint-config-nicenice": "^3.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^9.2.2",
"mocha": "^10.0.0",
"nodemon": "^2.0.15",
"sinon": "^13.0.1",
"sinon": "^14.0.0",
"sinon-chai": "^3.5.0",
"typescript": "^4.6.3",
"yargs": "^17.4.0"
Expand Down
Loading

0 comments on commit fcbe1ab

Please sign in to comment.