Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stevebauman/showcode
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed May 4, 2024
2 parents 28c5e70 + fd85ad9 commit 58f4b77
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 121 deletions.
3 changes: 1 addition & 2 deletions components/ButtonBackground.vue
Expand Up @@ -26,9 +26,8 @@
</template>

<script>
import { ref } from '@nuxtjs/composition-api';
import { XIcon, CheckIcon } from 'vue-feather-icons';
import { ref, watch } from '@nuxtjs/composition-api';
import { debounce } from 'lodash';
export default {
props: {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -26,25 +26,25 @@
"@stevebauman/shiki": "^0.10.5",
"@tailwindcss/forms": "^0.4.0",
"@vueuse/core": "^8.2.6",
"autoprefixer": "^10.4.2",
"autoprefixer": "^10.4.19",
"chroma-js": "^2.4.2",
"collect.js": "^4.36.1",
"core-js": "^3.15.1",
"core-js": "^3.37.0",
"cssjson": "^2.1.3",
"detect-browser": "^5.2.1",
"downloadjs": "^1.4.7",
"file-select-dialog": "^1.5.4",
"fuse.js": "^6.6.2",
"fuse.js": "^7.0.0",
"granim": "^2.0.0",
"hex-alpha": "^1.3.0",
"html-to-image": "^1.9.0",
"idb-keyval": "^6.2.0",
"interactjs": "^1.10.11",
"idb-keyval": "^6.2.1",
"interactjs": "^1.10.27",
"lodash": "^4.17.21",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"monaco-themes": "^0.4.0",
"nuxt": "^2.15.7",
"nuxt": "2.15.7",
"perfect-scrollbar": "^1.5.5",
"pinia": "^2.0.13",
"postcss": "^8.4.6",
Expand Down

0 comments on commit 58f4b77

Please sign in to comment.