Skip to content

Commit

Permalink
pin version back to old one
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstroschein committed Jan 31, 2025
1 parent ed9eac0 commit d44182a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ test("returns undefined if pathnamePrefixDefaultLocale = false and path doesn't
const path = "/about";
const locale = runtime.extractLocaleFromPathname(path);
expect(locale).toBe(undefined);
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export const cookieName = "<cookie-name>";
export const strategy = ["variable"];

/** @type {boolean} */
export const pathnamePrefixDefaultLocale = false;
export const pathnamePrefixDefaultLocale = false;
6 changes: 3 additions & 3 deletions inlang/packages/plugins/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inlang/plugin-json",
"version": "5.1.55",
"version": "5.1.56",
"type": "module",
"exports": {
".": "./dist/index.js"
Expand All @@ -21,18 +21,18 @@
"dependencies": {
"@inlang/detect-json-formatting": "1.0.0",
"@inlang/plugin": "2.4.14",
"@inlang/sdk": "2.1.3",
"@lix-js/fs": "2.2.0",
"@sinclair/typebox": "0.31.28"
},
"devDependencies": {
"@opral/tsconfig": "workspace:*",
"@types/flat": "^5.0.2",
"@inlang/sdk": "0.36.3",
"@types/lodash.merge": "4.6.7",
"esbuild": "^0.24.2",
"flat": "^5.0.2",
"lodash.merge": "4.6.2",
"typescript": "^5.5.2",
"vitest": "2.1.8"
}
}
}
4 changes: 2 additions & 2 deletions inlang/packages/plugins/next-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"dependencies": {
"@inlang/detect-json-formatting": "1.0.0",
"@inlang/sdk": "2.1.3",
"@sinclair/typebox": "0.31.28"
},
"devDependencies": {
Expand All @@ -29,11 +28,12 @@
"@opral/tsconfig": "workspace:*",
"@types/flat": "^5.0.2",
"@types/lodash.merge": "^4.6.7",
"@inlang/sdk": "0.36.3",
"@types/parsimmon": "1.10.6",
"esbuild": "^0.24.2",
"flat": "^5.0.2",
"parsimmon": "^1.18.1",
"typescript": "^5.5.2",
"vitest": "2.1.8"
}
}
}
29 changes: 22 additions & 7 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 d44182a

Please sign in to comment.