Skip to content

Commit 7f4a343

Browse files
authored
Merge pull request #899 from 06kellyjac/renovate/website-manager
fix(deps): update npm - website - website/package.json
2 parents 4109dbf + 2227b4f commit 7f4a343

File tree

3 files changed

+2297
-547
lines changed

3 files changed

+2297
-547
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
comment-summary-in-pr: always
2323
fail-on-severity: high
24-
allow-licenses: MIT, Apache-2.0, BSD-3-Clause, BSD-3-Clause-Clear, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, X11, MPL-2.0, MPL-1.0, MPL-1.1, MPL-2.0, Zlib
24+
allow-licenses: MIT, MIT-0, Apache-2.0, BSD-3-Clause, BSD-3-Clause-Clear, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, X11, MPL-2.0, MPL-1.0, MPL-1.1, MPL-2.0, Zlib
2525
fail-on-scopes: development, runtime
2626
allow-dependencies-licenses: 'pkg:npm/caniuse-lite'

website/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"publish-gh-pages": "docusaurus deploy"
1111
},
1212
"dependencies": {
13-
"@docusaurus/core": "^3.0.0",
14-
"@docusaurus/preset-classic": "^3.0.0",
15-
"@docusaurus/plugin-google-gtag": "^3.0.0",
16-
"axios": "^1.7.2",
17-
"classnames": "^2.2.6",
18-
"clsx": "^2.0.0",
19-
"eslint": "^9.20.0",
20-
"eslint-plugin-react": "^7.23.2",
21-
"react": "^18.0.0",
22-
"react-dom": "^18.0.0",
13+
"@docusaurus/core": "^3.7.0",
14+
"@docusaurus/preset-classic": "^3.7.0",
15+
"@docusaurus/plugin-google-gtag": "^3.7.0",
16+
"axios": "^1.7.9",
17+
"classnames": "^2.5.1",
18+
"clsx": "^2.1.1",
19+
"eslint": "^9.20.1",
20+
"eslint-plugin-react": "^7.37.4",
21+
"react": "^19.0.0",
22+
"react-dom": "^19.0.0",
2323
"react-player": "^2.16.0",
24-
"react-slick": "^0.30.2",
25-
"react-social-media-embed": "^2.5.13",
24+
"react-slick": "^0.30.3",
25+
"react-social-media-embed": "^2.5.18",
2626
"slick-carousel": "^1.8.1"
2727
},
2828
"browserslist": {

0 commit comments

Comments
 (0)