Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesurowiec committed Jul 7, 2024
1 parent 868ad71 commit ff82dc7
Show file tree
Hide file tree
Showing 6 changed files with 1,275 additions and 966 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.format.enable": true,
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mindbody-api-v6",
"version": "0.2.3",
"version": "0.3.0",
"description": "Type safe library for interacting with Mindbody's Public API (v6) and Webhooks",
"author": "Kyle Surowiec <kyle@splitpass.com>",
"contributors": [
Expand Down Expand Up @@ -38,22 +38,22 @@
},
"dependencies": {
"axios": "1.6.0",
"p-limit": "3.1.0"
"p-limit": "6.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^9.0.1",
"@types/node": "^18.11.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "8.25.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"rollup": "3.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "9.6.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.2",
"rollup": "4.18.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "5.0.0",
"ts-essentials": "^9.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"ts-essentials": "^10.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"scripts": {
"build": "pnpm rollup -c --configPlugin @rollup/plugin-typescript",
Expand Down
Loading

0 comments on commit ff82dc7

Please sign in to comment.