Skip to content

Commit

Permalink
fix: replace @proload/plugin-typescript with @proload/plugin-tsm
Browse files Browse the repository at this point in the history
update dependencies to latest
  • Loading branch information
yassinedoghri committed Sep 3, 2022
1 parent 06089fc commit 6f639ee
Show file tree
Hide file tree
Showing 7 changed files with 928 additions and 1,027 deletions.
2 changes: 1 addition & 1 deletion build.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require("esbuild")
"iso-639-1",
"iso-3166-1-alpha-2",
"@proload/core",
"@proload/plugin-typescript",
"@proload/plugin-tsm",
],
minify: false,
format: "esm",
Expand Down
126 changes: 62 additions & 64 deletions example/package-lock.json

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

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"astro": "^1.1.1",
"astro": "^1.1.5",
"astro-i18next": "file:..",
"astro-seo": "^0.6.0",
"i18next-fs-backend": "^1.1.5"
Expand Down
Loading

0 comments on commit 6f639ee

Please sign in to comment.