|
16 | 16 | "clean": "yarn workspaces run clean",
|
17 | 17 | "prebuild": "yarn clean",
|
18 | 18 | "build": "yarn preconstruct build",
|
19 |
| - "postbuild": "yarn size-limit", |
| 19 | + "build:types": "ts-node scripts/generate-global-types.ts", |
| 20 | + "postbuild": "yarn build:types && yarn size-limit", |
20 | 21 | "start": "preconstruct watch",
|
21 | 22 | "csb:install": "yarn && yarn bootstrap",
|
22 | 23 | "bootstrap": "yarn run lerna bootstrap",
|
23 | 24 | "scaffold": "hygen generator",
|
24 | 25 | "release": "yarn changeset publish",
|
| 26 | + "preplaygound:dev": "node ./scripts/dev.js", |
25 | 27 | "playground:dev": "NODE_ENV=development vite serve playground --config ./vite.config.ts --open",
|
| 28 | + "preplaygound:build": "node ./scripts/dev.js", |
26 | 29 | "playground:build": "yarn install && yarn build && NODE_ENV=production vite build playground --config ./vite.config.ts",
|
27 | 30 | "cy:open": "cypress open-ct",
|
28 | 31 | "cy:run": "cypress run-ct --quiet",
|
29 | 32 | "test:component": "yarn cy:run",
|
30 |
| - "test": "jest && yarn cy:run", |
| 33 | + "test": "jest", |
31 | 34 | "test:unit": "cross-env NODE_ENV=test jest --config jest.config.js",
|
32 | 35 | "lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
|
33 | 36 | "docs:dev:legacy": "vitepress dev docs",
|
|
57 | 60 | "@commitlint/config-conventional": "^11.0.0",
|
58 | 61 | "@cypress/snapshot": "^2.1.7",
|
59 | 62 | "@cypress/vite-dev-server": "^1.2.6",
|
60 |
| - "@cypress/vue": "^3.0.1", |
| 63 | + "@cypress/vue": "^3.0.3", |
61 | 64 | "@docusaurus/utils": "^2.0.0-beta.3",
|
62 | 65 | "@emotion/css": "^11.1.3",
|
63 | 66 | "@emotion/server": "^11.0.0",
|
|
82 | 85 | "@types/uuid": "^8.3.1",
|
83 | 86 | "@typescript-eslint/eslint-plugin": "^2.34.0",
|
84 | 87 | "@typescript-eslint/parser": "4.0.1",
|
85 |
| - "@vitejs/plugin-vue": "^1.2.1", |
| 88 | + "@vitejs/plugin-vue": "^1.10.2", |
86 | 89 | "@vitejs/plugin-vue-jsx": "^1.1.6",
|
87 | 90 | "@vue/babel-plugin-jsx": "^1.0.3",
|
88 | 91 | "@vue/compiler-sfc": "^3.1.4",
|
|
92 | 95 | "@vuedx/typecheck": "^0.4.1",
|
93 | 96 | "@vuedx/typescript-plugin-vue": "^0.4.1",
|
94 | 97 | "@vueuse/core": "4.9.1",
|
95 |
| - "@vueuse/head": "^0.6.0", |
| 98 | + "@vueuse/head": "^0.7.4", |
96 | 99 | "@vueuse/integrations": "^4.8.1",
|
97 | 100 | "@vueuse/motion": "^1.5.4",
|
98 | 101 | "aria-hidden": "^1.1.2",
|
|
102 | 105 | "change-case": "^4.1.1",
|
103 | 106 | "chokidar": "^3.5.1",
|
104 | 107 | "concurrently": "^5.3.0",
|
105 |
| - "consola": "^2.15.0", |
| 108 | + "consola": "^2.15.3", |
106 | 109 | "cross-env": "^7.0.2",
|
107 | 110 | "css-get-unit": "^1.0.1",
|
108 | 111 | "csstype": "^3.0.5",
|
|
111 | 114 | "cypress-plugin-tab": "^1.0.5",
|
112 | 115 | "dequal": "^2.0.2",
|
113 | 116 | "dom-focus-lock": "^1.0.4",
|
114 |
| - "esbuild": "^0.12.12", |
| 117 | + "esbuild": "0.13.4", |
115 | 118 | "esbuild-jest": "0.4.0",
|
116 | 119 | "esbuild-plugin-babel": "^0.2.3",
|
117 | 120 | "eslint": "^7.0.0",
|
|
147 | 150 | "tinycolor2": "^1.4.2",
|
148 | 151 | "ts-jest": "^26.5.0",
|
149 | 152 | "ts-node": "^9.0.0",
|
150 |
| - "typescript": "^4.1.3", |
151 |
| - "vite": "^2.4.0", |
| 153 | + "typescript": "^4.5.4", |
152 | 154 | "unplugin-vue-components": "^0.14.0",
|
| 155 | + "vite": "^2.7.4", |
153 | 156 | "vite-plugin-mdx-vue": "^1.1.3",
|
154 |
| - "vite-plugin-pages": "^0.9.2", |
| 157 | + "vite-plugin-pages": "^0.18.2", |
155 | 158 | "vite-plugin-vue-layouts": "^0.3.1",
|
156 |
| - "vite-ssg": "^0.11.4", |
157 |
| - "vitepress": "^0.20.0", |
158 |
| - "vue": "^3.1.4", |
| 159 | + "vite-ssg": "^0.17.2", |
| 160 | + "vitepress": "^0.12.0", |
| 161 | + "vue": "^3.2.24", |
159 | 162 | "vue-jest": "^5.0.0-alpha.7",
|
160 | 163 | "vue-prism-editor": "^2.0.0-alpha.2",
|
161 |
| - "vue-router": "^4.0.10", |
| 164 | + "vue-router": "^4.0.12", |
162 | 165 | "vue3-perfect-scrollbar": "^1.5.5"
|
163 | 166 | },
|
164 | 167 | "preconstruct": {
|
|
0 commit comments