Skip to content

Commit

Permalink
Upgrade everything 💞
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 committed Nov 22, 2023
1 parent 9f0a4f7 commit 855b3c2
Show file tree
Hide file tree
Showing 30 changed files with 6,417 additions and 7,329 deletions.
22 changes: 11 additions & 11 deletions examples/with-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.3",
"@angular/common": "^16.2.3",
"@angular/compiler": "^16.2.3",
"@angular/core": "^16.2.3",
"@angular/platform-browser": "^16.2.3",
"@angular/platform-browser-dynamic": "^16.2.3",
"@angular/router": "^16.2.3",
"@angular/animations": "^17.0.4",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@socialplayer/angular": "latest",
"@socialplayer/dailymotion-plugin": "latest",
"@socialplayer/facebook-plugin": "latest",
Expand All @@ -26,12 +26,12 @@
"@socialplayer/youtube-plugin": "latest",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.13.1"
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.1",
"@angular/cli": "~16.2.1",
"@angular/compiler-cli": "^16.2.3",
"@angular-devkit/build-angular": "^17.0.3",
"@angular/cli": "~17.0.3",
"@angular/compiler-cli": "^17.0.4",
"typescript": "~5.2.2"
}
}
12 changes: 6 additions & 6 deletions examples/with-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"@socialplayer/vimeo-plugin": "latest",
"@socialplayer/wistia-plugin": "latest",
"@socialplayer/youtube-plugin": "latest",
"preact": "^10.17.1"
"preact": "^10.19.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@unocss/reset": "^0.55.4",
"typescript": "^5.2.2",
"unocss": "^0.55.4",
"vite": "^4.4.9"
"@preact/preset-vite": "^2.7.0",
"@unocss/reset": "^0.57.7",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2"
}
}
18 changes: 9 additions & 9 deletions examples/with-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"dev": "vite --mode ssr"
},
"devDependencies": {
"@builder.io/qwik": "1.2.10",
"@builder.io/qwik-city": "^1.2.10",
"@types/node": "^20.5.8",
"@unocss/reset": "^0.55.4",
"typescript": "5.2.2",
"undici": "^5.23.0",
"unocss": "^0.55.4",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.0"
"@builder.io/qwik": "1.2.19",
"@builder.io/qwik-city": "^1.2.19",
"@types/node": "^20.9.4",
"@unocss/reset": "^0.57.7",
"typescript": "5.3.2",
"undici": "^5.27.2",
"unocss": "^0.57.7",
"vite": "5.0.2",
"vite-tsconfig-paths": "4.2.1"
},
"dependencies": {
"@socialplayer/dailymotion-plugin": "latest",
Expand Down
16 changes: 8 additions & 8 deletions examples/with-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@unocss/reset": "^0.55.4",
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.2.2",
"unocss": "^0.55.4",
"vite": "^4.4.9"
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@unocss/reset": "^0.57.7",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2"
}
}
12 changes: 6 additions & 6 deletions examples/with-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"license": "MIT",
"devDependencies": {
"@unocss/reset": "^0.55.4",
"typescript": "^5.2.2",
"unocss": "^0.55.4",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0"
"@unocss/reset": "^0.57.7",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2",
"vite-plugin-solid": "^2.7.2"
},
"dependencies": {
"@socialplayer/dailymotion-plugin": "latest",
Expand All @@ -24,6 +24,6 @@
"@socialplayer/vimeo-plugin": "latest",
"@socialplayer/wistia-plugin": "latest",
"@socialplayer/youtube-plugin": "latest",
"solid-js": "^1.7.11"
"solid-js": "^1.8.5"
}
}
14 changes: 7 additions & 7 deletions examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@socialplayer/youtube-plugin": "latest"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@unocss/reset": "^0.55.4",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"@unocss/reset": "^0.57.7",
"svelte": "^4.2.7",
"svelte-check": "^3.6.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"unocss": "^0.55.4",
"vite": "^4.4.9"
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2"
}
}
8 changes: 4 additions & 4 deletions examples/with-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"dev": "vite"
},
"devDependencies": {
"@unocss/reset": "^0.55.4",
"typescript": "^5.2.2",
"unocss": "^0.55.4",
"vite": "^4.4.9"
"@unocss/reset": "^0.57.7",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2"
},
"dependencies": {
"@socialplayer/core": "latest",
Expand Down
14 changes: 7 additions & 7 deletions examples/with-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@socialplayer/vue": "latest",
"@socialplayer/wistia-plugin": "latest",
"@socialplayer/youtube-plugin": "latest",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@unocss/reset": "^0.55.4",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"unocss": "^0.55.4",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"@unocss/reset": "^0.57.7",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2",
"vue-tsc": "^1.8.22"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"esno": "^0.17.0",
"export-size": "^0.6.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"turbo": "1.10.13",
"unocss": "^0.55.4"
"esno": "^4.0.0",
"export-size": "^0.7.0",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.7",
"turbo": "1.10.16",
"unocss": "^0.57.7"
}
}
14 changes: 7 additions & 7 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.1",
"@angular/cli": "~16.2.1",
"@angular/compiler": "^16.2.3",
"@angular/compiler-cli": "^16.2.3",
"@angular/core": "^16.2.3",
"ng-packagr": "^16.2.2",
"typescript": "~5.1.6"
"@angular-devkit/build-angular": "^17.0.3",
"@angular/cli": "~17.0.3",
"@angular/compiler": "^17.0.4",
"@angular/compiler-cli": "^17.0.4",
"@angular/core": "^17.0.4",
"ng-packagr": "^17.0.2",
"typescript": "~5.2.2"
},
"publishConfig": {
"directory": "./dist/angular"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"devDependencies": {
"@namnode/store": "^0.1.0",
"@namnode/utils": "^0.4.0",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/dailymotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"devDependencies": {
"@namnode/utils": "^0.4.0",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@socialplayer/vue": "latest",
"@socialplayer/wistia-plugin": "latest",
"@socialplayer/youtube-plugin": "latest",
"@unocss/reset": "^0.55.4",
"vitepress": "1.0.0-rc.20",
"vue": "^3.3.4"
"@unocss/reset": "^0.57.7",
"vitepress": "1.0.0-rc.29",
"vue": "^3.3.8"
}
}
8 changes: 4 additions & 4 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.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "8.48.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.13",
"eslint-config-turbo": "^1.10.16",
"tsconfig": "workspace:*"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/facebook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"devDependencies": {
"@namnode/utils": "^0.4.0",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/mixcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"devDependencies": {
"@namnode/utils": "^0.4.0",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@types/node": "^20.5.8",
"eslint": "^8.48.0",
"@types/node": "^20.9.4",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@socialplayer/core": "workspace:*",
"valtio": "^1.11.2"
"valtio": "^1.12.0"
},
"peerDependencies": {
"preact": "^10.0.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"qwik": "qwik"
},
"devDependencies": {
"@builder.io/qwik": "1.2.10",
"@builder.io/qwik": "1.2.19",
"eslint-config-custom": "workspace:*",
"npm-run-all": "^4.1.5",
"prettier": "3.0.3",
"typescript": "5.2.2",
"undici": "5.23.0",
"vite": "4.4.9"
"prettier": "3.1.0",
"typescript": "5.3.2",
"undici": "5.27.2",
"vite": "5.0.2"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"eslint": "^8.48.0",
"@types/node": "^20.9.4",
"@types/react": "^18.2.38",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@types/node": "^20.5.8",
"eslint": "^8.48.0",
"@types/node": "^20.9.4",
"eslint": "^8.54.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
Loading

0 comments on commit 855b3c2

Please sign in to comment.