Skip to content

Commit

Permalink
Merge pull request #27 from Applelo/dev
Browse files Browse the repository at this point in the history
Version 0.8.1
  • Loading branch information
Applelo authored Feb 2, 2024
2 parents 8ffcb12 + 78f7250 commit fd22989
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 453 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@compotes/root",
"type": "module",
"version": "0.8.0",
"version": "0.8.1",
"private": "true",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.1",
"description": "Components library focused on accessibility/customization",
"author": "Applelo",
"license": "MIT",
Expand Down Expand Up @@ -43,14 +43,14 @@
"publish": "pnpm run -r publish"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.2",
"@antfu/eslint-config": "2.6.3",
"eslint": "^8.56.0",
"playwright": "^1.40.1",
"playwright": "^1.41.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitepress": "1.0.0-rc.36",
"vitest": "^1.1.3",
"vue": "^3.4.10",
"vite": "^5.0.12",
"vitepress": "1.0.0-rc.41",
"vitest": "^1.2.2",
"vue": "^3.4.15",
"vue-tsc": "^1.8.27"
}
}
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "compotes",
"type": "module",
"version": "0.8.0",
"packageManager": "pnpm@8.14.1",
"version": "0.8.1",
"packageManager": "pnpm@8.15.1",
"description": "Components library focused on accessibility/customization",
"author": "Applelo",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"main": "./dist/compotes.umd.cjs",
"module": "./dist/compotes.js",
"types": "./dist/index.ts",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand All @@ -58,9 +58,9 @@
"tabbable": "^6.2.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/node": "^20.11.16",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0"
"vite": "^5.0.12",
"vite-plugin-dts": "^3.7.2"
}
}
Loading

0 comments on commit fd22989

Please sign in to comment.