Skip to content

Commit

Permalink
Merge pull request #316 from hearchco/as/chore/update
Browse files Browse the repository at this point in the history
chore: update
  • Loading branch information
aleksasiriski authored Jun 20, 2024
2 parents 7188cb6 + 2146bfe commit d798b3e
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 184 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
install:
pnpm install --frozen-lockfile

update:
pnpm update

dev:
pnpm run dev

Expand All @@ -26,4 +29,4 @@ aws:
cp svelte.config.aws.js svelte.config.js

node:
cp svelte.config.node.js svelte.config.js
cp svelte.config.node.js svelte.config.js
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test:unit": "vitest"
},
"devDependencies": {
"@hearchco/sveltekit-adapter-aws": "github:hearchco/sveltekit-adapter-aws#v0.1.3",
"@playwright/test": "^1.44.1",
"@hearchco/sveltekit-adapter-aws": "github:hearchco/sveltekit-adapter-aws#v0.1.2",
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/kit": "^2.5.17",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
Expand All @@ -28,8 +28,8 @@
"globals": "^15.6.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^5.0.0-next.160",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "5.0.0-next.160",
"svelte-check": "^3.8.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
Expand Down
Loading

0 comments on commit d798b3e

Please sign in to comment.