Skip to content

Commit

Permalink
update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Mar 25, 2024
1 parent 3463a9a commit 9a135e1
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 @@ -51,28 +51,28 @@
"solid-ui": "^2.4.32"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/dom": "^9.3.3",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^5.17.0",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"babel-loader": "^8.3.0",
"buffer": "^6.0.3",
"eslint": "^8.55.0",
"html-webpack-plugin": "^5.5.3",
"eslint": "^8.57.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^7.0.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^12.5.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"typescript": "^4.9.5",
"webpack": "^5.89.0",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^4.15.2"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 9a135e1

Please sign in to comment.