|
3 | 3 | "version": "1.0.0-alpha.1", |
4 | 4 | "private": true, |
5 | 5 | "author": "Shopify Inc.", |
6 | | - "description": "An opinionated, Slate compatible, starting point for developing Shopify themes.", |
7 | | - "keywords": [ |
8 | | - "shopify", |
9 | | - "theme" |
10 | | - ], |
| 6 | + "description": |
| 7 | + "An opinionated, Slate compatible, starting point for developing Shopify themes.", |
| 8 | + "keywords": ["shopify", "theme"], |
11 | 9 | "bugs": "https://github.com/Shopify/starter-theme/issues", |
12 | 10 | "license": "MIT", |
13 | 11 | "repository": { |
14 | 12 | "type": "git", |
15 | 13 | "url": "https://github.com/Shopify/starter-theme.git" |
16 | 14 | }, |
17 | 15 | "devDependencies": { |
18 | | - "@shopify/slate-tools": ">1.0.0-alpha.6", |
| 16 | + "@shopify/slate-tools": "^1.0.0-alpha.21", |
19 | 17 | "babel-preset-shopify": "^16.2.0", |
20 | 18 | "eslint-plugin-shopify": "^19.0.0", |
21 | 19 | "stylelint-config-shopify": "^4.0.0" |
22 | 20 | }, |
23 | 21 | "dependencies": { |
24 | | - "@shopify/theme-a11y": ">1.0.0-alpha.0", |
25 | | - "@shopify/theme-cart": ">1.0.0-alpha.0", |
26 | | - "@shopify/theme-rte": ">1.0.0-alpha.0", |
27 | | - "@shopify/theme-sections": ">1.0.0-alpha.0", |
| 22 | + "@shopify/theme-a11y": "^1.0.0-alpha.3", |
| 23 | + "@shopify/theme-cart": "^1.0.0-alpha.3", |
| 24 | + "@shopify/theme-rte": "^1.0.0-alpha.3", |
| 25 | + "@shopify/theme-sections": "^1.0.0-alpha.3", |
28 | 26 | "jquery": "^3.2.1", |
29 | 27 | "lodash-es": "^4.17.4", |
30 | 28 | "normalize.css": "^7.0.0", |
|
0 commit comments