Skip to content

Commit

Permalink
Upgrading Dependencies (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Oct 16, 2021
1 parent 094ae4a commit fbb3ab7
Show file tree
Hide file tree
Showing 7 changed files with 1,127 additions and 920 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ This will run a demo version, which you can turn into a fully licenced version b

## Versions History

### Version 4.9.1 (unreleased)

- ⏫ Upgrading dependencies

### Version 4.9.0

- Brand new [documentation website](https://docs.retrospected.com).
Expand Down
31 changes: 15 additions & 16 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrospected/backend",
"version": "4.9.0",
"version": "4.9.1",
"license": "GNU GPLv3",
"private": true,
"scripts": {
Expand All @@ -15,12 +15,11 @@
"dependencies": {
"@retrospected/common": "*",
"@sendgrid/mail": "^7.4.7",
"@sentry/node": "^6.13.2",
"@sentry/node": "^6.13.3",
"@types/bcryptjs": "^2.4.2",
"@types/connect-redis": "0.0.17",
"@types/crypto-js": "^4.0.2",
"@types/csurf": "^1.11.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/express-mung": "^0.5.2",
"@types/express-rate-limit": "^5.1.3",
Expand All @@ -29,7 +28,7 @@
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/md5": "^2.3.1",
"@types/node": "^16.10.2",
"@types/node": "^16.11.0",
"@types/node-fetch": "^2.5.12",
"@types/passport": "^1.0.7",
"@types/passport-github2": "^1.2.5",
Expand All @@ -42,26 +41,26 @@
"@types/shortid": "^0.0.29",
"@types/socket.io-redis": "1.0.27",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chalk": "^4.1.2",
"connect-redis": "6.0.0",
"cross-env": "7.0.3",
"crypto-js": "^4.1.1",
"csurf": "^1.11.0",
"date-fns": "^2.24.0",
"date-fns": "^2.25.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.17.1",
"express-mung": "^0.5.1",
"express-rate-limit": "^5.3.0",
"express-rate-limit": "^5.5.0",
"express-session": "^1.17.2",
"freemail": "^1.7.0",
"jest": "27.2.4",
"jest": "27.2.5",
"lexorank": "^1.0.4",
"lodash": "^4.17.21",
"md5": "^2.3.0",
Expand All @@ -80,16 +79,16 @@
"pg": "^8.7.1",
"prettier": "^2.4.1",
"random-words": "^1.1.1",
"rate-limiter-flexible": "^2.3.0",
"rate-limiter-flexible": "^2.3.1",
"redis": "^3.1.2",
"rimraf": "^3.0.2",
"shortid": "^2.2.16",
"socket.io": "4.2.0",
"socket.io": "4.3.0",
"socket.io-redis": "6.1.1",
"stripe": "^8.178.0",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typeorm": "^0.2.37",
"stripe": "^8.183.0",
"ts-jest": "^27.0.7",
"ts-node": "^10.3.0",
"typeorm": "^0.2.38",
"uuid": "^8.3.2",
"yargs": "^17.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@retrospected/common",
"version": "4.9.0",
"version": "4.9.1",
"license": "GNU GPLv3",
"private": true,
"main": "dist/src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.9.0",
"version": "4.9.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -20,7 +20,7 @@
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^5.5.0",
"@types/random-words": "^1.1.2",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-toggle": "^4.0.3",
"clsx": "^1.1.1",
Expand Down
36 changes: 18 additions & 18 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "@retrospected/frontend",
"version": "4.9.0",
"version": "4.9.1",
"license": "GNU GPLv3",
"private": true,
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.2",
"@mui/icons-material": "^5.0.4",
"@mui/lab": "^5.0.0-alpha.51",
"@mui/material": "^5.0.4",
"@mui/styles": "^5.0.1",
"@mui/x-data-grid": "^5.0.0-beta.2",
"@retrospected/common": "*",
"@sentry/browser": "^6.13.2",
"@stripe/react-stripe-js": "^1.5.0",
"@stripe/stripe-js": "^1.19.0",
"@sentry/browser": "^6.13.3",
"@stripe/react-stripe-js": "^1.6.0",
"@stripe/stripe-js": "^1.20.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/crypto-js": "^4.0.2",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/md5": "^2.3.1",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/node": "^16.11.0",
"@types/react": "^17.0.30",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-color": "^3.0.5",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.3",
"@types/react-router-dom": "^5.3.0",
"@types/react-helmet": "^6.1.4",
"@types/react-router-dom": "^5.3.1",
"@types/shortid": "^0.0.29",
"@types/socket.io-client": "^1.4.36",
"@types/uuid": "^8.3.1",
"bowser": "^2.11.0",
"core-js": "^3.18.1",
"core-js": "^3.18.3",
"crypto-js": "^4.1.1",
"date-fns": "^2.24.0",
"date-fns": "^2.25.0",
"flag-icon-css": "^3.5.0",
"http-proxy-middleware": "^2.0.1",
"isemail": "^3.2.0",
Expand All @@ -56,16 +56,16 @@
"react-giphy-searchbox": "^1.5.4",
"react-helmet": "^6.1.0",
"react-markdown": "^6.0.3",
"react-password-strength-bar": "^0.3.5",
"react-password-strength-bar": "^0.4.0",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-social-login-buttons": "^3.5.1",
"react-social-login-buttons": "^3.6.0",
"recoil": "^0.4.1",
"rehype-raw": "^6.1.0",
"shortid": "^2.2.16",
"socket.io-client": "4.2.0",
"source-map-explorer": "^2.5.2",
"typescript": "^4.4.3",
"typescript": "^4.4.4",
"uuid": "^8.3.2",
"whatwg-fetch": "^3.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retrospected",
"version": "4.9.0",
"version": "4.9.1",
"description": "An agile retrospective board - Powering www.retrospected.com",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"homepage": "http://www.retrospected.com",
"dependencies": {
"del-cli": "^3.0.1",
"typescript": "^4.2.4"
"del-cli": "^4.0.1",
"typescript": "^4.4.4"
}
}
Loading

0 comments on commit fbb3ab7

Please sign in to comment.