|
4 | 4 | "@fortawesome/fontawesome-svg-core": "^1.2.19", |
5 | 5 | "@fortawesome/free-solid-svg-icons": "^5.9.0", |
6 | 6 | "@fortawesome/react-fontawesome": "^0.1.4", |
7 | | - "@hot-loader/react-dom": "^16.8.6", |
8 | | - "axios": "^0.18.0", |
| 7 | + "axios": "^0.19.0", |
9 | 8 | "ayu-ace": "^2.0.4", |
10 | 9 | "brace": "^0.11.1", |
11 | 10 | "chart.js": "^2.8.0", |
12 | 11 | "classnames": "^2.2.6", |
13 | 12 | "date-fns": "^1.29.0", |
14 | | - "easy-peasy": "^3.0.2", |
| 13 | + "easy-peasy": "^3.2.3", |
15 | 14 | "events": "^3.0.0", |
16 | 15 | "formik": "^1.5.7", |
17 | 16 | "i18next": "^19.0.0", |
|
22 | 21 | "lodash-es": "^4.17.15", |
23 | 22 | "path": "^0.12.7", |
24 | 23 | "query-string": "^6.7.0", |
25 | | - "react": "^16.8.6", |
26 | | - "react-dom": "^16.8.6", |
27 | | - "react-hot-loader": "^4.12.13", |
| 24 | + "react": "^16.12.0", |
| 25 | + "react-dom": "npm:@hot-loader/react-dom", |
| 26 | + "react-hot-loader": "^4.12.18", |
28 | 27 | "react-i18next": "^11.2.1", |
29 | 28 | "react-redux": "^7.1.0", |
30 | | - "react-router-dom": "^5.0.1", |
31 | | - "react-transition-group": "^4.1.0", |
| 29 | + "react-router-dom": "^5.1.2", |
| 30 | + "react-transition-group": "^4.3.0", |
32 | 31 | "sockette": "^2.0.6", |
33 | | - "styled-components": "^4.3.2", |
| 32 | + "styled-components": "^4.4.1", |
34 | 33 | "use-react-router": "^1.0.7", |
35 | 34 | "uuid": "^3.3.2", |
36 | 35 | "xterm": "^3.14.4", |
|
39 | 38 | "yup": "^0.27.0" |
40 | 39 | }, |
41 | 40 | "devDependencies": { |
42 | | - "@babel/core": "^7.6.0", |
43 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
44 | | - "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
45 | | - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
46 | | - "@babel/plugin-transform-runtime": "^7.6.0", |
47 | | - "@babel/preset-env": "^7.6.0", |
48 | | - "@babel/preset-react": "^7.0.0", |
49 | | - "@babel/preset-typescript": "^7.6.0", |
50 | | - "@babel/runtime": "^7.6.0", |
| 41 | + "@babel/core": "^7.7.5", |
| 42 | + "@babel/plugin-proposal-class-properties": "^7.7.4", |
| 43 | + "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
| 44 | + "@babel/plugin-syntax-dynamic-import": "^7.7.4", |
| 45 | + "@babel/plugin-transform-runtime": "^7.7.5", |
| 46 | + "@babel/preset-env": "^7.7.5", |
| 47 | + "@babel/preset-react": "^7.7.4", |
| 48 | + "@babel/preset-typescript": "^7.7.4", |
| 49 | + "@babel/runtime": "^7.7.5", |
51 | 50 | "@types/chart.js": "^2.8.5", |
52 | 51 | "@types/classnames": "^2.2.8", |
53 | 52 | "@types/events": "^3.0.0", |
|
56 | 55 | "@types/lodash-es": "^4.17.3", |
57 | 56 | "@types/node": "^12.6.9", |
58 | 57 | "@types/query-string": "^6.3.0", |
59 | | - "@types/react": "^16.8.19", |
60 | | - "@types/react-dom": "^16.8.4", |
| 58 | + "@types/react": "^16.9.15", |
| 59 | + "@types/react-dom": "^16.9.4", |
61 | 60 | "@types/react-redux": "^7.1.1", |
62 | | - "@types/react-router-dom": "^4.3.3", |
| 61 | + "@types/react-router": "^5.1.3", |
| 62 | + "@types/react-router-dom": "^5.1.3", |
63 | 63 | "@types/react-transition-group": "^2.9.2", |
64 | | - "@types/styled-components": "^4.1.18", |
| 64 | + "@types/styled-components": "^4.4.0", |
65 | 65 | "@types/uuid": "^3.4.5", |
66 | 66 | "@types/webpack-env": "^1.13.6", |
67 | 67 | "@types/yup": "^0.26.17", |
|
70 | 70 | "babel-loader": "^8.0.6", |
71 | 71 | "babel-plugin-styled-components": "^1.10.6", |
72 | 72 | "babel-plugin-tailwind-components": "^0.5.10", |
73 | | - "css-loader": "^3.2.0", |
| 73 | + "css-loader": "^3.2.1", |
74 | 74 | "cssnano": "^4.1.10", |
75 | 75 | "eslint": "^5.16.0", |
76 | 76 | "eslint-config-standard": "^12.0.0", |
|
83 | 83 | "glob-all": "^3.1.0", |
84 | 84 | "html-webpack-plugin": "^3.2.0", |
85 | 85 | "mini-css-extract-plugin": "^0.8.0", |
86 | | - "postcss": "^7.0.21", |
| 86 | + "postcss": "^7.0.24", |
87 | 87 | "postcss-import": "^12.0.1", |
88 | 88 | "postcss-loader": "^3.0.0", |
89 | 89 | "postcss-preset-env": "^6.7.0", |
90 | 90 | "precss": "^4.0.0", |
91 | | - "purgecss-webpack-plugin": "^1.1.0", |
| 91 | + "purgecss-webpack-plugin": "^1.6.0", |
92 | 92 | "resolve-url-loader": "^3.0.0", |
93 | 93 | "source-map-loader": "^0.2.4", |
94 | 94 | "style-loader": "^0.23.1", |
95 | 95 | "tailwindcss": "^0.7.4", |
96 | 96 | "terser-webpack-plugin": "^1.3.0", |
97 | 97 | "ts-loader": "^5.3.3", |
98 | 98 | "typescript": "^3.6.3", |
99 | | - "webpack": "^4.40.2", |
| 99 | + "webpack": "^4.41.2", |
100 | 100 | "webpack-assets-manifest": "^3.1.1", |
101 | | - "webpack-cli": "^3.3.9", |
102 | | - "webpack-dev-server": "^3.8.1", |
103 | | - "webpack-manifest-plugin": "^2.0.3" |
| 101 | + "webpack-cli": "^3.3.10", |
| 102 | + "webpack-dev-server": "^3.9.0", |
| 103 | + "webpack-manifest-plugin": "^2.0.3", |
| 104 | + "yarn-deduplicate": "^1.1.1" |
104 | 105 | }, |
105 | 106 | "scripts": { |
106 | 107 | "clean": "rm -rf public/assets/*.js && rm -rf public/assets/*.css", |
107 | 108 | "watch": "NODE_ENV=development ./node_modules/.bin/webpack --watch --progress", |
108 | 109 | "build": "NODE_ENV=development ./node_modules/.bin/webpack --progress", |
109 | | - "build:production": "NODE_ENV=production ./node_modules/.bin/webpack", |
| 110 | + "build:production": "NODE_ENV=production ./node_modules/.bin/webpack --mode production", |
110 | 111 | "serve": "yarn run clean && PUBLIC_PATH=https://pterodactyl.test:8080 NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem" |
111 | 112 | }, |
112 | 113 | "browserslist": [ |
|
0 commit comments