File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.1.0-beta.4 " ,
6
+ "version" : " 0.1.0-beta.5 " ,
7
7
"npmClient" : " yarn" ,
8
8
"npmClientArgs" : [
9
9
" --no-lockfile"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/babel-preset" ,
3
- "version" : " 0.1.0-beta.4 " ,
3
+ "version" : " 0.1.0-beta.5 " ,
4
4
"description" : " This package contains shareable babel.js configuration used by the applications created with @shaizei/cli." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/cli" ,
3
- "version" : " 0.1.0-beta.4 " ,
3
+ "version" : " 0.1.0-beta.5 " ,
4
4
"description" : " A next-generation CLI to quickly scaffold pre-configured yet on-demand configurable React applications." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
19
19
"license" : " MIT" ,
20
20
"private" : false ,
21
21
"dependencies" : {
22
- "@shaizei/scripts" : " ^0.1.0-beta.4 " ,
22
+ "@shaizei/scripts" : " ^0.1.0-beta.5 " ,
23
23
"chalk" : " ^2.4.2" ,
24
24
"commander" : " ^2.19.0" ,
25
25
"del" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/eslint-config" ,
3
- "version" : " 0.1.0-beta.4 " ,
3
+ "version" : " 0.1.0-beta.5 " ,
4
4
"description" : " This repository contains shareable ESLint configuration used by the applications created with @shaizei/cli." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
32
32
],
33
33
"dependencies" : {
34
34
"@babel/core" : " ^7.4.0" ,
35
- "@shaizei/webpack-config" : " ^0.1.0-beta.4 " ,
35
+ "@shaizei/webpack-config" : " ^0.1.0-beta.5 " ,
36
36
"@typescript-eslint/eslint-plugin" : " ^1.5.0" ,
37
37
"@typescript-eslint/parser" : " ^1.5.0" ,
38
38
"babel-eslint" : " ^10.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/scripts" ,
3
- "version" : " 0.1.0-beta.4 " ,
3
+ "version" : " 0.1.0-beta.5 " ,
4
4
"description" : " This package contains automation task used by the applications created with @shaizei/cli." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
28
28
"yarn" : " >=1.12"
29
29
},
30
30
"dependencies" : {
31
- "@shaizei/babel-preset" : " ^0.1.0-beta.4 " ,
32
- "@shaizei/eslint-config" : " ^0.1.0-beta.4 " ,
31
+ "@shaizei/babel-preset" : " ^0.1.0-beta.5 " ,
32
+ "@shaizei/eslint-config" : " ^0.1.0-beta.5 " ,
33
33
"cross-spawn" : " ^6.0.5" ,
34
34
"eslint" : " ^5.15.3" ,
35
35
"serve" : " ^10.1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/webpack-config" ,
3
- "version" : " 0.1.0-beta.4 " ,
3
+ "version" : " 0.1.0-beta.5 " ,
4
4
"description" : " This package contains shareable webpack configuration used by the applications created with @shaizei/cli." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
33
33
"@babel/runtime-corejs2" : " ^7.4.2" ,
34
34
"babel-loader" : " ^8.0.5" ,
35
35
"case-sensitive-paths-webpack-plugin" : " ^2.2.0" ,
36
+ "ci-info" : " ^2.0.0" ,
36
37
"clean-webpack-plugin" : " ^2.0.1" ,
37
38
"css-loader" : " ^2.1.1" ,
38
39
"deasync" : " ^0.1.14" ,
61
62
"webpack-dev-server" : " ^3.2.1" ,
62
63
"webpack-manifest-plugin" : " ^2.0.4" ,
63
64
"webpack-merge" : " ^4.2.1" ,
64
- "webpackbar" : " ^3.1.5" ,
65
- "ci-info" : " ^2.0.0"
65
+ "webpackbar" : " ^3.1.5"
66
66
},
67
67
"publishConfig" : {
68
68
"access" : " public"
You can’t perform that action at this time.
0 commit comments