chore: update deps
This commit is contained in:
parent
76811d8f91
commit
5dd80ae376
786
.yarn/releases/yarn-3.2.1.cjs
vendored
786
.yarn/releases/yarn-3.2.1.cjs
vendored
File diff suppressed because one or more lines are too long
807
.yarn/releases/yarn-3.3.0.cjs
vendored
Executable file
807
.yarn/releases/yarn-3.3.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
@ -8,4 +8,4 @@ plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||
spec: '@yarnpkg/plugin-workspace-tools'
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.2.1.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.3.0.cjs
|
||||
|
12
package.json
12
package.json
@ -8,14 +8,14 @@
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.1.2",
|
||||
"@commitlint/config-conventional": "^17.1.0",
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1"
|
||||
"@commitlint/cli": "^17.3.0",
|
||||
"@commitlint/config-conventional": "^17.3.0",
|
||||
"husky": "^8.0.2",
|
||||
"lint-staged": "^13.0.4",
|
||||
"prettier": "^2.8.0"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"packageManager": "yarn@3.2.1"
|
||||
"packageManager": "yarn@3.3.0"
|
||||
}
|
||||
|
@ -8,29 +8,29 @@
|
||||
"start": "NODE_PATH=build node build/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/cors": "^8.1.0",
|
||||
"@fastify/cors": "^8.2.0",
|
||||
"@fastify/rate-limit": "^7.5.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"fastify": "^4.8.1",
|
||||
"fastify": "^4.10.2",
|
||||
"node-fetch": "^2.6.7",
|
||||
"nodemailer": "^6.8.0",
|
||||
"octokit": "^2.0.9"
|
||||
"octokit": "^2.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node16": "^1.0.3",
|
||||
"@types/node": "^16.11.33",
|
||||
"@types/node": "^16.18.3",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"@types/nodemailer": "^6.4.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
||||
"@typescript-eslint/parser": "^5.40.0",
|
||||
"eslint": "^8.25.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"nodemon": "^2.0.20",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsconfig-paths": "^4.1.0",
|
||||
"typescript": "^4.8.4"
|
||||
"typescript": "^4.9.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
|
@ -6,8 +6,8 @@
|
||||
"lint": "eslint src/**/*.js --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.0.197",
|
||||
"eslint": "^8.25.0",
|
||||
"@types/chrome": "^0.0.203",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"minify": "^9.1.0",
|
||||
|
@ -8,8 +8,8 @@
|
||||
"devDependencies": {
|
||||
"minify": "^9.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"serve": "^14.0.1",
|
||||
"tailwindcss": "^3.1.8"
|
||||
"serve": "^14.1.2",
|
||||
"tailwindcss": "^3.2.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.x"
|
||||
|
Loading…
Reference in New Issue
Block a user