Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 30, 2023
1 parent 565c66a commit 15a64dd
Show file tree
Hide file tree
Showing 5 changed files with 1,315 additions and 1,006 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.13.0",
"nuxt": "^3.6.1"
"@nuxt-themes/docus": "^1.14.4",
"nuxt": "^3.6.5"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.11",
"scripts": {
"build": "rimraf packages/*/dist && pnpm -r --filter=./packages/* run build",
"nx:build": "nx run-many --target=build --p @hebilicious/nuxtpress",
Expand All @@ -15,26 +15,26 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/ni": "^0.21.4",
"@nuxt/test-utils": "^3.6.1",
"@types/node": "^18.16.19",
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.5",
"@nuxt/test-utils": "^3.6.5",
"@types/node": "^18.17.1",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "8.44.0",
"esno": "^0.16.3",
"fast-glob": "^3.3.0",
"eslint": "8.46.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"lint-staged": "^13.2.3",
"nx": "^16.4.2",
"pnpm": "8.6.5",
"nx": "^16.5.5",
"pnpm": "8.6.11",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxtpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"vite": "*"
},
"dependencies": {
"@nuxt/kit": "3.6.1",
"@nuxt/kit": "3.6.5",
"defu": "^6.1.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
Expand All @@ -49,12 +49,12 @@
"picocolors": "^1.0.0",
"shiki": "^0.14.3",
"shiki-processor": "^0.1.3",
"vite-plugin-vue-markdown": "^0.23.5"
"vite-plugin-vue-markdown": "^0.23.7"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"@types/markdown-it-attrs": "^4.1.0",
"@types/markdown-it-container": "^2.0.5",
"@types/markdown-it-container": "^2.0.6",
"@types/markdown-it-emoji": "^2.0.2",
"h3": "^1.7.1",
"markdown-it-shiki": "^0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/devtools": "^0.6.6",
"@nuxt/devtools": "^0.7.1",
"nuxt": "latest"
}
}

0 comments on commit 15a64dd

Please sign in to comment.