Skip to content

Commit

Permalink
feat(models): change from interface to type
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel C. committed Jul 17, 2024
1 parent 2b448f1 commit e2aa37c
Show file tree
Hide file tree
Showing 5 changed files with 633 additions and 219 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@size-limit/preset-small-lib": "^11.1.4",
"@swc/core": "^1.6.13",
"@types/is-ci": "^3.0.4",
"@types/node": "^20.14.10",
"@vitest/coverage-v8": "^2.0.2",
"@vitest/ui": "^2.0.2",
"@types/node": "^20.14.11",
"@vitest/coverage-v8": "^2.0.3",
"@vitest/ui": "^2.0.3",
"axios": "^1.7.2",
"axios-cache-interceptor": "^1.5.3",
"ci-info": "^4.0.0",
Expand All @@ -70,13 +70,13 @@
"msw": "^2.3.1",
"semantic-release": "^24.0.0",
"size-limit": "^11.1.4",
"tsup": "^8.1.0",
"tsup": "^8.1.1",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-tsconfig-paths": "^4.3.2",
"vitepress": "1.3.0",
"vitest": "^2.0.2",
"vue": "^3.4.31"
"vitepress": "1.3.1",
"vitest": "^2.0.3",
"vue": "^3.4.32"
},
"peerDependencies": {
"axios": "^1.7.2",
Expand Down
Loading

0 comments on commit e2aa37c

Please sign in to comment.