|
1 | 1 | { |
2 | 2 | "name": "reaction-next-starterkit", |
3 | | - "version": "2.0.0-rc.9", |
| 3 | + "version": "2.0.0-rc.10", |
4 | 4 | "description": "", |
5 | 5 | "main": "index.js", |
6 | 6 | "keywords": [], |
|
10 | 10 | "url": "https://reactioncommerce.com" |
11 | 11 | }, |
12 | 12 | "license": "GPL-3.0", |
| 13 | + "sideEffects": false, |
13 | 14 | "scripts": { |
14 | 15 | "dev": "NODE_ENV=development node ./src/server.js", |
15 | 16 | "build": "yarn run build-clean && NODE_ENV=production IS_BUILDING_NEXTJS=1 next build src", |
|
30 | 31 | ] |
31 | 32 | }, |
32 | 33 | "dependencies": { |
33 | | - "@material-ui/core": "^3.1.0", |
34 | | - "@reactioncommerce/components": "0.60.1", |
35 | | - "@reactioncommerce/components-context": "^1.1.0", |
36 | | - "@segment/snippet": "^4.3.1", |
37 | | - "apollo-cache-inmemory": "^1.1.11", |
38 | | - "apollo-client": "^2.2.7", |
39 | | - "apollo-link": "^1.2.2", |
40 | | - "apollo-link-context": "^1.0.8", |
41 | | - "apollo-link-error": "^1.0.9", |
42 | | - "apollo-link-http": "^1.5.4", |
| 34 | + "@material-ui/core": "^3.9.2", |
| 35 | + "@reactioncommerce/components": "^0.63.0", |
| 36 | + "@reactioncommerce/components-context": "^1.2.0", |
| 37 | + "@segment/snippet": "^4.4.0", |
| 38 | + "apollo-cache-inmemory": "^1.4.2", |
| 39 | + "apollo-client": "^2.4.12", |
| 40 | + "apollo-link": "^1.2.8", |
| 41 | + "apollo-link-context": "^1.0.14", |
| 42 | + "apollo-link-error": "^1.1.7", |
| 43 | + "apollo-link-http": "^1.5.11", |
| 44 | + "apollo-link-ws": "^1.0.14", |
43 | 45 | "body-parser": "^1.18.2", |
44 | | - "chalk": "^2.3.2", |
45 | | - "classnames": "^2.2.5", |
| 46 | + "chalk": "^2.4.2", |
| 47 | + "classnames": "^2.2.6", |
46 | 48 | "compression": "^1.7.3", |
47 | 49 | "cookie-parser": "^1.4.3", |
48 | 50 | "cookie-session": "^2.0.0-beta.3", |
49 | | - "envalid": "^4.1.4", |
| 51 | + "envalid": "^4.2.0", |
50 | 52 | "express": "^4.16.4", |
51 | | - "graphql": "^0.13.2", |
52 | | - "graphql-tag": "^2.8.0", |
| 53 | + "graphql": "14.1.1", |
| 54 | + "graphql-tag": "2.10.1", |
53 | 55 | "isomorphic-fetch": "^2.2.1", |
54 | 56 | "js-cookie": "^2.2.0", |
55 | 57 | "keymirror": "^0.1.1", |
56 | | - "lodash.isequal": "^4.5.0", |
57 | | - "mdi-material-ui": "^5.4.0", |
58 | | - "mobx": "^4.1.1", |
59 | | - "mobx-react": "^5.0.0", |
| 58 | + "lodash": "^4.17.11", |
| 59 | + "mdi-material-ui": "^5.9.0", |
| 60 | + "mobx": "^4.9.2", |
| 61 | + "mobx-react": "^5.4.3", |
60 | 62 | "next": "^7.0.2", |
61 | 63 | "next-routes": "^1.4.2", |
62 | 64 | "passport": "^0.4.0", |
63 | 65 | "passport-oauth2": "^1.4.0", |
64 | 66 | "prop-types": "^15.6.2", |
65 | | - "react": "16.4.2", |
66 | | - "react-apollo": "^2.1.3", |
| 67 | + "react": "16.7.0", |
| 68 | + "react-apollo": "^2.4.1", |
67 | 69 | "react-container-query": "^0.11.0", |
68 | | - "react-dom": "16.4.2", |
| 70 | + "react-dom": "16.7.0", |
69 | 71 | "react-helmet": "^5.2.0", |
70 | | - "react-stripe-elements": "^2.0.1", |
71 | | - "react-tracking": "^5.4.1", |
| 72 | + "react-jss": "^8.6.1", |
| 73 | + "react-stripe-elements": "^2.0.3", |
| 74 | + "react-tracking": "^5.6.0", |
72 | 75 | "reacto-form": "^0.0.2", |
73 | | - "styled-components": "^3.4.9" |
| 76 | + "styled-components": "^3.4.10", |
| 77 | + "subscriptions-transport-ws": "^0.9.15" |
74 | 78 | }, |
75 | 79 | "devDependencies": { |
76 | | - "@babel/cli": "^7.0.0", |
77 | | - "@babel/core": "^7.0.0", |
78 | | - "@babel/node": "^7.0.0", |
79 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
80 | | - "@babel/plugin-proposal-decorators": "^7.0.0", |
81 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
82 | | - "@babel/plugin-proposal-function-sent": "^7.0.0", |
83 | | - "@babel/plugin-proposal-json-strings": "^7.0.0", |
84 | | - "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
85 | | - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
86 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
87 | | - "@babel/plugin-syntax-import-meta": "^7.0.0", |
88 | | - "@babel/preset-env": "^7.0.0", |
89 | | - "@reactioncommerce/eslint-config": "^1.7.0", |
| 80 | + "@babel/cli": "^7.2.3", |
| 81 | + "@babel/core": "^7.2.2", |
| 82 | + "@babel/node": "^7.2.2", |
| 83 | + "@babel/plugin-proposal-class-properties": "^7.3.0", |
| 84 | + "@babel/plugin-proposal-decorators": "^7.3.0", |
| 85 | + "@babel/plugin-proposal-export-namespace-from": "^7.2.0", |
| 86 | + "@babel/plugin-proposal-function-sent": "^7.2.0", |
| 87 | + "@babel/plugin-proposal-json-strings": "^7.2.0", |
| 88 | + "@babel/plugin-proposal-numeric-separator": "^7.2.0", |
| 89 | + "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
| 90 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 91 | + "@babel/plugin-syntax-import-meta": "^7.2.0", |
| 92 | + "@babel/preset-env": "^7.3.1", |
| 93 | + "@reactioncommerce/eslint-config": "^1.9.0", |
90 | 94 | "babel-core": "^7.0.0-bridge.0", |
91 | | - "babel-eslint": "^8.2.2", |
92 | | - "babel-jest": "^23.6.0", |
93 | | - "babel-plugin-dynamic-import-node": "^2.1.0", |
94 | | - "babel-plugin-module-resolver": "^3.1.1", |
95 | | - "babel-plugin-styled-components": "^1.7.1", |
| 95 | + "babel-eslint": "^8.2.6", |
| 96 | + "babel-jest": "^24.0.0", |
| 97 | + "babel-plugin-dynamic-import-node": "^2.2.0", |
| 98 | + "babel-plugin-module-resolver": "^3.1.3", |
| 99 | + "babel-plugin-styled-components": "^1.10.0", |
96 | 100 | "broken-link-checker": "^0.7.8", |
97 | | - "chai": "^4.1.2", |
| 101 | + "chai": "^4.2.0", |
98 | 102 | "chai-cheerio": "^1.0.0", |
99 | 103 | "cheerio": "^1.0.0-rc.2", |
100 | | - "enzyme": "^3.6.0", |
101 | | - "enzyme-adapter-react-16": "^1.5.0", |
| 104 | + "enzyme": "^3.8.0", |
| 105 | + "enzyme-adapter-react-16": "^1.8.0", |
102 | 106 | "eslint": "^4.19.1", |
103 | | - "eslint-plugin-import": "^2.10.0", |
104 | | - "eslint-plugin-jest": "^21.15.0", |
105 | | - "eslint-plugin-jsx-a11y": "^6.0.3", |
106 | | - "eslint-plugin-promise": "^3.7.0", |
107 | | - "eslint-plugin-react": "^7.7.0", |
108 | | - "jest": "^23.6.0", |
109 | | - "jest-junit": "^3.6.0", |
| 107 | + "eslint-plugin-import": "^2.16.0", |
| 108 | + "eslint-plugin-jest": "^21.27.2", |
| 109 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
| 110 | + "eslint-plugin-promise": "^3.8.0", |
| 111 | + "eslint-plugin-react": "^7.12.4", |
| 112 | + "jest": "^24.0.0", |
| 113 | + "jest-junit": "^6.2.1", |
110 | 114 | "jest-styled-components": "^6.3.1", |
111 | 115 | "jest-transform-graphql": "2.1.0", |
112 | 116 | "mocha": "^5.2.0", |
113 | | - "react-test-renderer": "^16.3.1", |
114 | | - "rimraf": "^2.6.2", |
115 | | - "snyk": "^1.73.0" |
| 117 | + "react-test-renderer": "^16.7.0", |
| 118 | + "rimraf": "^2.6.3", |
| 119 | + "snyk": "^1.126.0" |
116 | 120 | }, |
117 | 121 | "jest": { |
118 | 122 | "collectCoverage": true, |
|
124 | 128 | "!**/vendor/**" |
125 | 129 | ], |
126 | 130 | "coverageDirectory": "reports/coverage", |
127 | | - "testResultsProcessor": "jest-junit", |
| 131 | + "reporters": [ |
| 132 | + "default", |
| 133 | + "jest-junit" |
| 134 | + ], |
128 | 135 | "roots": [ |
129 | 136 | "./src" |
130 | 137 | ], |
131 | | - "setupTestFrameworkScriptFile": "<rootDir>/tests/setupTests.js", |
| 138 | + "setupFilesAfterEnv": [ |
| 139 | + "<rootDir>/tests/setupTests.js" |
| 140 | + ], |
132 | 141 | "transform": { |
133 | 142 | "\\.(gql|graphql)$": "jest-transform-graphql", |
134 | 143 | ".*": "babel-jest" |
|
0 commit comments