|
5 | 5 | "@fortawesome/free-solid-svg-icons": "^5.9.0", |
6 | 6 | "@fortawesome/react-fontawesome": "^0.1.4", |
7 | 7 | "@types/react-google-recaptcha": "^1.1.1", |
8 | | - "axios": "^0.19.0", |
| 8 | + "axios": "^0.19.2", |
9 | 9 | "ayu-ace": "^2.0.4", |
10 | 10 | "brace": "^0.11.1", |
11 | 11 | "chart.js": "^2.8.0", |
12 | 12 | "classnames": "^2.2.6", |
13 | | - "date-fns": "^1.29.0", |
14 | | - "easy-peasy": "^3.2.3", |
| 13 | + "date-fns": "^2.14.0", |
| 14 | + "easy-peasy": "^3.3.1", |
15 | 15 | "events": "^3.0.0", |
16 | 16 | "formik": "^2.1.4", |
17 | 17 | "i18next": "^19.0.0", |
|
22 | 22 | "lodash-es": "^4.17.15", |
23 | 23 | "path": "^0.12.7", |
24 | 24 | "query-string": "^6.7.0", |
25 | | - "react": "^16.12.0", |
| 25 | + "react": "^16.13.1", |
26 | 26 | "react-dom": "npm:@hot-loader/react-dom", |
27 | 27 | "react-google-recaptcha": "^2.0.1", |
28 | | - "react-hot-loader": "^4.12.18", |
| 28 | + "react-hot-loader": "^4.12.21", |
29 | 29 | "react-i18next": "^11.2.1", |
30 | 30 | "react-redux": "^7.1.0", |
31 | 31 | "react-router-dom": "^5.1.2", |
32 | 32 | "react-transition-group": "^4.3.0", |
33 | 33 | "sockette": "^2.0.6", |
34 | | - "styled-components": "^4.4.1", |
| 34 | + "styled-components": "^5.1.1", |
35 | 35 | "styled-components-breakpoint": "^3.0.0-preview.20", |
36 | 36 | "use-react-router": "^1.0.7", |
37 | 37 | "uuid": "^3.3.2", |
38 | 38 | "xterm": "^3.14.4", |
39 | 39 | "xterm-addon-attach": "^0.1.0", |
40 | 40 | "xterm-addon-fit": "^0.1.0", |
41 | | - "yup": "^0.27.0" |
| 41 | + "yup": "^0.29.1" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@babel/core": "^7.7.5", |
|
47 | 47 | "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
48 | 48 | "@babel/plugin-proposal-optional-chaining": "^7.8.3", |
49 | 49 | "@babel/plugin-syntax-dynamic-import": "^7.7.4", |
| 50 | + "@babel/plugin-transform-react-jsx": "^7.10.4", |
50 | 51 | "@babel/plugin-transform-runtime": "^7.7.5", |
51 | 52 | "@babel/preset-env": "^7.7.5", |
52 | 53 | "@babel/preset-react": "^7.7.4", |
|
60 | 61 | "@types/lodash-es": "^4.17.3", |
61 | 62 | "@types/node": "^12.6.9", |
62 | 63 | "@types/query-string": "^6.3.0", |
63 | | - "@types/react": "^16.9.15", |
64 | | - "@types/react-dom": "^16.9.4", |
| 64 | + "@types/react": "^16.9.41", |
| 65 | + "@types/react-dom": "^16.9.8", |
65 | 66 | "@types/react-redux": "^7.1.1", |
66 | 67 | "@types/react-router": "^5.1.3", |
67 | 68 | "@types/react-router-dom": "^5.1.3", |
68 | 69 | "@types/react-transition-group": "^2.9.2", |
69 | 70 | "@types/styled-components": "^4.4.0", |
70 | 71 | "@types/uuid": "^3.4.5", |
71 | | - "@types/webpack-env": "^1.13.6", |
72 | | - "@types/yup": "^0.26.17", |
73 | | - "@typescript-eslint/eslint-plugin": "^2.19.0", |
74 | | - "@typescript-eslint/parser": "^2.19.0", |
| 72 | + "@types/webpack-env": "^1.15.2", |
| 73 | + "@types/yup": "^0.29.3", |
| 74 | + "@typescript-eslint/eslint-plugin": "^3.5.0", |
| 75 | + "@typescript-eslint/parser": "^3.5.0", |
75 | 76 | "babel-loader": "^8.0.6", |
76 | | - "babel-plugin-styled-components": "^1.10.6", |
| 77 | + "babel-plugin-styled-components": "^1.10.7", |
77 | 78 | "babel-plugin-tailwind-components": "^0.5.10", |
78 | 79 | "cross-env": "^7.0.2", |
79 | 80 | "css-loader": "^3.2.1", |
80 | 81 | "cssnano": "^4.1.10", |
81 | | - "eslint": "^5.16.0", |
82 | | - "eslint-config-standard": "^12.0.0", |
83 | | - "eslint-plugin-import": "^2.17.3", |
| 82 | + "eslint": "^7.4.0", |
| 83 | + "eslint-config-standard": "^14.1.1", |
| 84 | + "eslint-plugin-import": "^2.22.0", |
84 | 85 | "eslint-plugin-node": "^9.1.0", |
85 | | - "eslint-plugin-promise": "^4.1.1", |
86 | | - "eslint-plugin-react-hooks": "^2.1.2", |
87 | | - "eslint-plugin-standard": "^4.0.0", |
88 | | - "fork-ts-checker-webpack-plugin": "^1.5.0", |
| 86 | + "eslint-plugin-promise": "^4.2.1", |
| 87 | + "eslint-plugin-react": "^7.20.3", |
| 88 | + "eslint-plugin-react-hooks": "^4.0.5", |
| 89 | + "eslint-plugin-standard": "^4.0.1", |
| 90 | + "fork-ts-checker-webpack-plugin": "^5.0.6", |
89 | 91 | "glob-all": "^3.1.0", |
90 | 92 | "html-webpack-plugin": "^3.2.0", |
91 | 93 | "mini-css-extract-plugin": "^0.8.0", |
|
97 | 99 | "purgecss-webpack-plugin": "^1.6.0", |
98 | 100 | "redux-devtools-extension": "^2.13.8", |
99 | 101 | "resolve-url-loader": "^3.0.0", |
100 | | - "source-map-loader": "^0.2.4", |
101 | | - "style-loader": "^0.23.1", |
102 | | - "tailwindcss": "^0.7.4", |
103 | | - "terser-webpack-plugin": "^1.3.0", |
| 102 | + "source-map-loader": "^1.0.1", |
| 103 | + "style-loader": "^1.2.1", |
| 104 | + "tailwindcss": "^1.4.6", |
| 105 | + "terser-webpack-plugin": "^3.0.6", |
104 | 106 | "ts-loader": "^6.2.1", |
105 | | - "typescript": "^3.7.5", |
106 | | - "webpack": "^4.41.2", |
| 107 | + "twin.macro": "^1.4.1", |
| 108 | + "typescript": "^3.9.6", |
| 109 | + "typescript-plugin-tw-template": "^2.0.1", |
| 110 | + "webpack": "^4.43.0", |
107 | 111 | "webpack-assets-manifest": "^3.1.1", |
108 | | - "webpack-cli": "^3.3.10", |
109 | | - "webpack-dev-server": "^3.9.0", |
110 | | - "webpack-manifest-plugin": "^2.0.3", |
| 112 | + "webpack-cli": "^3.3.12", |
| 113 | + "webpack-dev-server": "^3.11.0", |
| 114 | + "webpack-manifest-plugin": "^2.2.0", |
111 | 115 | "yarn-deduplicate": "^1.1.1" |
112 | 116 | }, |
113 | 117 | "scripts": { |
|
0 commit comments