File tree 9 files changed +20
-20
lines changed
9 files changed +20
-20
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.11 " ,
6
+ "version" : " 0.1.0-beta.12 " ,
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.11 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
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" : {
27
27
"@babel/preset-react" : " ^7.0.0" ,
28
28
"@babel/preset-typescript" : " ^7.6.0" ,
29
29
"@babel/runtime" : " ^7.6.0" ,
30
- "core-js" : " ^3.2.1" ,
31
- "regenerator-runtime" : " ^0.13.3" ,
32
30
"@babel/runtime-corejs3" : " ^7.6.0" ,
33
31
"@emotion/babel-preset-css-prop" : " ^10.0.17" ,
34
- "@shaizei/helpers" : " ^0.1.0-beta.10 " ,
32
+ "@shaizei/helpers" : " ^0.1.0-beta.12 " ,
35
33
"babel-plugin-transform-react-remove-prop-types" : " ^0.4.24" ,
36
- "react-hot-loader" : " ^4.12.12"
34
+ "core-js" : " ^3.2.1" ,
35
+ "react-hot-loader" : " ^4.12.12" ,
36
+ "regenerator-runtime" : " ^0.13.3"
37
37
},
38
38
"publishConfig" : {
39
39
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/cli" ,
3
- "version" : " 0.1.0-beta.11 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
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/helpers" : " ^0.1.0-beta.10 " ,
23
- "@shaizei/scripts" : " ^0.1.0-beta.11 " ,
22
+ "@shaizei/helpers" : " ^0.1.0-beta.12 " ,
23
+ "@shaizei/scripts" : " ^0.1.0-beta.12 " ,
24
24
"chalk" : " ^2.4.2" ,
25
25
"commander" : " ^3.0.1" ,
26
26
"del" : " ^5.1.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.11 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
4
4
"description" : " This package 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.6.0" ,
35
- "@shaizei/webpack-config" : " ^0.1.0-beta.11 " ,
35
+ "@shaizei/webpack-config" : " ^0.1.0-beta.12 " ,
36
36
"@typescript-eslint/eslint-plugin" : " ^2.1.0" ,
37
37
"@typescript-eslint/parser" : " ^2.1.0" ,
38
38
"babel-eslint" : " ^10.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/helpers" ,
3
- "version" : " 0.1.0-beta.10 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
4
4
"description" : " This package contains common helper utilities for shaizei core." ,
5
5
"main" : " index.js" ,
6
6
"author" :
" Shahzaib Khalid <[email protected] > (http://www.shahzaibkhalid.com)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/prettier-config" ,
3
- "version" : " 0.1.0-beta.10 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
4
4
"description" : " This package contains shareable Prettier configuration used by the applications created with @shaizei/cli." ,
5
5
"main" : " index.js" ,
6
6
"author" :
" Shahzaib Khalid <[email protected] > (http://www.shahzaibkhalid.com)" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/scripts" ,
3
- "version" : " 0.1.0-beta.11 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
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.11 " ,
32
- "@shaizei/eslint-config" : " ^0.1.0-beta.11 " ,
33
- "@shaizei/helpers" : " ^0.1.0-beta.10 " ,
31
+ "@shaizei/babel-preset" : " ^0.1.0-beta.12 " ,
32
+ "@shaizei/eslint-config" : " ^0.1.0-beta.12 " ,
33
+ "@shaizei/helpers" : " ^0.1.0-beta.12 " ,
34
34
"cross-spawn" : " ^7.0.0" ,
35
35
"eslint" : " ^6.3.0" ,
36
36
"serve" : " ^11.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/typescript-config" ,
3
- "version" : " 0.1.0-beta.11 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
4
4
"description" : " This package contains shareable TypeScript compiler configuration used by the applications created with @shaizei/cli." ,
5
5
"main" : " tsconfig.json" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shaizei/webpack-config" ,
3
- "version" : " 0.1.0-beta.11 " ,
3
+ "version" : " 0.1.0-beta.12 " ,
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" : {
31
31
"dependencies" : {
32
32
"@babel/core" : " ^7.6.0" ,
33
33
"@babel/runtime-corejs3" : " ^7.6.0" ,
34
- "@shaizei/helpers" : " ^0.1.0-beta.10 " ,
34
+ "@shaizei/helpers" : " ^0.1.0-beta.12 " ,
35
35
"babel-loader" : " ^8.0.6" ,
36
36
"case-sensitive-paths-webpack-plugin" : " ^2.2.0" ,
37
37
"ci-info" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments