diff --git a/package.json b/package.json index 11c1674b..1c23a7e9 100644 --- a/package.json +++ b/package.json @@ -15,19 +15,19 @@ "lint:check": "vuepress check-md src && prettier . --check && eslint \"**/*.{js,vue}\"" }, "dependencies": { - "@passwordlessdev/passwordless-client": "1.1.2", - "swagger-ui-dist": "5.12.3" + "@passwordlessdev/passwordless-client": "1.2.1", + "swagger-ui-dist": "5.17.14" }, "devDependencies": { "@vuepress/plugin-docsearch": "2.0.0-rc.0", - "@vuepress/plugin-register-components": "2.0.0-rc.0", - "eslint": "8.56.0", + "@vuepress/plugin-register-components": "2.0.0-rc.54", + "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", - "eslint-plugin-vue": "9.20.1", - "prettier": "3.2.4", - "prettier-plugin-organize-imports": "4.0.0", - "vuepress": "2.0.0-rc.0", - "vuepress-plugin-code-switcher": "2.0.0", - "vuepress-plugin-md-enhance": "2.0.0-rc.12" + "eslint-plugin-vue": "9.28.0", + "prettier": "3.3.3", + "prettier-plugin-organize-imports": "4.1.0", + "vuepress": "2.0.0-rc.18", + "vuepress-plugin-code-switcher": "2.0.1", + "vuepress-plugin-md-enhance": "2.0.0-rc.57" } }