Skip to content

Commit

Permalink
chore(deps): update all non polkadot-js deps in root & docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Imod7 committed Aug 14, 2024
1 parent 82c61df commit 0503c64
Show file tree
Hide file tree
Showing 5 changed files with 1,485 additions and 1,638 deletions.
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"license": "GPL-3.0-or-later",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"html-webpack-plugin": "^5.5.0",
"webpack": "5.76.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "4.7.4"
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.0",
"webpack": "5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "5.0.4"
},
"dependencies": {
"css-loader": "6.6.0",
"css-loader": "7.1.2",
"json-loader": "0.5.7",
"style-loader": "^3.3.1",
"swagger-ui": "4.19.1",
"yaml-loader": "^0.6.0"
"style-loader": "^4.0.0",
"swagger-ui": "5.17.14",
"yaml-loader": "^0.8.1"
},
"resolutions": {
"prismjs": "^1.27.0",
Expand Down
6 changes: 5 additions & 1 deletion docs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ module.exports = {
test: /\.yaml$/,
use: [
{ loader: 'json-loader' },
{ loader: 'yaml-loader' },
{ loader: 'yaml-loader',
options: {
asJSON: true, // Enable the asJSON option to output JSON
},
},
],
},
{
Expand Down
Loading

0 comments on commit 0503c64

Please sign in to comment.