Skip to content

Commit

Permalink
Upgrade dependencies 💞 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
willnguyen1312 authored Dec 20, 2023
1 parent 82ea1da commit e68dfbe
Show file tree
Hide file tree
Showing 31 changed files with 1,974 additions and 2,075 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": "^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",
"@angular/animations": "^17.0.7",
"@angular/common": "^17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/core": "^17.0.7",
"@angular/platform-browser": "^17.0.7",
"@angular/platform-browser-dynamic": "^17.0.7",
"@angular/router": "^17.0.7",
"@socialplayer/angular": "latest",
"@socialplayer/dailymotion-plugin": "latest",
"@socialplayer/facebook-plugin": "latest",
Expand All @@ -29,9 +29,9 @@
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.3",
"@angular/cli": "~17.0.3",
"@angular/compiler-cli": "^17.0.4",
"typescript": "~5.2.2"
"@angular-devkit/build-angular": "^17.0.7",
"@angular/cli": "~17.0.7",
"@angular/compiler-cli": "^17.0.7",
"typescript": "~5.3.3"
}
}
10 changes: 5 additions & 5 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.19.2"
"preact": "^10.19.3"
},
"devDependencies": {
"@preact/preset-vite": "^2.7.0",
"@unocss/reset": "^0.57.7",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2"
"@unocss/reset": "^0.58.0",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.10"
}
}
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.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"
"@builder.io/qwik": "1.3.1",
"@builder.io/qwik-city": "^1.3.1",
"@types/node": "^20.10.5",
"@unocss/reset": "^0.58.0",
"typescript": "5.3.3",
"undici": "^6.2.0",
"unocss": "^0.58.0",
"vite": "5.0.10",
"vite-tsconfig-paths": "4.2.2"
},
"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.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"
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@unocss/reset": "^0.58.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.10"
}
}
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.57.7",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2",
"vite-plugin-solid": "^2.7.2"
"@unocss/reset": "^0.58.0",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.10",
"vite-plugin-solid": "^2.8.0"
},
"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.8.5"
"solid-js": "^1.8.7"
}
}
12 changes: 6 additions & 6 deletions examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@unocss/reset": "^0.57.7",
"svelte": "^4.2.7",
"svelte-check": "^3.6.1",
"@unocss/reset": "^0.58.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2"
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.10"
}
}
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.57.7",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2"
"@unocss/reset": "^0.58.0",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.10"
},
"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.8"
"vue": "^3.3.13"
},
"devDependencies": {
"@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"
"@unocss/reset": "^0.58.0",
"@vitejs/plugin-vue": "^4.5.2",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"vite": "^5.0.10",
"vue-tsc": "^1.8.25"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"typecheck": "turbo run typecheck --concurrency 20"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"eslint": "^8.54.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"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"
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"turbo": "1.11.2",
"unocss": "^0.58.0"
}
}
12 changes: 6 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@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",
"@angular-devkit/build-angular": "^17.0.7",
"@angular/cli": "~17.0.7",
"@angular/compiler": "^17.0.7",
"@angular/compiler-cli": "^17.0.7",
"@angular/core": "^17.0.7",
"ng-packagr": "^17.0.3",
"typescript": "~5.2.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.54.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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.54.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"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.57.7",
"vitepress": "1.0.0-rc.29",
"vue": "^3.3.8"
"@unocss/reset": "^0.58.0",
"vitepress": "1.0.0-rc.32",
"vue": "^3.3.13"
}
}
10 changes: 5 additions & 5 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.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.16",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.11.2",
"tsconfig": "workspace:*"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.54.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
4 changes: 2 additions & 2 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.54.0",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
8 changes: 4 additions & 4 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.9.4",
"eslint": "^8.54.0",
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@socialplayer/core": "workspace:*",
"valtio": "^1.12.0"
"valtio": "^1.12.1"
},
"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.19",
"@builder.io/qwik": "1.3.1",
"eslint-config-custom": "workspace:*",
"npm-run-all": "^4.1.5",
"prettier": "3.1.0",
"typescript": "5.3.2",
"undici": "5.27.2",
"vite": "5.0.2"
"prettier": "3.1.1",
"typescript": "5.3.3",
"undici": "6.2.0",
"vite": "5.0.10"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
2 changes: 2 additions & 0 deletions packages/qwik/src/useSocialPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ type useSocialPlayerFunc = {
export const useSocialPlayer: useSocialPlayerFunc = (arg) => {
const playbackActionsRef: { value: SocialPlayerActions } = { value: {} as SocialPlayerActions }

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
const use: PluginFunc = $((plugin: Plugin, options = {}) => {
const { use } = createSocialPlayer(arg)
const result = use(plugin, options)
Expand Down
8 changes: 4 additions & 4 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.9.4",
"@types/react": "^18.2.38",
"eslint": "^8.54.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
6 changes: 3 additions & 3 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.9.4",
"eslint": "^8.54.0",
"@types/node": "^20.10.5",
"eslint": "^8.56.0",
"eslint-config-custom": "workspace:*",
"tsconfig": "workspace:*",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@socialplayer/core": "workspace:*"
Expand Down
Loading

0 comments on commit e68dfbe

Please sign in to comment.