Skip to content

Commit

Permalink
pin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Mar 22, 2023
1 parent 42ed7c6 commit 3f6da5a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
},
"description": "",
"dependencies": {
"@fastify/compress": "^6.2.0",
"@fastify/restartable": "^1.4.0",
"@fastify/static": "^6.9.0",
"@lit-labs/ssr": "^3.0.1",
"@metrics/client": "^2.5.0",
"@podium/experimental-config-schema": "^0.0.1",
"@podium/fastify-podlet": "^3.0.0-next.3",
"@podium/podlet": "^5.0.0-next.6",
"abslog": "^2.4.0",
"ajv": "^8.12.0",
"boxen": "^7.0.2",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"convict": "^6.2.4",
"esbuild": "^0.17.6",
"fastify-metrics-js-prometheus": "^4.0.0",
"fastify-metrics-js-response-timing": "^3.0.0",
"fastify-plugin": "^4.5.0",
"fastify-sandbox": "^0.11.0",
"http-errors": "^2.0.0",
"lit": "^2.6.1",
"lodash.merge": "^4.6.2",
"minify-html-literals": "^1.3.5",
"ora": "^6.1.2",
"pino": "^8.10.0",
"pino-pretty": "^10.0.0",
"prom-client": "^14.1.1",
"semver": "^7.3.8",
"yargs": "^17.7.1"
"@fastify/compress": "6.2.0",
"@fastify/restartable": "1.4.0",
"@fastify/static": "6.9.0",
"@lit-labs/ssr": "3.0.1",
"@metrics/client": "2.5.0",
"@podium/experimental-config-schema": "0.0.1",
"@podium/fastify-podlet": "3.0.0-next.3",
"@podium/podlet": "5.0.0-next.6",
"abslog": "2.4.0",
"ajv": "8.12.0",
"boxen": "7.0.2",
"chalk": "5.2.0",
"chokidar": "3.5.3",
"convict": "6.2.4",
"esbuild": "0.17.6",
"fastify-metrics-js-prometheus": "4.0.0",
"fastify-metrics-js-response-timing": "3.0.0",
"fastify-plugin": "4.5.0",
"fastify-sandbox": "0.11.0",
"http-errors": "2.0.0",
"lit": "2.6.1",
"lodash.merge": "4.6.2",
"minify-html-literals": "1.3.5",
"ora": "6.1.2",
"pino": "8.10.0",
"pino-pretty": "10.0.0",
"prom-client": "14.1.1",
"semver": "7.3.8",
"yargs": "17.7.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3f6da5a

Please sign in to comment.