Skip to content

Commit

Permalink
update turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-pavlik committed Nov 4, 2024
1 parent 8eb61e5 commit 1d7cc74
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 71 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rimraf": "^5.0.5",
"rollup": "^4.21.3",
"tslib": "^2.7.0",
"turbo": "^1.10.16",
"turbo": "^2.2.3",
"turbowatch": "^2.29.4",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
Expand Down Expand Up @@ -49,8 +49,16 @@
"rollup": "npm:@rollup/wasm-node"
},
"supportedArchitectures": {
"os": ["win32", "darwin", "current", "linux"],
"cpu": ["x64", "arm64"]
"os": [
"win32",
"darwin",
"current",
"linux"
],
"cpu": [
"x64",
"arm64"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/css-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "test"
},
"scripts": {
"build": "tsc -b .",
"build": "pnpm --package=typescript dlx tsc -b .",
"clean": "rimraf dist tsconfig.tsbuildinfo"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/src/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { DatasetCore } from '@rdfjs/types';
import { serializeTurtle, parseTurtle } from '.';
import { serializeTurtle } from './turtle-serializer';
import { parseTurtle } from './turtle-parser';

export interface RdfRequestInit extends RequestInit {
dataset?: DatasetCore;
Expand Down
140 changes: 80 additions & 60 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 1d7cc74

Please sign in to comment.