|
4 | 4 | "description": "Code from the React Webpack tutorial.",
|
5 | 5 | "main": "server-express.js",
|
6 | 6 | "engines": {
|
7 |
| - "node": "^7.8.0 || ^8.0.0 || ^9.2.0", |
8 |
| - "npm": "^4.4.4 || ^5.0.0", |
9 |
| - "yarn": "^1.0.0" |
| 7 | + "node": "7.8.0", |
| 8 | + "npm": "4.4.4", |
| 9 | + "yarn": "0.22.0" |
10 | 10 | },
|
11 | 11 | "repository": {
|
12 | 12 | "type": "git",
|
|
26 | 26 | "homepage": "https://github.com/shakacode/react-webpack-rails-tutorial",
|
27 | 27 | "scripts": {
|
28 | 28 | "postinstall": "npm rebuild node-sass",
|
29 |
| - "test": "NODE_PATH=./app mocha --require babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'", |
| 29 | + "test": "NODE_PATH=./app mocha --compilers js:babel-core/register --require ./app/libs/testHelper.js --require ./app/libs/testNullCompiler.js 'app/**/*.spec.@(js|jsx)'", |
30 | 30 | "test:debug": "yarn run test -- --debug-brk",
|
31 | 31 | "start": "babel-node server-express.js",
|
32 | 32 | "build:production:client": "NODE_ENV=production webpack -p --config webpack.client.rails.build.config.js",
|
|
41 | 41 | "lint": "eslint --ext .js,.jsx ."
|
42 | 42 | },
|
43 | 43 | "dependencies": {
|
44 |
| - "actioncable": "5.0.x", |
| 44 | + "actioncable": "^5.0.2", |
45 | 45 | "autoprefixer": "^7.1.5",
|
46 |
| - "axios": "^0.17.1", |
47 |
| - "babel-cli": "^6.26.0", |
48 |
| - "babel-core": "^6.26.0", |
| 46 | + "axios": "^0.16.1", |
| 47 | + "babel": "^6.23.0", |
| 48 | + "babel-cli": "^6.24.1", |
| 49 | + "babel-core": "^6.24.1", |
49 | 50 | "babel-loader": "^7.1.2",
|
50 | 51 | "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
51 |
| - "babel-polyfill": "^6.26.0", |
52 |
| - "babel-preset-env": "^1.6.0", |
| 52 | + "babel-polyfill": "^6.23.0", |
| 53 | + "babel-preset-es2015": "^6.24.1", |
53 | 54 | "babel-preset-react": "^6.24.1",
|
54 | 55 | "babel-preset-stage-2": "^6.24.1",
|
55 |
| - "babel-runtime": "^6.26.0", |
56 |
| - "bootstrap-loader": "^2.2.0", |
| 56 | + "babel-runtime": "^6.23.0", |
| 57 | + "bootstrap-loader": "^2.0.0", |
57 | 58 | "bootstrap-sass": "^3.3.7",
|
58 | 59 | "classnames": "^2.2.5",
|
59 | 60 | "compression-webpack-plugin": "^1.0.1",
|
60 |
| - "css-loader": "^0.28.7", |
| 61 | + "css-loader": "^0.28.0", |
61 | 62 | "es5-shim": "^4.5.9",
|
62 | 63 | "estraverse": "^4.2.0",
|
63 |
| - "expose-loader": "^0.7.4", |
64 |
| - "extract-text-webpack-plugin": "^3.0.2", |
| 64 | + "expose-loader": "^0.7.3", |
| 65 | + "extract-text-webpack-plugin": "^3.0.1", |
65 | 66 | "file-loader": "^1.1.5",
|
66 |
| - "glob": "^7.1.2", |
67 |
| - "immutable": "^3.8.2", |
| 67 | + "glob": "^7.1.1", |
| 68 | + "immutable": "^3.8.1", |
68 | 69 | "imports-loader": "^0.7.1",
|
69 | 70 | "intl": "^1.2.5",
|
70 | 71 | "jquery": "^3.2.1",
|
71 | 72 | "jquery-ujs": "^1.2.2",
|
72 |
| - "js-yaml": "^3.10.0", |
| 73 | + "js-yaml": "^3.8.2", |
73 | 74 | "loader-utils": "^1.1.0",
|
74 | 75 | "lodash": "^4.17.4",
|
75 | 76 | "marked": "^0.3.6",
|
76 |
| - "node-sass": "^4.7.2", |
| 77 | + "node-sass": "^4.5.2", |
77 | 78 | "node-uuid": "^1.4.8",
|
78 | 79 | "postcss-loader": "^2.0.8",
|
79 |
| - "prop-types": "^15.6.0", |
80 |
| - "react": "^16.1.1", |
81 |
| - "react-addons-css-transition-group": "^15.6.2", |
82 |
| - "react-bootstrap": "^0.31.5", |
83 |
| - "react-dom": "^16.1.1", |
84 |
| - "react-intl": "^2.4.0", |
| 80 | + "prop-types": "^15.5.10", |
| 81 | + "react": "^16.0.0", |
| 82 | + "react-addons-css-transition-group": "^15.6.0", |
| 83 | + "react-bootstrap": "^0.31.2", |
| 84 | + "react-dom": "^16.0.0", |
| 85 | + "react-intl": "^2.3.0", |
85 | 86 | "react-on-rails": "^10.0.2",
|
86 |
| - "react-redux": "^5.0.6", |
87 |
| - "react-router": "^4.2.0", |
88 |
| - "react-router-dom": "^4.2.2", |
89 |
| - "react-router-redux": "^4.0.8", |
90 |
| - "redux": "^3.7.2", |
| 87 | + "react-redux": "^5.0.5", |
| 88 | + "react-router": "^4.1.2", |
| 89 | + "react-router-dom": "^4.1.2", |
| 90 | + "react-router-redux": "^4.0.7", |
| 91 | + "redux": "^3.6.0", |
91 | 92 | "redux-thunk": "^2.2.0",
|
92 |
| - "resolve-url-loader": "^2.2.0", |
93 |
| - "sass-loader": "^6.0.6", |
94 |
| - "sass-resources-loader": "^1.3.1", |
| 93 | + "resolve-url-loader": "^2.0.2", |
| 94 | + "sass-loader": "^6.0.3", |
| 95 | + "sass-resources-loader": "^1.2.1", |
95 | 96 | "style-loader": "^0.19.0",
|
96 |
| - "turbolinks": "^5.0.3", |
| 97 | + "turbolinks": "^5.0.0", |
97 | 98 | "url-loader": "^0.6.2",
|
98 | 99 | "webpack": "^3.8.1",
|
99 | 100 | "webpack-manifest-plugin": "^1.3.2",
|
100 |
| - "webpack-merge": "^4.1.1" |
| 101 | + "webpack-merge": "^4.1.0" |
101 | 102 | },
|
102 | 103 | "devDependencies": {
|
103 |
| - "babel-eslint": "^8.0.2", |
104 |
| - "body-parser": "^1.18.2", |
| 104 | + "babel-eslint": "^8.0.1", |
| 105 | + "body-parser": "^1.17.1", |
105 | 106 | "chai": "^4.1.2",
|
106 | 107 | "chai-immutable": "^1.6.0",
|
107 |
| - "eslint": "^4.11.0", |
108 |
| - "eslint-config-shakacode": "^16.0.0", |
109 |
| - "eslint-import-resolver-webpack": "^0.8.3", |
110 |
| - "eslint-plugin-import": "^2.8.0", |
| 108 | + "eslint": "^4.9.0", |
| 109 | + "eslint-config-shakacode": "^15.0.0", |
| 110 | + "eslint-import-resolver-webpack": "^0.8.1", |
| 111 | + "eslint-plugin-import": "^2.2.0", |
111 | 112 | "eslint-plugin-jsx-a11y": "^6.0.2",
|
112 |
| - "eslint-plugin-react": "^7.5.1", |
113 |
| - "estraverse-fb": "^1.3.2", |
114 |
| - "express": "^4.16.2", |
115 |
| - "jsdom": "^11.4.0", |
| 113 | + "eslint-plugin-react": "^7.4.0", |
| 114 | + "estraverse-fb": "^1.3.1", |
| 115 | + "express": "^4.15.2", |
| 116 | + "jsdom": "^11.3.0", |
116 | 117 | "mocha": "^4.0.1",
|
117 |
| - "pug": "^2.0.0-rc.4", |
| 118 | + "pug": "^2.0.0-beta11", |
118 | 119 | "react-transform-hmr": "^1.0.4",
|
119 | 120 | "sleep": "^5.1.1",
|
120 |
| - "webpack-dev-server": "^2.9.4" |
| 121 | + "webpack-dev-server": "^2.9.2" |
121 | 122 | }
|
122 | 123 | }
|
0 commit comments