This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +93
-646
lines changed Expand file tree Collapse file tree 3 files changed +93
-646
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' nuxt-js ' : minor
3+ ' @chakra-ui/vue ' : minor
4+ ' @chakra-ui/nuxt ' : minor
5+ ' @chakra-ui/theme-vue ' : minor
6+ ' chakra-ui-docs ' : minor
7+ ---
8+
9+ fix: Include all position values in CToast, fix: import in custom theme code snippet
Original file line number Diff line number Diff line change 100100 "@vue/cli-plugin-eslint" : " ^3.11.0" ,
101101 "@vue/cli-plugin-pwa" : " ^3.11.0" ,
102102 "@vue/cli-plugin-unit-jest" : " ^3.11.0" ,
103- "@vue/devtools" : " ^5.3.3" ,
104103 "@vue/eslint-config-standard" : " ^4.0.0" ,
105104 "@vue/test-utils" : " 1.0.0-beta.29" ,
106105 "add" : " ^2.0.6" ,
165164 "rollup-plugin-json" : " ^4.0.0" ,
166165 "rollup-plugin-jsx" : " ^1.0.3" ,
167166 "rollup-plugin-node-resolve" : " ^5.2.0" ,
168- "rollup-plugin-scss" : " ^2.1.0 " ,
167+ "rollup-plugin-scss" : " 3 " ,
169168 "rollup-plugin-terser" : " ^5.1.2" ,
170169 "rollup-plugin-vue" : " ^5.1.4" ,
171170 "sass-loader" : " ^8.0.2" ,
196195 " styled-system" ,
197196 " kittens ;)"
198197 ],
199- "version" : " 0.0.0"
198+ "version" : " 0.0.0" ,
199+ "devDependencies" : {
200+ "sass" : " ^1.52.3"
201+ }
200202}
You can’t perform that action at this time.
0 commit comments