|
1 | 1 | { |
2 | 2 | "name": "@sencha/ext-react-classic-demo", |
3 | 3 | "product": "ext-react", |
4 | | - "version": "6.6.3", |
| 4 | + "version": "6.6.4", |
5 | 5 | "description": "ext-react-classic-demo", |
6 | 6 | "main": "index.js", |
7 | 7 | "scripts": { |
|
28 | 28 | }, |
29 | 29 | "dependencies": { |
30 | 30 | "@babel/polyfill": "^7.0.0", |
31 | | - "@babel/runtime": "^7.0.0", |
| 31 | + "@babel/runtime": "^7.2.0", |
32 | 32 | "@sencha/ext": "~6.6.0", |
33 | 33 | "@sencha/ext-classic": "~6.6.0", |
34 | | - "@sencha/ext-react": "~6.6.2", |
35 | | - "@sencha/ext-react-transition": "~6.6.2", |
36 | | - "@sencha/ext-react-renderercell": "~6.6.2", |
| 34 | + "@sencha/ext-react": "~6.6.4", |
| 35 | + "@sencha/ext-react-transition": "~6.6.4", |
| 36 | + "@sencha/ext-react-renderercell": "~6.6.4", |
37 | 37 | "@sencha/ext-classic-theme-triton": "~6.6.0", |
38 | 38 | "prop-types": "^15.6.2", |
39 | | - "react": "^16.6.0", |
40 | | - "react-dom": "^16.6.0", |
| 39 | + "react": "~16.6.3", |
| 40 | + "react-dom": "~16.6.3", |
41 | 41 | "react-router-dom": "^4.3.1" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/core": "^7.0.0", |
45 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
46 | | - "@babel/plugin-proposal-decorators": "^7.0.0", |
47 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
48 | | - "@babel/plugin-proposal-function-sent": "^7.0.0", |
49 | | - "@babel/plugin-proposal-json-strings": "^7.0.0", |
50 | | - "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
51 | | - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
52 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
53 | | - "@babel/plugin-syntax-import-meta": "^7.0.0", |
54 | | - "@babel/plugin-transform-runtime": "^7.0.0", |
55 | | - "@babel/preset-env": "^7.0.0", |
| 44 | + "@babel/core": "^7.2.0", |
| 45 | + "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 46 | + "@babel/plugin-proposal-decorators": "^7.2.0", |
| 47 | + "@babel/plugin-proposal-export-namespace-from": "^7.2.0", |
| 48 | + "@babel/plugin-proposal-function-sent": "^7.2.0", |
| 49 | + "@babel/plugin-proposal-json-strings": "^7.2.0", |
| 50 | + "@babel/plugin-proposal-numeric-separator": "^7.2.0", |
| 51 | + "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
| 52 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 53 | + "@babel/plugin-syntax-import-meta": "^7.2.0", |
| 54 | + "@babel/plugin-transform-runtime": "^7.2.0", |
| 55 | + "@babel/preset-env": "^7.2.0", |
56 | 56 | "@babel/preset-react": "^7.0.0", |
57 | | - "@sencha/ext-react-babel-plugin": "~6.6.2", |
58 | | - "@sencha/ext-react-webpack-plugin": "~6.6.2", |
59 | | - "babel-loader": "^8.0.2", |
60 | | - "copy-webpack-plugin": "^4.5.2", |
| 57 | + "@sencha/ext-react-babel-plugin": "~6.6.4", |
| 58 | + "@sencha/ext-react-webpack-plugin": "~6.6.4", |
| 59 | + "babel-loader": "^8.0.4", |
| 60 | + "copy-webpack-plugin": "^4.6.0", |
61 | 61 | "cross-env": "^5.2.0", |
62 | 62 | "html-webpack-plugin": "^3.2.0", |
63 | | - "portfinder": "^1.0.17", |
64 | | - "react-hot-loader": "^4.3.11", |
| 63 | + "portfinder": "^1.0.20", |
| 64 | + "react-hot-loader": "^4.3.12", |
65 | 65 | "rimraf": "^2.6.2", |
66 | | - "webpack": "^4.19.1", |
67 | | - "webpack-cli": "^3.1.0", |
68 | | - "webpack-dev-server": "^3.1.8", |
| 66 | + "webpack": "^4.27.1", |
| 67 | + "webpack-cli": "^3.1.2", |
| 68 | + "webpack-dev-server": "^3.1.10", |
69 | 69 | "webpack-shell-plugin": "^0.5.0" |
70 | 70 | } |
71 | 71 | } |
0 commit comments