Skip to content

Commit

Permalink
Merge pull request #1472 from pixiv/bump-lerna-v8
Browse files Browse the repository at this point in the history
deps: Bump lerna from v6.6.2 to v8.1.8
  • Loading branch information
0b5vr authored Aug 22, 2024
2 parents 7f15cf3 + c0bfb82 commit 8a7a6cb
Show file tree
Hide file tree
Showing 5 changed files with 1,025 additions and 1,479 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/examples/*
**/examples/*
/.nx/workspace-data
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-html": "^8.1.1",
"husky": "^9.1.5",
"jest": "^29.7.0",
"lerna": "^6.6.2",
"lerna": "^8.1.8",
"lint-staged": "^15.1.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"baseUrl": ".",
"forceConsistentCasingInFileNames": true,
"paths": {
"three/addons/*": ["node_modules/@types/three/examples/jsm/*"],
"@pixiv/three-vrm": ["packages/three-vrm"],
"@pixiv/three-vrm-constraints": ["packages/three-vrm-constraints"],
"@pixiv/types-vrm-constraints-1.0": ["packages/types-vrm-constraints-1.0"]
"@pixiv/types-vrm-constraints-1.0": ["packages/types-vrm-constraints-1.0"],
"three/addons/*": ["node_modules/@types/three/examples/jsm/*"]
}
}
}
Loading

0 comments on commit 8a7a6cb

Please sign in to comment.