Skip to content

Commit

Permalink
chore(deps): update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent b02bd30 commit 9836eba
Show file tree
Hide file tree
Showing 3 changed files with 3,274 additions and 1,504 deletions.
4 changes: 2 additions & 2 deletions docs/src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta charset="UTF-8">
<link rel="stylesheet" href="leonardo-ui/leonardo-ui.css" type="text/css" />
<link rel="stylesheet" href="styles/docs.css" type="text/css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/github.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/highlight.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/github.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/highlight.min.js"></script>
<link rel="icon" href="resources/favicon.ico">
<title> UI Overview | Leonardo </title>
</head>
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
},
"devDependencies": {
"@after-work.js/aw": "5.1.3",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"autoprefixer": "9.5.1",
"babel-loader": "8.0.5",
"babel-plugin-istanbul": "5.1.2",
"browser-sync": "2.26.3",
"copy-webpack-plugin": "5.0.2",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"autoprefixer": "9.8.8",
"babel-loader": "8.3.0",
"babel-plugin-istanbul": "5.2.0",
"browser-sync": "2.29.3",
"copy-webpack-plugin": "5.1.2",
"css-loader": "1.0.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-config-airbnb": "17.1.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-protractor": "1.41.1",
"eslint-plugin-react": "7.12.4",
"glob": "7.1.3",
"eslint-plugin-react": "7.34.2",
"glob": "7.2.3",
"handlebars": "4.1.2",
"less": "3.9.0",
"less": "3.13.1",
"less-loader": "4.1.0",
"mini-css-extract-plugin": "0.6.0",
"mini-css-extract-plugin": "0.12.0",
"postcss-loader": "3.0.0",
"protractor": "5.4.2",
"uglifyjs-webpack-plugin": "2.1.2",
"webpack": "4.30.0",
"webpack-cli": "3.3.1"
"protractor": "5.4.4",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.47.0",
"webpack-cli": "3.3.12"
}
}
Loading

0 comments on commit 9836eba

Please sign in to comment.