Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 24, 2023
1 parent 4fe7e41 commit 40a5aee
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@phaphoso/eslint-plugin-dprint": "^0.5.2",
"@tsconfig/strictest": "^2.0.2",
"@types/lodash": "^4.14.202",
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/scope-manager": "^6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"json5": "^2.2.3",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"json5": "^2.2.3",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@effect-app/compiler": "workspace:*",
"@sentry/node": "^7.81.1",
"@types/express": "^4.17.21",
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"@types/proper-lockfile": "^4.1.4",
"@types/redis": "^2.8.32",
"@types/redlock": "^4.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/pnpm-singleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/[email protected]",
"vitest": "^0.34.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/prelude/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/cli": "^7.23.4",
"@effect-app/compiler": "workspace:*",
"@faker-js/faker": "^8.3.1",
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"@types/uuid": "^9.0.7",
"@types/validator": "^13.11.7",
"fast-check": "~3.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@effect-app/compiler": "workspace:*",
"@babel/cli": "^7.23.4",
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"@types/react": "^18.2.38",
"react": "^18.2.0",
"react-hook-form": "7.40.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@effect-app/compiler": "workspace:*",
"@rollup/pluginutils": "^5.0.5",
"@babel/cli": "^7.23.4",
"@types/node": "~20.9.4",
"@types/node": "~20.10.0",
"json5": "^2.2.3",
"ts-node": "^10.9.1",
"typescript": "npm:@effect-app/[email protected]",
Expand Down

0 comments on commit 40a5aee

Please sign in to comment.