|
1 | 1 | { |
2 | 2 | "name": "things-gui", |
3 | | - "version": "1.2.2", |
| 3 | + "version": "1.3.0", |
4 | 4 | "description": "ThingsGUI", |
5 | 5 | "main": "index.js", |
6 | 6 | "repository": { |
|
17 | 17 | }, |
18 | 18 | "author": "", |
19 | 19 | "dependencies": { |
20 | | - "@babel/cli": "7.17.10", |
21 | | - "@babel/core": "7.17.12", |
22 | | - "@babel/plugin-proposal-class-properties": "7.17.12", |
| 20 | + "@babel/cli": "7.21.0", |
| 21 | + "@babel/core": "7.21.4", |
| 22 | + "@babel/plugin-proposal-class-properties": "7.18.6", |
23 | 23 | "@babel/plugin-syntax-dynamic-import": "7.8.3", |
24 | 24 | "@babel/plugin-syntax-object-rest-spread": "7.8.3", |
25 | | - "@babel/plugin-transform-object-assign": "7.16.7", |
26 | | - "@babel/plugin-transform-runtime": "7.17.12", |
| 25 | + "@babel/plugin-transform-object-assign": "7.18.6", |
| 26 | + "@babel/plugin-transform-runtime": "7.21.4", |
27 | 27 | "@babel/polyfill": "7.12.1", |
28 | | - "@babel/preset-env": "7.17.12", |
29 | | - "@babel/preset-react": "7.17.12", |
30 | | - "@babel/register": "7.17.7", |
31 | | - "@babel/runtime": "7.17.9", |
32 | | - "@emotion/react": "11.9.0", |
33 | | - "@emotion/styled": "11.8.1", |
34 | | - "@mui/icons-material": "5.8.0", |
35 | | - "@mui/lab": "5.0.0-alpha.82", |
36 | | - "@mui/material": "5.8.0", |
37 | | - "babel-loader": "8.2.5", |
| 28 | + "@babel/preset-env": "7.21.4", |
| 29 | + "@babel/preset-react": "7.18.6", |
| 30 | + "@babel/register": "7.21.0", |
| 31 | + "@babel/runtime": "7.21.0", |
| 32 | + "@emotion/react": "11.10.6", |
| 33 | + "@emotion/styled": "11.10.6", |
| 34 | + "@mui/icons-material": "5.11.16", |
| 35 | + "@mui/lab": "5.0.0-alpha.125", |
| 36 | + "@mui/material": "5.11.16", |
| 37 | + "babel-loader": "9.1.2", |
38 | 38 | "css-loader": "5.2.7", |
39 | | - "deep-equal": "2.0.5", |
| 39 | + "deep-equal": "2.2.0", |
40 | 40 | "file-loader": "6.2.0", |
41 | 41 | "moment": "2.29.4", |
42 | | - "monaco-editor": "0.33.0", |
| 42 | + "monaco-editor": "0.37.1", |
43 | 43 | "monaco-editor-webpack-plugin": "7.0.1", |
44 | | - "npm": "8.11.0", |
| 44 | + "npm": "9.6.4", |
45 | 45 | "path-browserify": "1.0.1", |
46 | 46 | "prop-types": "15.8.1", |
47 | | - "react": "17.0.2", |
48 | | - "react-dom": "17.0.2", |
| 47 | + "react": "18.2.0", |
| 48 | + "react-dom": "18.2.0", |
49 | 49 | "react-draggable": "4.4.5", |
50 | | - "react-dropzone": "14.2.1", |
| 50 | + "react-dropzone": "14.2.3", |
51 | 51 | "react-helmet": "6.1.0", |
52 | | - "react-router-dom": "6.3.0", |
| 52 | + "react-router-dom": "6.10.0", |
53 | 53 | "socket.io": "2.5.0", |
54 | 54 | "socket.io-client": "2.4.0", |
55 | | - "style-loader": "3.3.1", |
56 | | - "terser": "5.14.2", |
57 | | - "terser-webpack-plugin": "5.3.1", |
58 | | - "vis-network": "^9.1.2", |
59 | | - "vlow": "1.1.14", |
60 | | - "webpack": "5.76.0", |
61 | | - "webpack-bundle-analyzer": "4.5.0", |
62 | | - "webpack-cli": "4.9.2" |
| 55 | + "style-loader": "3.3.2", |
| 56 | + "terser": "5.16.9", |
| 57 | + "terser-webpack-plugin": "5.3.7", |
| 58 | + "vis-network": "9.1.6", |
| 59 | + "vlow": "1.1.16", |
| 60 | + "webpack": "5.78.0", |
| 61 | + "webpack-bundle-analyzer": "4.8.0", |
| 62 | + "webpack-cli": "5.0.1" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@babel/eslint-parser": "7.17.0", |
66 | | - "eslint": "8.10.0", |
67 | | - "eslint-plugin-react": "7.29.4", |
68 | | - "eslint-plugin-react-hooks": "4.5.0", |
| 65 | + "@babel/eslint-parser": "7.21.3", |
| 66 | + "eslint": "8.38.0", |
| 67 | + "eslint-plugin-react": "7.32.2", |
| 68 | + "eslint-plugin-react-hooks": "4.6.0", |
69 | 69 | "moment-locales-webpack-plugin": "1.2.0" |
70 | 70 | } |
71 | 71 | } |
0 commit comments