Skip to content

Commit

Permalink
chore(deps): update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Aug 20, 2024
1 parent 7c7c6e2 commit 1fba97a
Show file tree
Hide file tree
Showing 2 changed files with 729 additions and 840 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"outdir:prepare": "mv build public",
"outdir:revert": "mv public build",
"test:coverage": "jest --collect-coverage",
"postinstall": "npx husky install && cp -r ./src/build/ ./build",
"postinstall": "npx husky && cp -r ./src/build/ ./build",
"postversion": "git push && git push --follow-tags",
"publish:next": "yarn && yarn build && yarn test && cd dist && npm publish --tag next",
"publish:beta": "yarn && yarn build && yarn test && cd dist && npm publish --tag beta",
Expand All @@ -35,27 +35,27 @@
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-typescript": "^7.24.7",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/minimist": "^1.2.5",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"@types/node": "22.4.1",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint": "^9.9.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"jest": "^29.7.0",
"npm-prepare-dist": "^0.4.1",
"prettier": "^3.1.1",
"pretty-quick": "^3.1.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"publishConfig": {
"access": "public",
Expand All @@ -82,4 +82,4 @@
"node": ">= 14.17.0"
},
"license": "MIT"
}
}
Loading

0 comments on commit 1fba97a

Please sign in to comment.