Skip to content

Commit

Permalink
#58 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus committed Mar 19, 2023
1 parent 4da0fc2 commit 6c7bce0
Show file tree
Hide file tree
Showing 8 changed files with 4,171 additions and 3,237 deletions.
2 changes: 1 addition & 1 deletion build/build.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Build-Script for our PoinZ Backend and frontend
* Build-Script for our Poinz Backend and frontend
* Will produce a /deploy folder that contains the backend (built) and the client (built). Ready to deploy on a server with nodejs runtime.
* */
import path from 'path';
Expand Down
2 changes: 1 addition & 1 deletion build/dockerImage.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Build-Script for our PoinZ Docker Image
* Build-Script for our Poinz Docker Image
* Make sure to invoke "./build.mjs" first!
*
* */
Expand Down
2,042 changes: 1,066 additions & 976 deletions client/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,33 +55,33 @@
"redux-thunk": "2.4.2",
"remark-gfm": "^3.0.1",
"reselect": "4.1.7",
"socket.io-client": "4.6.0",
"styled-components": "5.3.6",
"socket.io-client": "4.6.1",
"styled-components": "5.3.9",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/core": "7.21.3",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "1.0.1",
"babel-jest": "29.4.2",
"babel-jest": "29.5.0",
"babel-loader": "9.1.2",
"babel-plugin-styled-components": "2.0.7",
"cross-env": "7.0.3",
"css-loader": "6.7.3",
"cypress": "12.5.1",
"cypress": "12.8.1",
"date-fns": "2.29.3",
"eslint": "8.34.0",
"eslint": "8.36.0",
"eslint-plugin-react": "7.32.2",
"file-loader": "6.2.0",
"jest": "29.4.2",
"jest": "29.5.0",
"react-test-renderer": "18.2.0",
"style-loader": "3.3.1",
"style-loader": "3.3.2",
"url-loader": "4.1.1",
"webpack": "5.76.0",
"webpack-bundle-analyzer": "4.7.0",
"webpack": "5.76.2",
"webpack-bundle-analyzer": "4.8.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
"webpack-dev-server": "4.13.1"
},
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit 6c7bce0

Please sign in to comment.