Skip to content

Commit

Permalink
chore: rename core to share, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed Dec 28, 2024
1 parent 4819194 commit c955c19
Show file tree
Hide file tree
Showing 11 changed files with 178 additions and 444 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"overrides": [
{
"include": [
"core.ts",
"share.ts",
"full/index.ts",
"reader/index.ts",
"writer/index.ts"
Expand Down
18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,31 +103,35 @@
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.2",
"@vitest/ui": "^2.1.8",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"copy-files-from-to": "^3.12.0",
"jimp": "^1.6.0",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"pretty-quick": "^4.0.0",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"tinyglobby": "^0.2.10",
"tsx": "^4.19.2",
"typedoc": "^0.27.5",
"typedoc": "^0.27.6",
"typedoc-plugin-replace-text": "^4.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite": "^6.0.6",
"vite-plugin-babel": "^1.3.0",
"vitest": "^2.1.8"
},
"dependencies": {
"@types/emscripten": "^1.39.13",
"type-fest": "^4.30.1"
"type-fest": "^4.31.0"
},
"pnpm": {
"overrides": {
"[email protected]>vite": "$vite",
"@vitest/[email protected]>vite": "$vite"
"vite": "$vite"
},
"peerDependencyRules": {
"allowedVersions": {
"vite": "6"
}
}
},
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
Expand Down
Loading

0 comments on commit c955c19

Please sign in to comment.