@retracedhq/retraced
Advanced tools
Comparing version 0.7.6 to 0.7.7
{ | ||
"name": "@retracedhq/retraced", | ||
"author": "Replicated Inc., BoxyHQ Inc.", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"engines": { | ||
@@ -35,3 +35,5 @@ "node": ">=14.x" | ||
"local-test": "rm -rf ./lib && tsc -p . && node ./lib/local-test.js", | ||
"release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main" | ||
"check-format": "prettier --check .", | ||
"format": "prettier --write .", | ||
"release": "git checkout main && git pull && git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main" | ||
}, | ||
@@ -42,16 +44,17 @@ "devDependencies": { | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.10.6", | ||
"@typescript-eslint/eslint-plugin": "6.18.0", | ||
"@typescript-eslint/parser": "6.18.0", | ||
"@types/node": "20.11.19", | ||
"@typescript-eslint/eslint-plugin": "7.0.1", | ||
"@typescript-eslint/parser": "7.0.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-jsdoc": "48.0.2", | ||
"eslint-plugin-jsdoc": "48.1.0", | ||
"eslint-plugin-prefer-arrow": "1.2.3", | ||
"mocha": "10.2.0", | ||
"release-it": "17.0.1", | ||
"mocha": "10.3.0", | ||
"prettier": "3.2.5", | ||
"release-it": "17.0.5", | ||
"typescript": "5.3.3" | ||
}, | ||
"dependencies": { | ||
"axios": "1.6.5", | ||
"axios": "1.6.7", | ||
"lodash": "4.17.21" | ||
@@ -58,0 +61,0 @@ }, |
49385
15
+ Addedaxios@1.6.7(transitive)
- Removedaxios@1.6.5(transitive)
Updatedaxios@1.6.7