Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar committed Nov 22, 2023
1 parent b6aa836 commit 19dc652
Show file tree
Hide file tree
Showing 4 changed files with 1,017 additions and 1,559 deletions.
12 changes: 5 additions & 7 deletions example/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@
"cdk-synth": "cdk synth"
},
"devDependencies": {
"@types/node": "20.1.2",
"@types/node": "*",
"@vardario/cdk-svelte-app": "workspace:*",
"aws-cdk": "^2.78.0",
"aws-cdk": "*",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
},
"dependencies": {
"aws-cdk-lib": "^2.78.0",
"constructs": "^10.2.17",
"typescript": "^5.0.0",
"aws-cdk-lib": "*",
"constructs": "*",
"source-map-support": "^0.5.21",
"esbuild": "^0.17.17"
},
Expand Down
4 changes: 2 additions & 2 deletions example/svelte-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-app",
"version": "0.1.14",
"version": "0.0.0-development",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -18,7 +18,7 @@
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript": "*",
"vite": "^4.3.0"
},
"type": "module",
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,13 @@
],
"package.json": "prettier-package-json --write"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.10.5",
"pnpm": {
"overrides": {
"typescript": "$typescript",
"aws-cdk-lib": "$aws-cdk-lib",
"constructs": "$constructs",
"@types/node": "$@types/node"
}
}
}
Loading

0 comments on commit 19dc652

Please sign in to comment.