Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Dec 14, 2021
1 parent 1e4638a commit 648951f
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 381 deletions.
34 changes: 17 additions & 17 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,49 +26,49 @@
"@giphy/react-components": "^5.4.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"linkify-react": "^3.0.3",
"linkifyjs": "^3.0.3",
"mobx": "^6.3.7",
"linkify-react": "^3.0.4",
"linkifyjs": "^3.0.4",
"mobx": "^6.3.8",
"mobx-react-lite": "^3.2.2",
"mobx-sync": "^3.0.0",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2",
"react-router-dom": "^6.1.1",
"simple-encryptor": "^4.0.0",
"socket.io-client": "^4.3.2",
"socket.io-client": "^4.4.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.39.0",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@figma/plugin-typings": "^1.39.1",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@types/styled-components": "^5.1.18",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"create-file-webpack": "^1.0.2",
"css-loader": "^6.5.1",
"esbuild-loader": "^2.16.0",
"eslint": "^8.2.0",
"esbuild-loader": "^2.17.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-app": "^6.2.2",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "v5.2.5",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.4.4",
"typescript": "^4.5.4",
"url-loader": "^4.1.1",
"webpack": "^5.64.1",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^4.3.2"
"socket.io": "^4.4.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-app": "^6.2.2",
"nodemon": "^2.0.15",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
"prettier": "^2.5.1",
"typescript": "^4.5.4"
}
}
26 changes: 13 additions & 13 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.10.2",
"mobx": "^6.3.7",
"@popperjs/core": "^2.11.0",
"mobx": "^6.3.8",
"mobx-react-lite": "^3.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-popper": "^2.2.5",
"react-spring": "^9.3.0",
"react-spring": "^9.3.2",
"react-timeago": "^6.2.1",
"socket.io-client": "^4.3.2",
"socket.io-client": "^4.4.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/react-timeago": "^4.1.3",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"@types/styled-components": "^5.1.18",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-app": "^6.2.2",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
"prettier": "^2.5.1",
"typescript": "^4.5.4"
},
"scripts": {
"lint": "eslint --ext .tsx,.ts,.json,.js src/ --fix"
Expand Down
28 changes: 14 additions & 14 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,47 +15,47 @@
"@giphy/react-components": "^5.4.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"mobx": "^6.3.7",
"mobx": "^6.3.8",
"mobx-react-lite": "^3.2.2",
"mobx-sync": "^3.0.0",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2",
"react-router-dom": "^6.1.1",
"react-scripts": "4.0.3",
"simple-encryptor": "^4.0.0",
"socket.io-client": "^4.3.2",
"socket.io-client": "^4.4.0",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@types/styled-components": "^5.1.18",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"css-loader": "^6.5.1",
"esbuild-loader": "^2.16.0",
"esbuild-loader": "^2.17.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-app": "^6.2.2",
"pnp-webpack-plugin": "^1.7.0",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"react-app-rewired": "^2.1.8",
"ts-loader": "8.2.0",
"typescript": "^4.4.4"
"typescript": "^4.5.4"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 648951f

Please sign in to comment.