Skip to content

Commit

Permalink
Merge pull request #65 from jesusantguerrero/release/1.3.0
Browse files Browse the repository at this point in the history
chore: replace coverage package
  • Loading branch information
jesusantguerrero authored Nov 6, 2023
2 parents c073672 + 6e4e8d1 commit f4e33ae
Show file tree
Hide file tree
Showing 12 changed files with 924 additions and 4,423 deletions.
4,987 changes: 919 additions & 4,068 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atmosphere-ui",
"version": "1.3.1",
"version": "1.3.2",
"description": "UI for jetstream/inertia and Vue 3",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -32,6 +32,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vitest/coverage-v8": "^0.34.6",
"floating-vue": "^2.0.0-beta.24",
"lodash": "^4.17.21",
"mathjs": "^11.12.0",
Expand All @@ -53,7 +54,7 @@
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-mdx-gfm": "^7.4.5",
"@storybook/addon-mdx-gfm": "^7.5.2",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "^7.5.2",
"@storybook/vue3-vite": "^7.5.2",
Expand All @@ -80,21 +81,21 @@
"eslint": "^8.53.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-vue": "^9.18.1",
"glob": "^7.1.6",
"jsdom": "^22.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"sass": "^1.69.5",
"standard-version": "^9.5.0",
"start-server-and-test": "^2.0.2",
"storybook": "^7.4.5",
"storybook": "^7.5.2",
"tailwindcss": "^3.3.5",
"typescript": "~5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vitest": "^0.34.6",
"vue": "^3.3.7",
"glob": "^7.1.6",
"vue-loader": "^17.3.1",
"vue-tsc": "^1.8.22"
},
Expand Down
213 changes: 0 additions & 213 deletions src/stories/Installation.stories.mdx

This file was deleted.

130 changes: 0 additions & 130 deletions src/stories/Introduction.stories.mdx

This file was deleted.

1 change: 0 additions & 1 deletion src/stories/assets/code-brackets.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/stories/assets/colors.svg

This file was deleted.

Loading

0 comments on commit f4e33ae

Please sign in to comment.