Skip to content

Commit

Permalink
release core
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Apr 30, 2024
1 parent 4f8fdc1 commit 7f333a2
Show file tree
Hide file tree
Showing 7 changed files with 5,661 additions and 5,011 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"node": ">=16",
"pnpm": ">=6"
},
"packageManager": "[email protected]",
"author": "shiyiya",
"keywords": [
"oplayer",
Expand Down Expand Up @@ -34,13 +33,13 @@
"lint": "prettier -w ./packages/*/**/*.ts"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.24.1",
"@babel/plugin-transform-destructuring": "^7.24.5",
"@babel/plugin-transform-logical-assignment-operators": "^7.24.1",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.1",
"@babel/plugin-transform-parameters": "^7.24.1",
"@babel/plugin-transform-object-rest-spread": "^7.24.5",
"@babel/plugin-transform-parameters": "^7.24.5",
"@babel/plugin-transform-spread": "^7.24.1",
"@babel/plugin-transform-template-literals": "^7.24.1",
"@changesets/cli": "^2.27.1",
Expand All @@ -52,15 +51,15 @@
"cross-env": "^7.0.3",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"nx": "^18.3.3",
"nx": "^18.3.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"terser": "^5.30.3",
"terser": "^5.31.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite": "^5.2.10",
"vite-plugin-banner": "^0.7.1",
"vitest": "^1.5.0"
"vitest": "^1.5.3"
},
"pnpm": {
"patchedDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oplayer/core",
"version": "1.2.34",
"version": "1.2.35",
"description": "Oh! Another HTML5 video player.",
"type": "module",
"main": "./dist/index.es.js",
Expand Down
10 changes: 5 additions & 5 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.2",
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"sass": "^1.75.0"
}
}
2 changes: 1 addition & 1 deletion packages/docs/public/oplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<body>
<div id="oplayer"></div>

<script src="https://cdn.jsdelivr.net/npm/@oplayer/[email protected].34/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@oplayer/[email protected].35/dist/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@oplayer/[email protected]/dist/index.min.js"></script>

<script src="https://cdn.jsdelivr.net/npm/@oplayer/[email protected]/dist/index.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"chokidar": "^3.6.0",
"glob": "^10.3.12",
"m3u8-parser": "^7.1.0",
"vite-plugin-css-injected-by-js": "^3.5.0"
"vite-plugin-css-injected-by-js": "^3.5.1"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@oplayer/core": "workspace:*",
"@types/react": "^18.2.79",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@types/react": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
Loading

0 comments on commit 7f333a2

Please sign in to comment.