Skip to content

Commit

Permalink
build(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Nov 17, 2021
1 parent 6bfb199 commit b32fd77
Show file tree
Hide file tree
Showing 5 changed files with 246 additions and 193 deletions.
26 changes: 13 additions & 13 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,47 +28,47 @@
"crypto-browserify": "^3.12.0",
"linkify-react": "^3.0.3",
"linkifyjs": "^3.0.3",
"mobx": "^6.3.6",
"mobx": "^6.3.7",
"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.1",
"react-router-dom": "^6.0.2",
"simple-encryptor": "^4.0.0",
"socket.io-client": "^4.3.2",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@figma/plugin-typings": "^1.38.0",
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"@figma/plugin-typings": "^1.39.0",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"create-file-webpack": "^1.0.2",
"css-loader": "^6.5.1",
"esbuild-loader": "^2.16.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-app": "^6.2.2",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.4.1",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "v5.2.4",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"terser-webpack-plugin": "v5.2.5",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.62.1",
"webpack": "^5.64.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^4.3.1"
"socket.io": "^4.3.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-app": "^6.2.2",
"nodemon": "^2.0.14",
"nodemon": "^2.0.15",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
}
Expand Down
14 changes: 7 additions & 7 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@popperjs/core": "^2.10.2",
"mobx": "^6.3.6",
"mobx": "^6.3.7",
"mobx-react-lite": "^3.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand All @@ -15,21 +15,21 @@
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@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.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-app": "^6.2.2",
"prettier": "^2.4.1",
"typescript": "^4.4.4"
Expand Down
16 changes: 8 additions & 8 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@giphy/react-components": "^5.4.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"mobx": "^6.3.6",
"mobx": "^6.3.7",
"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.1",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"simple-encryptor": "^4.0.0",
"socket.io-client": "^4.3.2",
Expand All @@ -34,22 +34,22 @@
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"@types/node": "^16.11.7",
"@types/react": "^17.0.35",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.2",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"css-loader": "^6.5.1",
"esbuild-loader": "^2.16.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-app": "^6.2.2",
"pnp-webpack-plugin": "^1.7.0",
"prettier": "^2.4.1",
Expand Down
Loading

0 comments on commit b32fd77

Please sign in to comment.