Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Dec 17, 2023
1 parent cb99db0 commit 0f1cf30
Show file tree
Hide file tree
Showing 9 changed files with 2,472 additions and 1,237 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ node_modules

dist
.next
out
out
.nx
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"lint": "prettier -w ./packages/*/**/*.ts"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.23.0",
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-object-rest-spread": "^7.22.15",
"@babel/plugin-transform-parameters": "^7.22.15",
"@babel/plugin-transform-spread": "^7.22.5",
"@babel/plugin-transform-template-literals": "^7.22.5",
"@changesets/cli": "^2.26.2",
"@babel/plugin-transform-destructuring": "^7.23.3",
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
"@babel/plugin-transform-parameters": "^7.23.3",
"@babel/plugin-transform-spread": "^7.23.3",
"@babel/plugin-transform-template-literals": "^7.23.3",
"@changesets/cli": "^2.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@types/node": "^18.18.8",
"@vitejs/plugin-react": "^4.1.0",
"@types/node": "^20.10.4",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.3.0",
"nx": "^16.10.0",
"prettier": "^2.8.8",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"nx": "^17.2.5",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"terser": "^5.24.0",
"terser": "^5.26.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-banner": "^0.7.1",
"vitest": "^0.31.4"
"vitest": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/dash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"@oplayer/core": "workspace:*",
"dashjs": "^4.7.2"
"dashjs": "^4.7.3"
}
}
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"sass": "^1.69.3"
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"sass": "^1.69.5"
}
}
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.4.12"
"hls.js": "^1.4.13"
}
}
6 changes: 3 additions & 3 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"devDependencies": {
"@oplayer/core": "workspace:*",
"@oplayer/ui": "workspace:*",
"@types/chromecast-caf-sender": "^1.0.7",
"@types/chromecast-caf-sender": "^1.0.8",
"chokidar": "^3.5.3",
"glob": "^10.3.10",
"vite-plugin-css-injected-by-js": "^3.3.0",
"m3u8-parser": "^7.1.0"
"m3u8-parser": "^7.1.0",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"keywords": [],
"author": "",
Expand Down
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.2.31",
"@types/react": "^18.2.45",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/torrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"@oplayer/core": "workspace:*",
"webtorrent": "^2.1.27"
"webtorrent": "^2.1.32"
}
}
Loading

0 comments on commit 0f1cf30

Please sign in to comment.