Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit 6655abd

Browse files
author
t-kelly
committed
Update slate-tools and theme-scripts to latest versions
1 parent 18807b8 commit 6655abd

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,26 @@
33
"version": "1.0.0-alpha.1",
44
"private": true,
55
"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"],
119
"bugs": "https://github.com/Shopify/starter-theme/issues",
1210
"license": "MIT",
1311
"repository": {
1412
"type": "git",
1513
"url": "https://github.com/Shopify/starter-theme.git"
1614
},
1715
"devDependencies": {
18-
"@shopify/slate-tools": ">1.0.0-alpha.6",
16+
"@shopify/slate-tools": "^1.0.0-alpha.21",
1917
"babel-preset-shopify": "^16.2.0",
2018
"eslint-plugin-shopify": "^19.0.0",
2119
"stylelint-config-shopify": "^4.0.0"
2220
},
2321
"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",
2826
"jquery": "^3.2.1",
2927
"lodash-es": "^4.17.4",
3028
"normalize.css": "^7.0.0",

0 commit comments

Comments
 (0)