@prismicio/vue
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
{ | ||
"name": "@prismicio/vue", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Vue plugin, components, and composables to fetch and present Prismic content", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.js" | ||
}, | ||
@@ -28,3 +28,3 @@ "./package.json": "./package.json" | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -52,6 +52,6 @@ "files": [ | ||
"dependencies": { | ||
"@prismicio/client": "^6.0.0-beta.3", | ||
"@prismicio/helpers": "^2.0.0-beta.3", | ||
"@prismicio/types": "^0.1.18", | ||
"isomorphic-unfetch": "3.1.0", | ||
"@prismicio/client": "^6.0.0-beta.4", | ||
"@prismicio/helpers": "^2.0.0-beta.6", | ||
"@prismicio/types": "^0.1.19", | ||
"isomorphic-unfetch": "^3.1.0", | ||
"vue-router": "^4.0.12" | ||
@@ -64,18 +64,18 @@ }, | ||
"@types/sinon": "10.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.4.0", | ||
"@typescript-eslint/parser": "^5.4.0", | ||
"@vitejs/plugin-vue": "^1.9.4", | ||
"@vue/compiler-sfc": "^3.2.22", | ||
"@typescript-eslint/eslint-plugin": "^5.5.0", | ||
"@typescript-eslint/parser": "^5.5.0", | ||
"@vitejs/plugin-vue": "^1.10.1", | ||
"@vue/compiler-sfc": "^3.2.23", | ||
"@vue/eslint-config-typescript": "^9.1.0", | ||
"@vue/test-utils": "^2.0.0-rc.16", | ||
"@vue/test-utils": "^2.0.0-rc.17", | ||
"ava": "^3.15.0", | ||
"eslint": "^8.2.0", | ||
"eslint": "^8.3.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-tsdoc": "^0.2.14", | ||
"eslint-plugin-vue": "^8.0.3", | ||
"jsdom": "^18.1.0", | ||
"eslint-plugin-vue": "^8.1.1", | ||
"jsdom": "^19.0.0", | ||
"jsdom-global": "^3.0.2", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.5.0", | ||
"prettier-plugin-jsdoc": "^0.3.30", | ||
@@ -86,3 +86,3 @@ "sinon": "^12.0.1", | ||
"ts-eager": "^2.0.2", | ||
"typescript": "^4.4.4", | ||
"typescript": "^4.5.2", | ||
"vite": "^2.6.14", | ||
@@ -89,0 +89,0 @@ "vue": "^3.2.22" |
380031
Updated@prismicio/types@^0.1.19
Updatedisomorphic-unfetch@^3.1.0