Skip to content

File tree

12 files changed

+31
-31
lines changed

12 files changed

+31
-31
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-babelrc",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"description": "Mark babelrc option to true to create-react-scripts",
66
"license": "MIT",
@@ -9,6 +9,6 @@
99
},
1010
"main": "index.js",
1111
"dependencies": {
12-
"create-react-scripts-utils": "^0.0.1"
12+
"create-react-scripts-utils": "^0.1.0"
1313
}
1414
}

packages/create-react-scripts-dll/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-dll",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Add auto-dll-webpack-plugin to create-react-scripts",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-eslintrc",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Mark useEslintrc option to true to create-react-scripts",
@@ -9,6 +9,6 @@
99
"url": "https://github.com/raymondsze/create-react-scripts/issues"
1010
},
1111
"dependencies": {
12-
"create-react-scripts-utils": "^0.0.1"
12+
"create-react-scripts-utils": "^0.1.0"
1313
}
1414
}

packages/create-react-scripts-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-graphql",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Enable graphql-loader to create-react-scripts",
@@ -9,7 +9,7 @@
99
"url": "https://github.com/raymondsze/create-react-scripts/issues"
1010
},
1111
"dependencies": {
12-
"create-react-scripts-utils": "^0.0.1",
12+
"create-react-scripts-utils": "^0.1.0",
1313
"graphql": "0.10.5",
1414
"graphql-tag": "2.4.2",
1515
"jest-transform-graphql": "2.1.0"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-less",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Enable less-loader to create-react-scripts",
@@ -9,8 +9,8 @@
99
"url": "https://github.com/raymondsze/create-react-scripts/issues"
1010
},
1111
"dependencies": {
12+
"create-react-scripts-utils": "^0.1.0",
1213
"less": "2.7.2",
13-
"less-loader": "4.0.5",
14-
"create-react-scripts-utils": "^0.0.1"
14+
"less-loader": "4.0.5"
1515
}
1616
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-sass",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Enable sass-loader to create-react-scripts",
@@ -9,8 +9,8 @@
99
"url": "https://github.com/raymondsze/create-react-scripts/issues"
1010
},
1111
"dependencies": {
12+
"create-react-scripts-utils": "^0.1.0",
1213
"node-sass": "4.5.3",
13-
"sass-loader": "6.0.6",
14-
"create-react-scripts-utils": "^0.0.1"
14+
"sass-loader": "6.0.6"
1515
}
1616
}

packages/create-react-scripts-ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-ssr",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Make universal react app easy using create-react-scripts",
@@ -12,8 +12,8 @@
1212
"assets-webpack-plugin": "3.5.1",
1313
"chalk": "2.1.0",
1414
"clone": "2.1.1",
15-
"create-react-scripts": "^0.0.1",
16-
"create-react-scripts-utils": "^0.0.1",
15+
"create-react-scripts": "^0.1.0",
16+
"create-react-scripts-utils": "^0.1.0",
1717
"fs-extra": "4.0.2",
1818
"ignore-loader": "0.1.2",
1919
"nodemon": "1.12.1",

packages/create-react-scripts-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-utils",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Utilities used to access webpack loaders in create-react-app",

packages/create-react-scripts-workbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts-workbox",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"main": "index.js",
66
"description": "Enable workbox-webpack-plugin to create-react-scripts",
@@ -9,7 +9,7 @@
99
"url": "https://github.com/raymondsze/create-react-scripts/issues"
1010
},
1111
"dependencies": {
12-
"create-react-scripts-utils": "^0.0.1",
12+
"create-react-scripts-utils": "^0.1.0",
1313
"workbox-sw": "2.1.0",
1414
"workbox-webpack-plugin": "2.1.0"
1515
}

packages/create-react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-scripts",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"author": "Sze Ka Wai Raymond",
55
"description": "Easily extend the react-scripts to your own version of react-scripts",
66
"license": "MIT",

0 commit comments

Comments
 (0)