Skip to content

Commit 51069f4

Browse files
committed
build: switch lerna for lerna-lite
1 parent 9206d4f commit 51069f4

File tree

3 files changed

+738
-1431
lines changed

3 files changed

+738
-1431
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717
"devDependencies": {
1818
"@commitlint/cli": "^16.2.4",
1919
"@commitlint/config-conventional": "^16.2.4",
20+
"@lerna-lite/cli": "^1.1.1",
2021
"@sapphire/eslint-config": "^4.3.4",
2122
"@sapphire/prettier-config": "^1.4.3",
2223
"@sapphire/ts-config": "^3.3.4",
2324
"@stencil/react-output-target": "^0.3.1",
24-
"@types/node": "^17.0.23",
25+
"@types/node": "^17.0.31",
2526
"@types/react": "^18.0.9",
2627
"@types/react-dom": "^18.0.3",
27-
"@typescript-eslint/eslint-plugin": "^5.22.0",
28-
"@typescript-eslint/parser": "^5.22.0",
28+
"@typescript-eslint/eslint-plugin": "^5.23.0",
29+
"@typescript-eslint/parser": "^5.23.0",
2930
"cz-conventional-changelog": "^3.3.0",
3031
"eslint": "^8.15.0",
3132
"eslint-config-prettier": "^8.5.0",
@@ -35,8 +36,7 @@
3536
"eslint-plugin-react": "^7.29.4",
3637
"eslint-plugin-react-hooks": "^4.5.0",
3738
"gen-esm-wrapper": "^1.1.3",
38-
"husky": "^7.0.4",
39-
"lerna": "^4.0.0",
39+
"husky": "^8.0.1",
4040
"lint-staged": "^12.4.1",
4141
"prettier": "^2.6.2",
4242
"pretty-quick": "^3.1.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"generate": "stencil generate"
4444
},
4545
"dependencies": {
46-
"@stencil/core": "^2.15.1",
46+
"@stencil/core": "^2.15.2",
4747
"clsx": "^1.1.1",
4848
"hex-to-rgba": "^2.0.1"
4949
},

0 commit comments

Comments
 (0)