Skip to content

Commit

Permalink
Add versions to internal packages ❤️‍🔥 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored May 17, 2023
1 parent ded21f2 commit b3b007c
Show file tree
Hide file tree
Showing 12 changed files with 172 additions and 169 deletions.
4 changes: 2 additions & 2 deletions examples/preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@zoom-image/core": "latest",
"preact": "^10.14.0"
"preact": "^10.14.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"vite": "^4.3.6"
"vite": "^4.3.7"
}
}
8 changes: 4 additions & 4 deletions examples/qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"dev": "vite --mode ssr"
},
"devDependencies": {
"@builder.io/qwik": "1.1.2",
"@builder.io/qwik-city": "^1.1.2",
"@types/node": "^20.1.4",
"@builder.io/qwik": "1.1.4",
"@builder.io/qwik-city": "^1.1.4",
"@types/node": "^20.1.7",
"typescript": "5.0.4",
"unocss": "^0.51.13",
"vite": "4.3.6",
"vite": "4.3.7",
"vite-tsconfig-paths": "4.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"vite": "^4.3.6"
"vite": "^4.3.7"
}
}
2 changes: 1 addition & 1 deletion examples/solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@unocss/preset-mini": "^0.51.13",
"@unocss/vite": "^0.51.13",
"typescript": "^5.0.4",
"vite": "^4.3.6",
"vite": "^4.3.7",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.59.1",
"svelte-check": "^3.3.2",
"tslib": "^2.5.0",
"tslib": "^2.5.1",
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"vite": "^4.3.6"
"vite": "^4.3.7"
}
}
2 changes: 1 addition & 1 deletion examples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"typescript": "^5.0.4",
"unocss": "^0.51.13",
"vite": "^4.3.6"
"vite": "^4.3.7"
},
"dependencies": {
"@zoom-image/core": "latest"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"vue": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.1.4",
"@types/node": "^20.1.7",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.0.4",
"unocss": "^0.51.13",
"vite": "^4.3.6",
"vite": "^4.3.7",
"vue-tsc": "^1.6.5"
}
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^7.0.0",
"@types/node": "^20.1.4",
"@types/node": "^20.1.7",
"@types/testing-library__jest-dom": "^5.14.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-c8": "^0.31.1",
"@vue/test-utils": "^2.3.2",
"eslint-config-custom": "workspace:*",
"fast-check": "^3.8.1",
"fast-check": "^3.8.2",
"happy-dom": "^9.18.3",
"size-limit": "^8.2.4",
"tsconfig": "workspace:*",
"tsup": "6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.6",
"vitest": "^0.31.0",
"vite": "^4.3.7",
"vitest": "^0.31.1",
"vue": "^3.3.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vue/eslint-config-typescript": "^11.0.3",
"@zoom-image/core": "workspace:*",
"eslint-config-custom": "workspace:*",
"eslint-plugin-vue": "^9.11.0",
"eslint-plugin-vue": "^9.13.0",
"unocss": "^0.51.13",
"vitepress": "1.0.0-alpha.75",
"vue": "^3.3.2"
Expand Down
6 changes: 4 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "eslint-config-custom",
"version": "0.0.0",
"private": true,
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "8.40.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-turbo": "^1.9.3",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "^1.9.7",
"tsconfig": "workspace:*"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "tsconfig",
"version": "0.0.0",
"private": true,
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b3b007c

Please sign in to comment.