Skip to content

Commit 1c5430d

Browse files
author
Pierre Wahlgren
committed
Bump Sagui to v8.0.2
1 parent 2c4acf7 commit 1c5430d

File tree

3 files changed

+13
-44
lines changed

3 files changed

+13
-44
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# React Device Simulator

package.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
],
99
"scripts": {
1010
"build": "sagui build",
11-
"develop": "sagui develop --port 3000",
12-
"dist": "NODE_ENV=production sagui build --optimize",
11+
"dist": "sagui dist",
1312
"prepublish": "npm prune && npm test && npm run dist",
14-
"start": "npm run develop",
15-
"test": "npm run test:lint && npm run test:typecheck && npm run test:unit",
16-
"test:coverage": "npm run test:unit -- --coverage",
17-
"test:lint": "sagui lint",
18-
"test:typecheck": "sagui typecheck",
19-
"test:unit": "NODE_ENV=test sagui test",
20-
"test:unit:watch": "npm run test:unit -- --watch"
13+
"start": "sagui develop --port 3000",
14+
"test": "sagui test",
15+
"test:lint": "sagui test:lint",
16+
"test:typecheck": "sagui test:typecheck",
17+
"test:unit": "sagui test:unit --coverage",
18+
"test:unit:watch": "sagui test:unit --watch"
2119
},
2220
"repository": {
2321
"type": "git",
@@ -42,6 +40,6 @@
4240
"react": "^15.4.1",
4341
"react-dom": "^15.4.1",
4442
"react-frame-component": "^0.6.6",
45-
"sagui": "^7.4.0"
43+
"sagui": "^8.0.0"
4644
}
47-
}
45+
}

yarn.lock

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,28 +1406,13 @@ core-util-is@~1.0.0:
14061406
version "1.0.2"
14071407
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
14081408

1409-
cross-env@^3.0.0:
1410-
version "3.2.3"
1411-
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-3.2.3.tgz#a43a0799b8ec422d0279b829ce8d7cf2da6b17ac"
1412-
dependencies:
1413-
cross-spawn "^5.1.0"
1414-
is-windows "^1.0.0"
1415-
14161409
cross-spawn@^3.0.0:
14171410
version "3.0.1"
14181411
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982"
14191412
dependencies:
14201413
lru-cache "^4.0.1"
14211414
which "^1.2.9"
14221415

1423-
cross-spawn@^5.1.0:
1424-
version "5.1.0"
1425-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
1426-
dependencies:
1427-
lru-cache "^4.0.1"
1428-
shebang-command "^1.2.0"
1429-
which "^1.2.9"
1430-
14311416
crypt@~0.0.1:
14321417
version "0.0.2"
14331418
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
@@ -2930,10 +2915,6 @@ is-utf8@^0.2.0:
29302915
version "0.2.1"
29312916
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
29322917

2933-
is-windows@^1.0.0:
2934-
version "1.0.0"
2935-
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.0.tgz#c61d61020c3ebe99261b781bd3d1622395f547f8"
2936-
29372918
isarray@0.0.1:
29382919
version "0.0.1"
29392920
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -4814,9 +4795,9 @@ safe-buffer@^5.0.1:
48144795
version "5.0.1"
48154796
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"
48164797

4817-
sagui@^7.4.0:
4818-
version "7.4.1"
4819-
resolved "https://registry.yarnpkg.com/sagui/-/sagui-7.4.1.tgz#8eb83f9c7ccbcd8f36e919436d4dcc110ca52e3d"
4798+
sagui@^8.0.0:
4799+
version "8.0.2"
4800+
resolved "https://registry.yarnpkg.com/sagui/-/sagui-8.0.2.tgz#17da591e906236a105ed8b6338c410342cbdbfaf"
48204801
dependencies:
48214802
autoprefixer "^6.3.6"
48224803
babel-core "^6.10.4"
@@ -4830,7 +4811,6 @@ sagui@^7.4.0:
48304811
chalk "^1.1.1"
48314812
clean-webpack-plugin "^0.1.9"
48324813
commander "^2.8.1"
4833-
cross-env "^3.0.0"
48344814
css-loader "^0.23.1"
48354815
eslint "~3.7.0"
48364816
eslint-config-sagui "^6.0.0"
@@ -4967,16 +4947,6 @@ sha.js@2.2.6:
49674947
version "2.2.6"
49684948
resolved "https://registry.yarnpkg.com/sha.js/-/sha.js-2.2.6.tgz#17ddeddc5f722fb66501658895461977867315ba"
49694949

4970-
shebang-command@^1.2.0:
4971-
version "1.2.0"
4972-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
4973-
dependencies:
4974-
shebang-regex "^1.0.0"
4975-
4976-
shebang-regex@^1.0.0:
4977-
version "1.0.0"
4978-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
4979-
49804950
shelljs@^0.6.0:
49814951
version "0.6.1"
49824952
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.6.1.tgz#ec6211bed1920442088fe0f70b2837232ed2c8a8"

0 commit comments

Comments
 (0)