Skip to content

Commit

Permalink
build: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamensuli committed Nov 13, 2023
1 parent f231c4e commit 2a22a4e
Show file tree
Hide file tree
Showing 42 changed files with 15,055 additions and 12,813 deletions.
556 changes: 286 additions & 270 deletions app/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"repository": {},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/preset-env": "7.23.2",
"@babel/core": "7.23.3",
"@babel/preset-env": "7.23.3",
"@mapbox/node-pre-gyp": "1.0.11",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "4.0.0",
Expand All @@ -27,7 +27,7 @@
"html-webpack-plugin": "5.5.3",
"imports-loader": "4.0.1",
"mini-css-extract-plugin": "2.7.6",
"node-gyp": "10.0.0",
"node-gyp": "10.0.1",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"sitemap-webpack-plugin": "1.1.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@
"win32"
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"dependencies": {
"graphql": "16.8.1",
"mongoose": "7.6.3",
"nodefony": "7.0.0-beta.21",
"mongoose": "8.0.0",
"nodefony": "7.0.0-beta.22",
"pm2": "5.3.0",
"pm2-logrotate": "2.7.0",
"sequelize": "6.33.0",
"sequelize": "6.34.0",
"webpack": "5.89.0",
"webpack-dev-server": "4.15.1"
},
"devDependencies": {
"@mapbox/node-pre-gyp": "1.0.11",
"conventional-changelog-cli": "4.1.0",
"node-gyp": "10.0.0"
"node-gyp": "10.0.1"
},
"author": "admin <admin@nodefony.com>",
"readmeFilename": "README.md",
Expand Down
156 changes: 100 additions & 56 deletions src/bundles/react-bundle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a22a4e

Please sign in to comment.