Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jun 6, 2023
1 parent f2345d6 commit a2a80e4
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 59 deletions.
10 changes: 5 additions & 5 deletions .starters/default/package.json
Expand Up @@ -10,12 +10,12 @@
"lint": "eslint ."
},
"devDependencies": {
"@nuxt-themes/docus": "^1.12.0",
"@nuxt/devtools": "^0.4.6",
"@nuxt-themes/docus": "^1.12.1",
"@nuxt/devtools": "^0.5.5",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.1.5",
"eslint": "^8.40.0",
"nuxt": "^3.5.0"
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"nuxt": "^3.5.3"
}
}
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -31,23 +31,23 @@
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.6.0",
"@nuxthq/studio": "^0.12.1",
"@nuxthq/studio": "^0.13.2",
"@vueuse/nuxt": "^10.1.2"
},
"devDependencies": {
"@algolia/client-search": "^4.17.0",
"@docsearch/css": "^3.3.4",
"@docsearch/js": "^3.3.4",
"@nuxt/devtools": "^0.4.6",
"@algolia/client-search": "^4.17.1",
"@docsearch/css": "^3.4.0",
"@docsearch/js": "^3.4.0",
"@nuxt/devtools": "^0.5.5",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/algolia": "^1.7.0",
"@types/node": "^20.1.5",
"eslint": "^8.40.0",
"nuxt": "^3.5.0",
"release-it": "^15.10.3",
"typescript": "^5.0.4",
"vite-plugin-inspect": "^0.7.26",
"vue": "^3.3.2"
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"nuxt": "^3.5.3",
"release-it": "^15.11.0",
"typescript": "^5.1.3",
"vite-plugin-inspect": "^0.7.28",
"vue": "^3.3.4"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit a2a80e4

Please sign in to comment.