mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-05 19:51:57 +02:00
feat(deps): upgrade core packages to latest like vm2, typescript, turbo, dotenv, and husky. Also, upgrading our package manager yarn to v4.x
Signed-off-by: Hanif Dwy Putra S <hanifdwyputrasembiring@gmail.com>
This commit is contained in:
783
.yarn/releases/yarn-3.2.2.cjs
vendored
783
.yarn/releases/yarn-3.2.2.cjs
vendored
File diff suppressed because one or more lines are too long
942
.yarn/releases/yarn-4.9.3.cjs
vendored
Executable file
942
.yarn/releases/yarn-4.9.3.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
@@ -1,2 +1,7 @@
|
|||||||
|
compressionLevel: mixed
|
||||||
|
|
||||||
|
enableGlobalCache: false
|
||||||
|
|
||||||
nodeLinker: node-modules
|
nodeLinker: node-modules
|
||||||
yarnPath: .yarn/releases/yarn-3.2.2.cjs
|
|
||||||
|
yarnPath: .yarn/releases/yarn-4.9.3.cjs
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
"version": "1.4.1",
|
"version": "1.4.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "16.0.1",
|
"dotenv": "16.6.1",
|
||||||
"ioredis": "5.2.2",
|
"ioredis": "5.7.0",
|
||||||
"next": "12.2.4",
|
"next": "12.2.4",
|
||||||
"ow": "0.28.1",
|
"ow": "0.28.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"next-transpile-modules": "9.0.0",
|
"next-transpile-modules": "9.0.0",
|
||||||
"prettier": "2.7.1",
|
"prettier": "2.7.1",
|
||||||
"tiktok-dl-config": "*",
|
"tiktok-dl-config": "*",
|
||||||
"typescript": "latest",
|
"typescript": "^5.9.2",
|
||||||
"windicss-webpack-plugin": "1.7.5"
|
"windicss-webpack-plugin": "1.7.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"husky": "8.0.1",
|
"husky": "8.0.3",
|
||||||
"turbo": "1.4.2"
|
"turbo": "1.13.4"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*",
|
"packages/*",
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"start": "turbo run start"
|
"start": "turbo run start"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.2.2",
|
"packageManager": "yarn@4.9.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.x"
|
"node": ">=14.x"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "TikTok-DL Project Core",
|
"description": "TikTok-DL Project Core",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"got": "^12.0.4",
|
"got": "^12.6.1",
|
||||||
"ow": "0.28.1",
|
"ow": "0.28.1",
|
||||||
"vm2": "^3.9.9"
|
"vm2": "^3.9.19"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint \"+(src)/**/*.ts\" --fix",
|
"lint": "eslint \"+(src)/**/*.ts\" --fix",
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"baseBranch": "origin/dev",
|
|
||||||
"pipeline": {
|
"pipeline": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
|
|||||||
Reference in New Issue
Block a user