Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jun 25, 2024
1 parent a06df23 commit 14ae52b
Show file tree
Hide file tree
Showing 11 changed files with 4,253 additions and 2,905 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
engine-strict=true
package-manager-strict=false
shell-emulator=true
use-node-version=20.9.0
use-node-version=20.15.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:18-slim
FROM node:20-slim

RUN corepack enable

Expand Down
53 changes: 26 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"engines": {
"node": "20.x",
"pnpm": "8.x"
"pnpm": "9.x"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@9.4.0",
"scripts": {
"build": "tsup-node ./src/index.ts",
"dev": "dotenv -c development -- tsx watch ./src/index.ts",
Expand All @@ -26,38 +26,37 @@
"validate": "run-p format:check lint:check types:check test"
},
"dependencies": {
"@acdh-oeaw/lib": "^0.1.6",
"@acdh-oeaw/lib": "^0.1.12",
"cors": "^2.8.5",
"express": "^4.18.2",
"express": "^4.19.2",
"rehype-stringify": "^10.0.0",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"templite": "^1.2.0",
"unified": "^11.0.2",
"yaml": "^2.3.2",
"zod": "^3.22.2"
"unified": "^11.0.5",
"yaml": "^2.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@acdh-oeaw/commitlint-config": "^1.0.0",
"@acdh-oeaw/eslint-config": "^1.0.5",
"@acdh-oeaw/eslint-config-node": "^1.0.5",
"@acdh-oeaw/prettier-config": "^1.0.1",
"@acdh-oeaw/tsconfig": "^1.0.1",
"@commitlint/cli": "^18.2.0",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/supertest": "^2.0.15",
"dotenv-cli": "^7.3.0",
"eslint": "^8.53.0",
"@acdh-oeaw/eslint-config": "^1.0.9",
"@acdh-oeaw/eslint-config-node": "^1.0.10",
"@acdh-oeaw/prettier-config": "^2.0.0",
"@acdh-oeaw/tsconfig": "^1.1.1",
"@commitlint/cli": "^18.6.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/supertest": "^6.0.2",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"is-ci": "^3.0.1",
"lint-staged": "^15.0.2",
"npm-run-all2": "^6.1.1",
"prettier": "^3.0.3",
"supertest": "^6.3.3",
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"undici": "^5.27.2"
"lint-staged": "^15.2.7",
"npm-run-all2": "^6.2.0",
"prettier": "^3.3.2",
"supertest": "^7.0.0",
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"commitlint": {
"extends": "@acdh-oeaw/commitlint-config"
Expand Down
Loading

0 comments on commit 14ae52b

Please sign in to comment.