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 100
100
"@vue/cli-plugin-eslint" : " ^3.11.0" ,
101
101
"@vue/cli-plugin-pwa" : " ^3.11.0" ,
102
102
"@vue/cli-plugin-unit-jest" : " ^3.11.0" ,
103
- "@vue/devtools" : " ^5.3.3" ,
104
103
"@vue/eslint-config-standard" : " ^4.0.0" ,
105
104
"@vue/test-utils" : " 1.0.0-beta.29" ,
106
105
"add" : " ^2.0.6" ,
165
164
"rollup-plugin-json" : " ^4.0.0" ,
166
165
"rollup-plugin-jsx" : " ^1.0.3" ,
167
166
"rollup-plugin-node-resolve" : " ^5.2.0" ,
168
- "rollup-plugin-scss" : " ^2.1.0 " ,
167
+ "rollup-plugin-scss" : " 3 " ,
169
168
"rollup-plugin-terser" : " ^5.1.2" ,
170
169
"rollup-plugin-vue" : " ^5.1.4" ,
171
170
"sass-loader" : " ^8.0.2" ,
196
195
" styled-system" ,
197
196
" kittens ;)"
198
197
],
199
- "version" : " 0.0.0"
198
+ "version" : " 0.0.0" ,
199
+ "devDependencies" : {
200
+ "sass" : " ^1.52.3"
201
+ }
200
202
}
You can’t perform that action at this time.
0 commit comments