chore: upgrade deps
This commit is contained in:
parent
afe4b87279
commit
638f7c3e94
File diff suppressed because one or more lines are too long
874
.yarn/releases/yarn-3.6.3.cjs
vendored
874
.yarn/releases/yarn-3.6.3.cjs
vendored
File diff suppressed because one or more lines are too long
893
.yarn/releases/yarn-4.0.0.cjs
vendored
Executable file
893
.yarn/releases/yarn-4.0.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -5,7 +5,5 @@ nodeLinker: node-modules
|
||||
plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
|
||||
spec: "https://mskelton.dev/yarn-outdated/v2"
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: "@yarnpkg/plugin-workspace-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.6.3.cjs
|
||||
yarnPath: .yarn/releases/yarn-4.0.0.cjs
|
||||
|
11
package.json
11
package.json
@ -8,14 +8,17 @@
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.7.2",
|
||||
"@commitlint/config-conventional": "^17.7.0",
|
||||
"@commitlint/cli": "^18.0.0",
|
||||
"@commitlint/config-conventional": "^18.0.0",
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^14.0.1",
|
||||
"lint-staged": "^15.0.2",
|
||||
"prettier": "^3.0.3"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"packageManager": "yarn@3.6.3"
|
||||
"engines": {
|
||||
"node": "20.x"
|
||||
},
|
||||
"packageManager": "yarn@4.0.0"
|
||||
}
|
||||
|
@ -10,21 +10,21 @@
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^8.4.0",
|
||||
"@fastify/rate-limit": "^8.0.3",
|
||||
"fastify": "^4.23.2",
|
||||
"fastify": "^4.24.3",
|
||||
"node-fetch": "^2.7.0",
|
||||
"nodemailer": "^6.9.5",
|
||||
"nodemailer": "^6.9.7",
|
||||
"octokit": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node20": "^20.1.2",
|
||||
"@types/node": "^20.7.1",
|
||||
"@types/node-fetch": "^2.6.6",
|
||||
"@types/nodemailer": "^6.4.11",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
||||
"@typescript-eslint/parser": "^6.7.3",
|
||||
"eslint": "^8.50.0",
|
||||
"@types/node": "^20.8.8",
|
||||
"@types/node-fetch": "^2.6.7",
|
||||
"@types/nodemailer": "^6.4.13",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
||||
"@typescript-eslint/parser": "^6.9.0",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"nodemon": "^3.0.1",
|
||||
"rimraf": "^5.0.5",
|
||||
"ts-node": "^10.9.1",
|
||||
@ -32,8 +32,8 @@
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.8.0"
|
||||
"node": "20.x"
|
||||
},
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"packageManager": "yarn@4.0.0",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
@ -6,16 +6,16 @@
|
||||
"lint": "eslint src/**/*.js --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.0.246",
|
||||
"eslint": "^8.50.0",
|
||||
"@types/chrome": "^0.0.248",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"minify": "^9.2.0",
|
||||
"rimraf": "^5.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.8.0"
|
||||
"node": "20.x"
|
||||
},
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"packageManager": "yarn@4.0.0",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
@ -9,11 +9,11 @@
|
||||
"minify": "^9.2.0",
|
||||
"rimraf": "^5.0.5",
|
||||
"serve": "^14.2.1",
|
||||
"tailwindcss": "^3.3.3"
|
||||
"tailwindcss": "^3.3.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20.8.0"
|
||||
"node": "20.x"
|
||||
},
|
||||
"packageManager": "yarn@3.6.3",
|
||||
"packageManager": "yarn@4.0.0",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user