Skip to content

Commit

Permalink
Fix parser examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda committed Jul 13, 2023
1 parent 41d23f0 commit 9e5d75b
Show file tree
Hide file tree
Showing 4 changed files with 737 additions and 1,581 deletions.
4 changes: 2 additions & 2 deletions examples/parser-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"type": "module",
"dependencies": {
"@sveltekit-i18n/base": "file:../../node_modules/@sveltekit-i18n/base",
"@sveltekit-i18n/parser-default": "file:../../node_modules/@sveltekit-i18n/parser-default"
"@sveltekit-i18n/base": "^1.0.0",
"@sveltekit-i18n/parser-default": "^1.0.0"
},
"peerDependencies": {
"sveltekit-i18n": "file:../../"
Expand Down
2 changes: 1 addition & 1 deletion examples/parser-icu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"type": "module",
"dependencies": {
"@sveltekit-i18n/base": "file:../../node_modules/@sveltekit-i18n/base",
"@sveltekit-i18n/base": "^1.0.0",
"@sveltekit-i18n/parser-icu": "^1.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9e5d75b

Please sign in to comment.