Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Aug 31, 2024
1 parent aa08dea commit 189cc4b
Show file tree
Hide file tree
Showing 7 changed files with 1,034 additions and 2,054 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@
"lint": "prettier -w ./packages/*/**/*.ts"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.24.7",
"@babel/plugin-transform-destructuring": "^7.24.8",
"@babel/plugin-transform-logical-assignment-operators": "^7.24.7",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-parameters": "^7.24.7",
"@babel/plugin-transform-spread": "^7.24.7",
"@babel/plugin-transform-template-literals": "^7.24.7",
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.7",
"@rollup/plugin-babel": "^6.0.4",
"@types/node": "^20.14.8",
"@types/node": "^20.16.2",
"@vitejs/plugin-react": "^4.3.1",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"nx": "^19.3.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"terser": "^5.31.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"jsdom": "^24.1.3",
"lint-staged": "^15.2.9",
"nx": "^19.6.4",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"terser": "^5.31.6",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-merge-exports": "^0.0.0",
"vitest": "^1.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@oplayer/torrent": "workspace:*",
"@oplayer/ui": "workspace:*",
"mdx-embed": "^1.1.2",
"next": "^14.2.4",
"next": "^14.2.7",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"sass": "^1.77.6"
"sass": "^1.77.8"
}
}
2 changes: 1 addition & 1 deletion packages/hls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm i @oplayer/hls hls.js

```html
<script src="https://cdn.jsdelivr.net/npm/@oplayer/core@latest/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@oplayer/hls@latest/dist/index.index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@oplayer/hls@latest/dist/index.min.js"></script>

<div id="oplayer" />

Expand Down
2 changes: 1 addition & 1 deletion packages/hls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"devDependencies": {
"@oplayer/core": "workspace:*",
"hls.js": "^1.5.11"
"hls.js": "^1.5.15"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"@oplayer/ui": "workspace:*",
"@types/chromecast-caf-sender": "^1.0.10",
"chokidar": "^3.6.0",
"glob": "^10.4.2",
"m3u8-parser": "^7.1.0",
"glob": "^10.4.5",
"m3u8-parser": "^7.2.0",
"vite-plugin-css-injected-by-js": "^3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@oplayer/core": "workspace:*",
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
Expand Down
Loading

0 comments on commit 189cc4b

Please sign in to comment.