Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecorte committed Oct 31, 2022
1 parent 3037cbf commit a5e5b51
Show file tree
Hide file tree
Showing 8 changed files with 359 additions and 168 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"prepare": "yarn husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-angular": "^17.1.0",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-angular": "^17.2.0",
"@favware/cliff-jumper": "^1.8.8",
"@favware/npm-deprecate": "^1.0.5",
"@types/prettier": "2.7.1",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@yarnpkg/cli-dist": "^3.2.4",
"eslint": "^8.26.0",
"eslint-config-neon": "^0.1.39",
Expand All @@ -38,7 +38,7 @@
"prisma": "4.5.0",
"rimraf": "^3.0.2",
"tsup": "^6.3.0",
"turbo": "^1.6.1",
"turbo": "^1.6.2",
"typescript": "4.8.4"
}
}
2 changes: 1 addition & 1 deletion packages/handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"@sleepymaid/util": "workspace:^",
"@swc/core": "^1.3.10",
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"@types/node-cron": "^3.0.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"@sleepymaid/handler": "workspace:^",
"@swc/core": "^1.3.10",
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.10",
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^1.8.8",
"@swc/core": "^1.3.10",
"@swc/core": "^1.3.11",
"@types/node": "^18.11.8",
"rimraf": "3.0.2",
"source-map-support": "0.5.21",
"tsup": "^6.3.0",
"typescript": "4.8.4",
"vitest": "^0.24.3"
"vitest": "^0.24.4"
}
}
2 changes: 1 addition & 1 deletion services/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"prisma": "4.5.0",
"reflect-metadata": "0.1.13",
"tsyringe": "4.7.0",
"undici": "^5.11.0"
"undici": "^5.12.0"
}
}
2 changes: 1 addition & 1 deletion services/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/css": "^11.10.0",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11",
Expand Down

0 comments on commit a5e5b51

Please sign in to comment.