Skip to content

Commit 4b43ff0

Browse files
author
Erlend Oftedal
committed
Update to new ASTronomical
1 parent db29ea5 commit 4b43ff0

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"format": "prettier --write --experimental-cli src/"
1717
},
1818
"dependencies": {
19-
"astronomical": "^2.1.1-rc.1",
19+
"astronomical": "^3.0.0",
2020
"pinia": "^3.0.4",
2121
"vue": "^3.5.26",
2222
"vue-router": "^4.6.4"

vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export default defineConfig({
1111
resolve: {
1212
alias: {
1313
'@': fileURLToPath(new URL('./src', import.meta.url)),
14-
astronomical: fileURLToPath(
15-
new URL('./node_modules/astronomical/lib/cjs/index.js', import.meta.url),
16-
),
1714
},
1815
},
1916
build: {

0 commit comments

Comments
 (0)