Skip to content

Commit

Permalink
фикс зависимостей
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelUd committed Jun 6, 2024
1 parent 33d878d commit 2feff10
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 @@ -17,24 +17,24 @@
"start": "webpack serve --mode development --open"
},
"devDependencies": {
"css-loader": "^7.1.1",
"css-loader": "7.1.1",
"eslint": "8.28.0",
"eslint-config-htmlacademy": "8.0.0",
"style-loader": "^4.0.0",
"webpack-cli": "^5.1.4"
"webpack-cli": "5.1.4"
},
"engines": {
"node": "18"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"@babel/core": "7.23.9",
"@babel/preset-env": "7.23.9",
"babel-loader": "9.1.3",
"copy-webpack-plugin": "12.0.2",
"dayjs": "1.11.6",
"flatpickr": "^4.6.13",
"he": "^1.2.0",
"html-webpack-plugin": "^5.6.0",
"webpack-dev-server": "^5.0.2"
"flatpickr": "4.6.13",
"he": "1.2.0",
"html-webpack-plugin": "5.6.0",
"webpack-dev-server": "5.0.2"
}
}

0 comments on commit 2feff10

Please sign in to comment.