Skip to content

Commit b58059a

Browse files
committed
feat: update packages
1 parent 6919591 commit b58059a

File tree

5 files changed

+55
-1963
lines changed

5 files changed

+55
-1963
lines changed

infrastructure/Pulumi.production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
config:
22
aws:region: ap-northeast-2
33
velog:DOCKER_ENV: production
4-
velog:target: web
4+
velog:target: server

infrastructure/Pulumi.stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
config:
22
aws:region: ap-northeast-2
33
velog:DOCKER_ENV: stage
4-
velog:target: web,server,cron
4+
velog:target: server

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
},
2222
"type": "module",
2323
"license": "MIT",
24-
"workspaces": [
25-
"packages/*"
26-
],
2724
"author": {
2825
"name": "velopert",
2926
"email": "[email protected]"

packages/commonjs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"@graphql-tools/load": "^8.0.2",
2323
"@graphql-tools/merge": "^9.0.4",
2424
"axios": "^1.4.0"
25+
},
26+
"devDependencies": {
27+
"@types/node": "^20.14.0"
2528
}
2629
}

0 commit comments

Comments
 (0)