Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Mar 19, 2023
1 parent 2d67528 commit 8fd677c
Show file tree
Hide file tree
Showing 7 changed files with 783 additions and 1,268 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Expand Up @@ -28,10 +28,10 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.3",
"vite": "^4.1.4"
"sass": "^1.59.3",
"vite": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"dotenv": "^16.0.3",
"vitepress": "^1.0.0-alpha.47"
"vitepress": "^1.0.0-alpha.60"
},
"dependencies": {
"@vueuse/core": "^9.13.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt/package.json
Expand Up @@ -14,6 +14,6 @@
"@nuxtjs/harlem": "^1.2.0"
},
"devDependencies": {
"nuxt": "^3.2.2"
"nuxt": "^3.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/vite-ts-actions/package.json
Expand Up @@ -15,7 +15,7 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.1.4"
"@vitejs/plugin-vue": "^4.1.0",
"vite": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/vite-ts/package.json
Expand Up @@ -14,7 +14,7 @@
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"vite": "^4.1.4"
"@vitejs/plugin-vue": "^4.1.0",
"vite": "^4.2.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -30,23 +30,23 @@
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@types/fs-extra": "^11.0.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitest/coverage-c8": "^0.28.5",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitest/coverage-c8": "^0.29.3",
"c8": "^7.13.0",
"esbuild-plugin-replace": "^1.3.0",
"eslint": "^8.34.0",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^9.9.0",
"fs-extra": "^11.1.0",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"jsdom": "^21.1.1",
"lerna": "^6.5.1",
"standard-changelog": "^2.0.27",
"tsup": "^6.6.3",
"typedoc": "^0.23.25",
"tsup": "^6.7.0",
"typedoc": "^0.23.28",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.9.5",
"vitest": "^0.28.5",
"typescript": "^5.0.2",
"vitest": "^0.29.3",
"vue-eslint-parser": "^9.1.0"
}
}

1 comment on commit 8fd677c

@vercel
Copy link

@vercel vercel bot commented on 8fd677c Mar 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.