Skip to content

Commit

Permalink
fix(try) variables (#26)
Browse files Browse the repository at this point in the history
* chore(Responses title) z index

* chore: remove unused deps

* fix(try) variables

* chore: update deps

* chore: release
  • Loading branch information
enzonotario authored Sep 1, 2024
1 parent e6bce84 commit 16387c1
Show file tree
Hide file tree
Showing 5 changed files with 562 additions and 527 deletions.
30 changes: 14 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitepress-theme-openapi",
"type": "module",
"version": "0.0.3-alpha.23",
"version": "0.0.3-alpha.24",
"packageManager": "[email protected]",
"homepage": "https://vitepress-theme-openapi.vercel.app/",
"repository": {
Expand Down Expand Up @@ -50,32 +50,30 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@amoutonbrady/lz-string": "^0.1.0",
"@eslint/js": "^9.9.0",
"@iconify/vue": "^4.1.2",
"@sindresorhus/slugify": "^2.2.1",
"@trojs/openapi-dereference": "^0.2.3",
"@types/node": "^18.17.1",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"@types/node": "^22.5.1",
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"eslint": "8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"postcss": "^8.4.38",
"postcss": "^8.4.42",
"prettier": "^3.3.3",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"scule": "^1.3.0",
"shikiji": "0.10.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.3",
"typescript-eslint": "^8.1.0",
"vite": "^5.3.1",
"vitepress": "1.2.3",
"vitest": "^2.0.3",
"vue": "^3.4.29",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
"vitepress": "1.3.4",
"vitest": "^2.0.5",
"vue": "^3.4.38",
"vue-i18n": "^9.13.1",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.1.4"
}
}
Loading

0 comments on commit 16387c1

Please sign in to comment.