Skip to content

Commit

Permalink
fix: use unjs/pathe to resolve cross OS public path
Browse files Browse the repository at this point in the history
+ update dependencies

fixes #105
  • Loading branch information
yassinedoghri committed Jan 22, 2023
1 parent aaf0583 commit ad1d24f
Show file tree
Hide file tree
Showing 13 changed files with 2,452 additions and 1,408 deletions.
1,843 changes: 1,204 additions & 639 deletions examples/basics/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"i18n:generate": "astro-i18next generate"
},
"devDependencies": {
"astro": "^1.9.1"
"astro": "^1.9.2"
},
"dependencies": {
"astro-i18next": "1.0.0-beta.15"
Expand Down
1,331 changes: 865 additions & 466 deletions examples/netlify/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.9.1",
"astro": "^1.9.2",
"prettier-plugin-astro": "^0.7.2"
},
"dependencies": {
"@astrojs/netlify": "^1.3.0",
"astro-i18next": "1.0.0-beta.15",
"netlify-cli": "^12.5.0"
"netlify-cli": "^12.9.1"
}
}
8 changes: 4 additions & 4 deletions examples/node/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 examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^4.0.0",
"astro": "^1.9.1",
"astro": "^1.9.2",
"astro-i18next": "1.0.0-beta.15"
}
}
16 changes: 8 additions & 8 deletions examples/react/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@astrojs/react": "^1.2.2",
"@types/react": "^18.0.26",
"astro": "^1.9.1",
"@types/react": "^18.0.27",
"astro": "^1.9.2",
"astro-i18next": "1.0.0-beta.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit ad1d24f

Please sign in to comment.