Skip to content

Commit d9e0154

Browse files
authored
Merge branch 'main' into add-get-repo-by-url
2 parents aa37a01 + 4a0fe55 commit d9e0154

File tree

4 files changed

+128
-134
lines changed

4 files changed

+128
-134
lines changed

experimental/li-cli/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experimental/li-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@jest/globals": "^29.7.0",
24-
"@types/node": "^22.18.0",
24+
"@types/node": "^22.18.1",
2525
"@types/yargs": "^17.0.33",
2626
"jest": "^29.7.0",
2727
"rimraf": "^6.0.1",

website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"@docusaurus/core": "^3.8.1",
1414
"@docusaurus/plugin-google-gtag": "^3.8.1",
1515
"@docusaurus/preset-classic": "^3.8.1",
16-
"axios": "^1.10.0",
16+
"axios": "^1.11.0",
1717
"classnames": "^2.5.1",
1818
"clsx": "^2.1.1",
19-
"eslint": "^9.31.0",
19+
"eslint": "^9.35.0",
2020
"eslint-plugin-react": "^7.37.5",
21-
"react": "^19.1.0",
22-
"react-dom": "^19.1.0",
23-
"react-player": "^3.2.0",
24-
"react-slick": "^0.30.3",
21+
"react": "^19.1.1",
22+
"react-dom": "^19.1.1",
23+
"react-player": "^3.3.2",
24+
"react-slick": "^0.31.0",
2525
"react-social-media-embed": "^2.5.18",
2626
"slick-carousel": "^1.8.1"
2727
},

0 commit comments

Comments
 (0)