|
22 | 22 | "test": "jest",
|
23 | 23 | "format": "npm run lint -- --fix",
|
24 | 24 | "lint": "eslint ./src/**/*.{vue,js,jsx,ts,tsx}",
|
25 |
| - "storybook": "start-storybook -p 6006", |
26 |
| - "build-storybook": "build-storybook", |
| 25 | + "storybook": "start-storybook -p 6006 -s public", |
| 26 | + "build-storybook": "build-storybook -s public", |
27 | 27 | "prepublishOnly": "npm run build",
|
28 | 28 | "semantic-release": "semantic-release"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "@storybook/addon-docs": "^6.3.8", |
32 |
| - "core-js": "^3.8.3", |
| 31 | + "@storybook/addon-docs": "^6.3.9", |
| 32 | + "core-js": "^3.18.2", |
33 | 33 | "jest-transform-stub": "^2.0.0",
|
34 |
| - "oh-vue-icons": "^0.4.3", |
35 |
| - "vue": "^3.0.5", |
36 |
| - "vuepress": "^2.0.0-beta.20" |
| 34 | + "oh-vue-icons": "^0.4.7", |
| 35 | + "vue": "^3.2.0" |
37 | 36 | },
|
38 | 37 | "devDependencies": {
|
39 |
| - "@babel/core": "^7.14.6", |
40 |
| - "@babel/eslint-parser": "^7.14.7", |
| 38 | + "@babel/core": "^7.15.5", |
| 39 | + "@babel/eslint-parser": "^7.15.7", |
41 | 40 | "@babel/plugin-syntax-jsx": "^7.14.5",
|
42 |
| - "@babel/preset-env": "^7.14.7", |
43 |
| - "@cypress/vite-dev-server": "^2.0.1", |
44 |
| - "@rollup/plugin-alias": "^3.1.4", |
| 41 | + "@babel/preset-env": "^7.15.6", |
| 42 | + "@cypress/vite-dev-server": "^2.1.1", |
| 43 | + "@rollup/plugin-alias": "^3.1.5", |
45 | 44 | "@rollup/plugin-babel": "^5.3.0",
|
46 |
| - "@rollup/plugin-commonjs": "^19.0.1", |
47 |
| - "@rollup/plugin-node-resolve": "^13.0.2", |
48 |
| - "@rollup/plugin-replace": "^2.4.2", |
49 |
| - "@rollup/plugin-url": "^6.0.0", |
50 |
| - "@storybook/addon-actions": "^6.3.8", |
51 |
| - "@storybook/addon-essentials": "^6.3.8", |
52 |
| - "@storybook/addon-links": "^6.3.8", |
| 45 | + "@rollup/plugin-commonjs": "^21.0.0", |
| 46 | + "@rollup/plugin-node-resolve": "^13.0.5", |
| 47 | + "@rollup/plugin-replace": "^3.0.0", |
| 48 | + "@rollup/plugin-url": "^6.1.0", |
| 49 | + "@storybook/addon-actions": "^6.3.9", |
| 50 | + "@storybook/addon-essentials": "^6.3.9", |
| 51 | + "@storybook/addon-links": "^6.3.9", |
53 | 52 | "@storybook/addon-postcss": "^2.0.0",
|
54 |
| - "@storybook/client-api": "^6.3.8", |
55 |
| - "@storybook/core-common": "^6.3.8", |
56 |
| - "@storybook/vue3": "^6.3.8", |
| 53 | + "@storybook/client-api": "^6.3.9", |
| 54 | + "@storybook/core-common": "^6.3.9", |
| 55 | + "@storybook/vue3": "^6.3.9", |
57 | 56 | "@testing-library/jest-dom": "^5.14.1",
|
| 57 | + "@testing-library/user-event": "^13.2.1", |
58 | 58 | "@testing-library/vue": "^6.4.2",
|
59 |
| - "@vitejs/plugin-vue": "^1.2.4", |
60 |
| - "@vitejs/plugin-vue-jsx": "^1.1.6", |
61 |
| - "@vue/compiler-sfc": "^3.0.5", |
62 |
| - "@vue/eslint-config-standard": "^6.0.0", |
63 |
| - "@vue/test-utils": "^2.0.0-rc.10", |
64 |
| - "autoprefixer": "^9.8.6", |
| 59 | + "@vitejs/plugin-vue": "^1.9.3", |
| 60 | + "@vitejs/plugin-vue-jsx": "^1.2.0", |
| 61 | + "@vue/compiler-sfc": "^3.2.19", |
| 62 | + "@vue/eslint-config-standard": "^6.1.0", |
| 63 | + "@vue/test-utils": "^2.0.0-rc.15", |
| 64 | + "autoprefixer": "^9.8.8", |
65 | 65 | "babel-loader": "^8.2.2",
|
66 | 66 | "cross-env": "^7.0.3",
|
67 |
| - "cypress": "^7.6.0", |
68 |
| - "eslint": "^7.29.0", |
69 |
| - "eslint-plugin-cypress": "^2.11.3", |
70 |
| - "eslint-plugin-import": "^2.23.4", |
| 67 | + "cypress": "^8.5.0", |
| 68 | + "eslint": "^7.32.0", |
| 69 | + "eslint-plugin-cypress": "^2.12.1", |
| 70 | + "eslint-plugin-import": "^2.24.2", |
71 | 71 | "eslint-plugin-node": "^11.1.0",
|
72 |
| - "eslint-plugin-promise": "^4.3.1", |
73 |
| - "eslint-plugin-vue": "^7.12.1", |
74 |
| - "globby": "^11.0.4", |
| 72 | + "eslint-plugin-promise": "^5.1.0", |
| 73 | + "eslint-plugin-vue": "^7.19.0", |
| 74 | + "globby": "^12.0.2", |
75 | 75 | "jest": "^26.6.3",
|
76 | 76 | "jest-svg-transformer": "^1.0.0",
|
77 |
| - "lint-staged": "^11.0.0", |
| 77 | + "lint-staged": "^11.2.0", |
78 | 78 | "mkdirp": "^1.0.4",
|
79 | 79 | "npm-run-all": "^4.1.5",
|
80 |
| - "postcss": "^8.3.5", |
| 80 | + "postcss": "^8.3.9", |
81 | 81 | "postcss-csso": "^5.0.1",
|
82 |
| - "postcss-flexbugs-fixes": "^4.2.1", |
| 82 | + "postcss-flexbugs-fixes": "^5.0.2", |
83 | 83 | "postcss-import": "^14.0.2",
|
84 |
| - "postcss-nested": "^5.0.5", |
| 84 | + "postcss-nested": "^5.0.6", |
85 | 85 | "postcss-preset-env": "^6.7.0",
|
86 | 86 | "postcss-url": "^10.1.3",
|
87 | 87 | "rimraf": "^3.0.2",
|
88 | 88 | "rollup-plugin-css-only": "^3.1.0",
|
89 |
| - "rollup-plugin-postcss": "^4.0.0", |
| 89 | + "rollup-plugin-postcss": "^4.0.1", |
90 | 90 | "rollup-plugin-terser": "^7.0.2",
|
91 |
| - "rollup-plugin-visualizer": "^5.5.0", |
| 91 | + "rollup-plugin-visualizer": "^5.5.2", |
92 | 92 | "rollup-plugin-vue": "^6.0.0",
|
93 | 93 | "semantic-release": "^17.4.4",
|
94 |
| - "storybook-builder-vite": "^0.0.12", |
95 |
| - "vite": "^2.3.8", |
96 |
| - "vue-jest": "^5.0.0-0", |
| 94 | + "vite": "^2.6.3", |
| 95 | + "vue-jest": "^5.0.0-alpha.10", |
97 | 96 | "vue-loader": "^16.2.0",
|
98 | 97 | "vue-router": "^4.0.10",
|
99 | 98 | "vue-router-mock": "^0.0.3",
|
100 |
| - "vuepress-vite": "^2.0.0-beta.20", |
101 | 99 | "yorkie": "^2.0.0"
|
102 | 100 | },
|
103 | 101 | "peerDependencies": {
|
|
0 commit comments