|
20 | 20 | ]
|
21 | 21 | },
|
22 | 22 | "scripts": {
|
23 |
| - "postinstall": "yarn build && lerna link", |
| 23 | + "postinstall": "lerna link", |
24 | 24 | "bootstrap": "lerna bootstrap --use-workspaces",
|
25 | 25 | "build:dev": "yarn workspace @chakra-ui/vue run rollup --config rollup.dev.config.js",
|
26 | 26 | "build": "yarn workspace @chakra-ui/vue build",
|
|
104 | 104 | "vue-template-compiler": "^2.6.11"
|
105 | 105 | },
|
106 | 106 | "devDependencies": {
|
| 107 | + "@babel/cli": "^7.8.4", |
107 | 108 | "@babel/core": "^7.9.0",
|
108 | 109 | "@babel/plugin-proposal-object-rest-spread": "^7.7.4",
|
109 | 110 | "@babel/plugin-transform-modules-commonjs": "^7.7.4",
|
110 | 111 | "@babel/plugin-transform-parameters": "^7.7.4",
|
111 | 112 | "@babel/preset-env": "^7.9.5",
|
| 113 | + "@babel/runtime-corejs2": "^7.8.7", |
112 | 114 | "@changesets/cli": "^2.7.1",
|
113 | 115 | "@commitlint/cli": "^8.2.0",
|
114 | 116 | "@commitlint/config-conventional": "^8.2.0",
|
115 |
| - "@babel/cli": "^7.8.4", |
116 |
| - "@babel/runtime-corejs2": "^7.8.7", |
| 117 | + "@emotion/babel-plugin": "^11.1.2", |
| 118 | + "@emotion/eslint-plugin": "^11.0.0", |
117 | 119 | "@nuxtjs/eslint-config": "^3.0.0",
|
118 | 120 | "@nuxtjs/eslint-module": "^1.0.0",
|
119 | 121 | "@nuxtjs/module-test-utils": "^1.6.1",
|
120 | 122 | "@testing-library/jest-dom": "^5.1.1",
|
121 | 123 | "@testing-library/user-event": "^10.0.0",
|
122 | 124 | "@testing-library/vue": "^4.1.0",
|
| 125 | + "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
| 126 | + "@vue/babel-plugin-transform-vue-jsx": "^1.1.2", |
| 127 | + "@vue/babel-preset-app": "^4.1.1", |
| 128 | + "@vue/babel-preset-jsx": "^1.1.2", |
| 129 | + "@vue/cli-plugin-babel": "^3.11.0", |
| 130 | + "@vue/cli-plugin-eslint": "^3.11.0", |
| 131 | + "@vue/cli-plugin-pwa": "^3.11.0", |
| 132 | + "@vue/cli-plugin-unit-jest": "^3.11.0", |
123 | 133 | "@vue/devtools": "^5.3.3",
|
124 |
| - "babel-eslint": "^10.1.0", |
| 134 | + "@vue/eslint-config-standard": "^4.0.0", |
| 135 | + "@vue/test-utils": "1.0.0-beta.29", |
125 | 136 | "babel-core": "7.0.0-bridge.0",
|
| 137 | + "babel-eslint": "^10.1.0", |
126 | 138 | "babel-helper-vue-jsx-merge-props": "^2.0.3",
|
127 | 139 | "babel-jest": "^23.6.0",
|
128 | 140 | "babel-loader": "^8.0.6",
|
|
155 | 167 | "rollup-plugin-vue": "^5.1.4",
|
156 | 168 | "styled-system": "^5.1.2",
|
157 | 169 | "v-scroll-lock": "^1.1.0",
|
158 |
| - "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", |
159 |
| - "@vue/babel-plugin-transform-vue-jsx": "^1.1.2", |
160 |
| - "@vue/babel-preset-app": "^4.1.1", |
161 |
| - "@vue/babel-preset-jsx": "^1.1.2", |
162 |
| - "@vue/cli-plugin-babel": "^3.11.0", |
163 |
| - "@vue/cli-plugin-eslint": "^3.11.0", |
164 |
| - "@vue/cli-plugin-pwa": "^3.11.0", |
165 |
| - "@vue/cli-plugin-unit-jest": "^3.11.0", |
166 |
| - "@vue/eslint-config-standard": "^4.0.0", |
167 |
| - "@vue/test-utils": "1.0.0-beta.29", |
168 | 170 | "vue-loader": "^15.7.1",
|
169 | 171 | "vue-lorem-ipsum": "^0.0.1",
|
170 | 172 | "watch": "^1.0.2"
|
|
0 commit comments