Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Jan 3, 2025
1 parent dfaa8a6 commit 79da55c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"ng": "ng",
"start": "npm run build && wrangler pages dev dist/cloudflare --compatibility-date=2024-06-20 --experimental-local",
"dev": "ng serve",
"build:aot": "ng build --aot=true --named-chunks=true --source-map=true && npm run process",
"build": "ng build && npm run process",
"watch": "ng build --watch --configuration development",
Expand All @@ -26,7 +27,7 @@
"@angular/router": "^19.0.5",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.6",
Expand All @@ -46,7 +47,7 @@
"karma-jasmine-html-reporter": "~2.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "~5.4.2",
"typescript": "~5.6.2",
"wrangler": "^0.0.0-515986d9"
}
}

0 comments on commit 79da55c

Please sign in to comment.