chore: update deps

This commit is contained in:
wanhose 2022-11-29 19:54:18 +01:00
parent 76811d8f91
commit 5dd80ae376
8 changed files with 1290 additions and 1185 deletions

File diff suppressed because one or more lines are too long

807
.yarn/releases/yarn-3.3.0.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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"
}

View File

@ -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"

View File

@ -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",

View File

@ -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"

844
yarn.lock

File diff suppressed because it is too large Load Diff