Skip to content

Commit

Permalink
Upgrade some frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jan 10, 2025
1 parent a2e6e71 commit abaf165
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
"printWidth": 120
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.8.1",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.31.0",
"file-loader": "^6.2.0",
"prettier": "^2.8.8",
"style-loader": "^3.3.3",
"style-loader": "^4.0.0",
"stylus-loader": "^7.1.3",
"url-loader": "^4.1.1",
"webpack": "5.87.0",
"webpack-cli": "^5.1.4"
"webpack": "5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
Expand All @@ -55,7 +55,7 @@
"knockout": "^3.4.2",
"linkifyjs": "^2.1.4",
"lodash": "^4.17.4",
"pug": "^3.0.2",
"pug": "^3.0.3",
"stylus": "^0.59.0"
}
}

0 comments on commit abaf165

Please sign in to comment.