@storybook/preset-vue3-webpack 7.1.1-pr-23508-838046e-1689759443.0 → 7.1.1-pr-22631-1689802540-351503cb.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- var __require=(x=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(x,{get:(a,b)=>(typeof require<"u"?require:a)[b]}):x)(function(x){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+x+'" is not supported')});var addons=[__require.resolve("@storybook/preset-vue3-webpack/dist/framework-preset-vue3"),__require.resolve("@storybook/preset-vue3-webpack/dist/framework-preset-vue3-docs")];
1
+ var __require=(x=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(x,{get:(a,b)=>(typeof require<"u"?require:a)[b]}):x)(function(x){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+x+'" is not supported')});var addons=[__require.resolve("@storybook/preset-vue3-webpack/dist/framework-preset-vue3"),__require.resolve("@storybook/preset-vue3-webpack/dist/framework-preset-vue3-docs")];
2
2
 
3
3
  export { addons };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preset-vue3-webpack",
3
- "version": "7.1.1-pr-23508-838046e-1689759443.0",
3
+ "version": "7.1.1-pr-22631-1689802540-351503cb.0",
4
4
  "description": "Storybook for Vue 3: Develop Vue 3 Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -54,12 +54,12 @@
54
54
  "*.d.ts"
55
55
  ],
56
56
  "scripts": {
57
- "check": "../../../scripts/node_modules/.bin/tsc --noEmit",
57
+ "check": "../../../scripts/prepare/check.ts",
58
58
  "prep": "../../../scripts/prepare/bundle.ts"
59
59
  },
60
60
  "dependencies": {
61
- "@storybook/core-webpack": "7.1.1-pr-23508-838046e-1689759443.0",
62
- "@storybook/docs-tools": "7.1.1-pr-23508-838046e-1689759443.0",
61
+ "@storybook/core-webpack": "7.1.1-pr-22631-1689802540-351503cb.0",
62
+ "@storybook/docs-tools": "7.1.1-pr-22631-1689802540-351503cb.0",
63
63
  "@types/node": "^16.0.0",
64
64
  "ts-loader": "^9.2.8",
65
65
  "vue-docgen-api": "^4.46.0",