Skip to content

Commit

Permalink
Downgrade Inlang, exclude it from Dependabot group
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Aug 1, 2023
1 parent 80e2c58 commit bca7cab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 52 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ updates:
npm-dependencies:
patterns:
- "*"
exclude-patterns:
- "@inlang/*"
# Check daily for updates to GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion inlang.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function defineConfig(env) {
);

const { default: sdkPlugin } = await env.$import(
"https://cdn.jsdelivr.net/npm/@inlang/sdk-js-plugin@0.11.0/dist/index.js"
"https://cdn.jsdelivr.net/npm/@inlang/sdk-js-plugin@0.7.1/dist/index.js"
);

const { default: standardLintRules } = await env.$import(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepare": "husky install"
},
"devDependencies": {
"@inlang/sdk-js": "^0.11.0",
"@inlang/sdk-js": "^0.7.1",
"@inqling/svelte-icons": "^3.4.3",
"@rgossiaux/svelte-headlessui": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
Expand Down
55 changes: 5 additions & 50 deletions pnpm-lock.yaml

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

0 comments on commit bca7cab

Please sign in to comment.