Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Jul 14, 2024
1 parent ff487fd commit 8a5d62b
Show file tree
Hide file tree
Showing 5 changed files with 1,604 additions and 1,580 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"gen:sw": "pnpm --filter @web/sw run build"
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@types/node": "^20.14.2",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
Expand All @@ -30,32 +30,32 @@
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"wouter": "^3.2.0"
"typescript": "^5.5.3",
"wouter": "^3.3.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
"browserslist": "^4.23.0",
"browserslist": "^4.23.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "^4.1.0",
"esbuild-loader": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.14",
"postcss-preset-env": "^9.6.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.4",
"sass": "^1.77.8",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.91.0",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/index/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@web/shared": "workspace:^",
"copy-text-to-clipboard": "^3.2.0",
"react-content-loader": "^7.0.0",
"react-content-loader": "^7.0.2",
"react-helmet": "^6.1.0",
"use-query-params": "^2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/index/src/enime.adp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ export const clicliAdapter = (item: any) => {
}
}

const blackList = [3421, 31, 786, 3880, 2617, 4087]
const blackList = [3421, 31, 786, 3880, 2617, 4087, 4086, 620]

export const cliclisAdapter = (data: any[] = []) => data.filter((it) => !blackList.includes(it.id)).map(clicliAdapter)
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
"@oplayer/react": "^1.2.10",
"@oplayer/ui": "latest",
"anime4k.js": "^0.0.4",
"devtools-detector": "^2.0.17",
"github-markdown-css": "^5.5.1",
"devtools-detector": "^2.0.19",
"github-markdown-css": "^5.6.1",
"hls.js": "1.5.8",
"lru-cache": "^10.4.3",
"m3u8-parser": "^7.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -30,7 +31,6 @@
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4",
"lru-cache": "^10.2.2"
"unified": "^11.0.5"
}
}
Loading

0 comments on commit 8a5d62b

Please sign in to comment.