-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "⬆️ Upgrade to @ortfo/db v1.5.0"
This reverts commit d9f0f50.
- Loading branch information
Showing
3 changed files
with
50 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,13 +42,13 @@ | |
"svelte-preprocess": "^4.10.7", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.4.5", | ||
"vite": "^5.2.10", | ||
"vite": "^5.2.9", | ||
"vitest": "^1.5.0" | ||
}, | ||
"dependencies": { | ||
"@ctrl/tinycolor": "^4.1.0", | ||
"@geoffcox/svelte-splitter": "^1.0.1", | ||
"@ortfo/db": "^1.5.0", | ||
"@ortfo/db": "^1.4.1", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@tiptap/core": "^2.3.0", | ||
|
@@ -79,6 +79,7 @@ | |
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"@ortfo/[email protected]": "patches/@[email protected]", | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
diff --git a/package.json b/package.json | ||
index 7a27fa39e59e27c9ab04296c22acd90187352fc9..1eb182f16c992c520bfdc662b21d51b17353dac3 100644 | ||
--- a/package.json | ||
+++ b/package.json | ||
@@ -11,6 +11,18 @@ | ||
".": { | ||
"default": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
+ }, | ||
+ "./dist/database": { | ||
+ "default": "./dist/database.js", | ||
+ "types": "./dist/database.d.ts" | ||
+ }, | ||
+ "./dist/tags": { | ||
+ "default": "./dist/tags.js", | ||
+ "types": "./dist/tags.d.ts" | ||
+ }, | ||
+ "./dist/technologies": { | ||
+ "default": "./dist/technologies.js", | ||
+ "types": "./dist/technologies.d.ts" | ||
} | ||
}, | ||
"files": [ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.