Skip to content

Commit

Permalink
Clean up and upgrade packages 💞 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored Feb 3, 2024
1 parent ae8154a commit 719f816
Show file tree
Hide file tree
Showing 15 changed files with 568 additions and 607 deletions.
16 changes: 8 additions & 8 deletions examples/with-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"dev": "ng serve"
},
"dependencies": {
"@angular/common": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular/platform-browser": "^17.1.1",
"@angular/platform-browser-dynamic": "^17.1.1",
"@angular/common": "^17.1.2",
"@angular/core": "^17.1.2",
"@angular/platform-browser": "^17.1.2",
"@angular/platform-browser-dynamic": "^17.1.2",
"@zoom-image/angular": "latest",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.1",
"@angular/cli": "~17.1.1",
"@angular/compiler": "^17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@angular-devkit/build-angular": "^17.1.2",
"@angular/cli": "~17.1.2",
"@angular/compiler": "^17.1.2",
"@angular/compiler-cli": "^17.1.2",
"typescript": "~5.3.3"
}
}
4 changes: 2 additions & 2 deletions examples/with-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dev": "next dev"
},
"dependencies": {
"@types/node": "^20.11.7",
"@types/react": "^18.2.48",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@unocss/postcss": "^0.58.4",
"@unocss/reset": "^0.58.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/with-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"dev": "vite --mode ssr"
},
"devDependencies": {
"@builder.io/qwik": "1.4.2",
"@builder.io/qwik-city": "^1.4.2",
"@types/node": "^20.11.7",
"@builder.io/qwik": "1.4.3",
"@builder.io/qwik-city": "^1.4.3",
"@types/node": "^20.11.16",
"@unocss/reset": "^0.58.4",
"typescript": "5.3.3",
"undici": "^6.5.0",
"undici": "^6.6.0",
"unocss": "^0.58.4",
"vite": "^5.0.12",
"vite-tsconfig-paths": "4.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@unocss/reset": "^0.58.4",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
14 changes: 7 additions & 7 deletions examples/with-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"dev": "remix dev --manual"
},
"dependencies": {
"@remix-run/css-bundle": "^2.5.1",
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"@remix-run/css-bundle": "^2.6.0",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@remix-run/serve": "^2.6.0",
"@unocss/reset": "^0.58.4",
"@zoom-image/react": "latest",
"isbot": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.5.1",
"@remix-run/eslint-config": "^2.5.1",
"@types/react": "^18.2.48",
"@remix-run/dev": "^2.6.0",
"@remix-run/eslint-config": "^2.6.0",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"eslint": "^8.56.0",
"tailwindcss": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@zoom-image/svelte": "latest"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@unocss/reset": "^0.58.4",
"svelte": "^4.2.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vue": "^3.4.15"
},
"devDependencies": {
"@types/node": "^20.11.7",
"@types/node": "^20.11.16",
"@unocss/reset": "^0.58.4",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,13 @@
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@zoom-image/core": "workspace:*",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"esno": "^4.0.0",
"export-size": "^0.7.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^1.11.3",
"turbo": "^1.12.2",
"unocss": "^0.58.4"
}
}
10 changes: 5 additions & 5 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.1",
"@angular/cli": "~17.1.1",
"@angular/compiler": "^17.1.1",
"@angular/compiler-cli": "^17.1.1",
"@angular/core": "^17.1.1",
"@angular-devkit/build-angular": "^17.1.2",
"@angular/cli": "~17.1.2",
"@angular/compiler": "^17.1.2",
"@angular/compiler-cli": "^17.1.2",
"@angular/core": "^17.1.2",
"ng-packagr": "^17.1.2",
"typescript": "~5.3.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@testing-library/dom": "^9.3.4",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.1",
"@types/node": "^20.11.7",
"@types/node": "^20.11.16",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"eslint-config-custom": "workspace:*",
"fast-check": "^3.15.0",
"happy-dom": "^13.3.1",
"fast-check": "^3.15.1",
"happy-dom": "^13.3.8",
"size-limit": "^11.0.2",
"tsconfig": "workspace:*",
"tsup": "8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@zoom-image/core": "workspace:*",
"@zoom-image/vue": "workspace:*",
"eslint-config-custom": "workspace:*",
"eslint-plugin-vue": "^9.20.1",
"eslint-plugin-vue": "^9.21.1",
"vite": "^5.0.12",
"vitepress": "1.0.0-rc.40",
"vitepress": "1.0.0-rc.41",
"vue": "^3.4.15"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.3",
"eslint-config-turbo": "^1.12.2",
"tsconfig": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"qwik": "qwik"
},
"devDependencies": {
"@builder.io/qwik": "1.4.2",
"@builder.io/qwik": "1.4.3",
"eslint-config-custom": "workspace:*",
"npm-run-all": "^4.1.5",
"prettier": "3.2.4",
"typescript": "5.3.3",
"undici": "6.5.0",
"undici": "6.6.0",
"vite": "^5.0.12"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react": "^18.2.52",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "8.0.1",
Expand Down
Loading

0 comments on commit 719f816

Please sign in to comment.