Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2023
1 parent 9d90489 commit 3dc4286
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 157 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"husky": "^8.0.3"
"husky": "8.0.3"
},
"workspaces": [
"packages/*"
Expand Down
44 changes: 22 additions & 22 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"author": "",
"license": "ISC",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@types/lodash": "^4.14.192",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"commander": "^10.0.0",
"esbuild": "~0.17.14",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"lodash": "^4.17.21",
"@apidevtools/json-schema-ref-parser": "10.1.0",
"@types/lodash": "4.14.192",
"chalk": "5.2.0",
"chokidar": "3.5.3",
"commander": "10.0.0",
"esbuild": "0.17.14",
"execa": "7.1.1",
"fast-glob": "3.2.12",
"lodash": "4.17.21",
"p-map": "5.5.0",
"pidtree": "^0.6.0",
"piscina": "^3.2.0",
"source-map-support": "^0.5.21",
"swagger-typescript-api": "^12.0.4",
"ts-json-schema-generator": "^1.2.0",
"ts-morph": "^18.0.0",
"pidtree": "0.6.0",
"piscina": "3.2.0",
"source-map-support": "0.5.21",
"swagger-typescript-api": "12.0.4",
"ts-json-schema-generator": "1.2.0",
"ts-morph": "18.0.0",
"typescript": "5.0.3"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"jest": "^29.5.0",
"ts-jest": "^29.0.5"
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"jest": "29.5.0",
"ts-jest": "29.0.5"
},
"peerDependencies": {
"esbuild": "0.x"
"esbuild": "0.17.14"
},
"files": [
"cli.js",
Expand All @@ -50,7 +50,7 @@
],
"type": "module",
"engines": {
"node": ">=14"
"node": "19.8.1"
},
"version": "0.0.1"
}
22 changes: 11 additions & 11 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"license": "ISC",
"devDependencies": {
"@fastify/swagger": "8.3.1",
"@fastify/swagger-ui": "^1.6.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.192",
"esbuild-jest": "^0.5.0",
"fastify": "~4.15.0",
"jest": "^29.5.0",
"@fastify/swagger-ui": "1.6.0",
"@types/jest": "29.5.0",
"@types/lodash": "4.14.192",
"esbuild-jest": "0.5.0",
"fastify": "4.15.0",
"jest": "29.5.0",
"typescript": "5.0.3"
},
"peerDependencies": {
"@fastify/swagger": "8.x",
"@fastify/swagger-ui": "^1.x",
"fastify": "4.x"
"@fastify/swagger": "8.3.1",
"@fastify/swagger-ui": "1.6.0",
"fastify": "4.15.0"
},
"files": [
"dist"
],
"dependencies": {
"fastify-plugin": "^4.5.0",
"lodash": "^4.17.21"
"fastify-plugin": "4.5.0",
"lodash": "4.17.21"
},
"version": "0.0.1"
}
20 changes: 10 additions & 10 deletions packages/create-flux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.2.0",
"commander": "^10.0.0",
"enquirer": "^2.3.6",
"fs-extra": "^11.1.1",
"source-map-support": "^0.5.21"
"chalk": "5.2.0",
"commander": "10.0.0",
"enquirer": "2.3.6",
"fs-extra": "11.1.1",
"source-map-support": "0.5.21"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"jest": "29.5.0",
"ts-jest": "29.0.5",
"typescript": "5.0.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion playground/child-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/node": "18.15.11",
"fastify-flux-cli": "^2.28.0",
"fastify-flux-cli": "2.28.0",
"typescript": "5.0.3"
}
}
18 changes: 9 additions & 9 deletions playground/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"axios": "^1.3.4",
"esbuild": "^0.17.14",
"esbuild-jest": "^0.5.0",
"eslint": "^8.37.0",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"axios": "1.3.4",
"esbuild": "0.17.14",
"esbuild-jest": "0.5.0",
"eslint": "8.37.0",
"fastify-flux-cli": "workspace:*",
"jest": "29.5.0",
"pino-pretty": "^10.0.0",
"prisma": "^4.12.0",
"pino-pretty": "10.0.0",
"prisma": "4.12.0",
"typescript": "5.0.3"
},
"jest": {
Expand Down
28 changes: 14 additions & 14 deletions playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"license": "ISC",
"dependencies": {
"@fastify/swagger": "8.3.1",
"@fastify/swagger-ui": "^1.6.0",
"@prisma/client": "^4.12.0",
"@fastify/swagger-ui": "1.6.0",
"@prisma/client": "4.12.0",
"fastify": "4.15.0",
"fastify-flux": "^2.28.0",
"fastify-flux": "2.28.0",
"source-map-support": "0.5.21",
"tsconfig-paths": "4.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"axios": "^1.3.4",
"esbuild": "^0.17.14",
"eslint": "^8.37.0",
"fastify-flux-cli": "^2.28.0",
"jest": "^29.5.0",
"pino-pretty": "^10.0.0",
"prisma": "^4.12.0",
"ts-jest": "^29.0.5",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"axios": "1.3.4",
"esbuild": "0.17.14",
"eslint": "8.37.0",
"fastify-flux-cli": "2.28.0",
"jest": "29.5.0",
"pino-pretty": "10.0.0",
"prisma": "4.12.0",
"ts-jest": "29.0.5",
"typescript": "5.0.3"
}
}
Loading

0 comments on commit 3dc4286

Please sign in to comment.