Skip to content

Commit

Permalink
fix: update eik dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: returns mimetype text/javascript instead of the deprecated application/javascript.
  • Loading branch information
wkillerud committed Nov 15, 2024
1 parent 8d339a3 commit 9c8f3af
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"homepage": "https://github.com/eik-lib/service#readme",
"dependencies": {
"@eik/core": "1.4.2",
"@eik/core": "2.0.0",
"@eik/sink": "1.2.5",
"@eik/sink-file-system": "1.0.1",
"@eik/sink-memory": "1.1.2",
"@eik/sink-file-system": "2.0.0",
"@eik/sink-memory": "2.0.0",
"@fastify/compress": "8.0.1",
"@fastify/cors": "10.0.1",
"@fastify/jwt": "9.0.1",
Expand All @@ -62,19 +62,18 @@
"@eik/prettier-config": "1.0.1",
"@eik/semantic-release-config": "1.0.0",
"@eik/typescript-config": "1.0.0",
"@types/mime": "3.0.4",
"@types/readable-stream": "4.0.18",
"cross-env": "7.0.3",
"eslint": "9.13.0",
"eslint": "9.14.0",
"form-data": "4.0.1",
"node-fetch": "3.3.2",
"npm-run-all2": "5.0.2",
"npm-run-all2": "7.0.1",
"pino-pretty": "10.3.1",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"semantic-release": "24.1.2",
"semantic-release": "24.2.0",
"tap": "21.0.1",
"typescript": "5.5.4",
"unique-slug": "4.0.0"
"typescript": "5.6.3",
"unique-slug": "5.0.0"
}
}

0 comments on commit 9c8f3af

Please sign in to comment.