Skip to content

Commit f37d738

Browse files
[renovate] Update NPM dependencies
1 parent c8eb333 commit f37d738

File tree

4 files changed

+5299
-2905
lines changed

4 files changed

+5299
-2905
lines changed

Diff for: docs-www/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@brainhubeu/gatsby-docs-kit-start",
33
"description": "Gatsby-Docs-Kit starter repository",
4-
"version": "0.0.52",
4+
"version": "0.0.53",
55
"author": "Brainhub",
66
"license": "MIT",
77
"scripts": {
@@ -15,29 +15,29 @@
1515
},
1616
"dependencies": {
1717
"@brainhubeu/gatsby-docs-kit": "3.0.8",
18-
"@brainhubeu/react-file-input": "^0.9.18",
18+
"@brainhubeu/react-file-input": "^0.9.20",
1919
"gatsby": "2.20.29",
2020
"gatsby-link": "2.3.0",
21-
"lodash": "^4.17.17",
21+
"lodash": "^4.17.21",
2222
"react-fa": "^5.0.0"
2323
},
2424
"devDependencies": {
25-
"@babel/plugin-proposal-class-properties": "^7.10.4",
26-
"@babel/plugin-transform-react-constant-elements": "^7.10.4",
27-
"@babel/polyfill": "^7.10.4",
28-
"@babel/preset-env": "^7.10.4",
29-
"@babel/preset-react": "^7.10.4",
25+
"@babel/plugin-proposal-class-properties": "^7.18.6",
26+
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
27+
"@babel/polyfill": "^7.12.1",
28+
"@babel/preset-env": "^7.26.0",
29+
"@babel/preset-react": "^7.26.3",
3030
"@babel/preset-stage-1": "^7.8.3",
31-
"@babel/register": "^7.10.4",
31+
"@babel/register": "^7.25.9",
3232
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
3333
"eslint": "^6.8.0",
34-
"eslint-config-brainhub": "^1.13.0",
34+
"eslint-config-brainhub": "^1.14.0",
3535
"gatsby-plugin-google-analytics": "2.2.2",
3636
"gh-pages": "^2.2.0",
37-
"react": "^16.13.1",
38-
"react-dom": "^16.13.1"
37+
"react": "^16.14.0",
38+
"react-dom": "^16.14.0"
3939
},
4040
"peerDependencies": {
41-
"@babel/core": "^7.10.4"
41+
"@babel/core": "^7.26.0"
4242
}
4343
}

0 commit comments

Comments
 (0)