File tree Expand file tree Collapse file tree 18 files changed +63
-63
lines changed
extension.webpack-babel.react
extension.webpack-eslint.react Expand file tree Collapse file tree 18 files changed +63
-63
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example.react-astroturf" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " webpack-react start" ,
12
12
"react-dom" : " 16.13.1"
13
13
},
14
14
"devDependencies" : {
15
- "@zero-scripts/preset.webpack-spa.react" : " ^0.5.1 "
15
+ "@zero-scripts/preset.webpack-spa.react" : " ^0.5.2 "
16
16
},
17
17
"zero-scripts" : {
18
18
"extension.webpack-babel.react" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example.react-typescript" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " webpack-react start" ,
14
14
"@types/node" : " 14.0.9" ,
15
15
"@types/react" : " 16.9.35" ,
16
16
"@types/react-dom" : " 16.9.8" ,
17
- "@zero-scripts/preset.webpack-spa.react" : " ^0.5.1 " ,
17
+ "@zero-scripts/preset.webpack-spa.react" : " ^0.5.2 " ,
18
18
"fork-ts-checker-webpack-plugin" : " 4.1.6" ,
19
19
"typescript" : " 3.9.3"
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example.react" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " webpack-react start" ,
11
11
"react-dom" : " 16.13.1"
12
12
},
13
13
"devDependencies" : {
14
- "@zero-scripts/preset.webpack-spa.react" : " ^0.5.1 "
14
+ "@zero-scripts/preset.webpack-spa.react" : " ^0.5.2 "
15
15
}
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1 " ,
2
+ "version" : " 0.5.2 " ,
3
3
"packages" : [" packages/*" ],
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/config.webpack" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Configuration facilities" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
20
20
" build"
21
21
],
22
22
"dependencies" : {
23
- "@zero-scripts/core" : " ^0.5.1 " ,
23
+ "@zero-scripts/core" : " ^0.5.2 " ,
24
24
"file-loader" : " 4.2.0" ,
25
25
"hot-accept-webpack-plugin" : " 1.1.1" ,
26
26
"terser-webpack-plugin" : " 2.2.1" ,
30
30
"@types/terser-webpack-plugin" : " 1.2.1" ,
31
31
"@types/webpack" : " 4.32.1" ,
32
32
"@types/webpack-assets-manifest" : " 3.0.0" ,
33
- "@zero-scripts/ts-config" : " ^0.5.0 "
33
+ "@zero-scripts/ts-config" : " ^0.5.2 "
34
34
},
35
35
"peerDependencies" : {
36
36
"webpack" : " >=4.20.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/core" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Framework for creating presets, configurations and extensions" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
29
29
"@types/get-value" : " 3.0.1" ,
30
30
"@types/normalize-package-data" : " 2.4.0" ,
31
31
"@types/set-value" : " 2.0.0" ,
32
- "@zero-scripts/ts-config" : " ^0.5.0 "
32
+ "@zero-scripts/ts-config" : " ^0.5.2 "
33
33
},
34
34
"gitHead" : " a944e18e4fbf7fd535242d479307fcdefa4acda3" ,
35
35
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-babel.react" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " JavaScript code transpilation using Babel with React/JSX support" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
21
21
],
22
22
"dependencies" : {
23
23
"@babel/preset-react" : " 7.6.3" ,
24
- "@zero-scripts/core" : " ^0.5.1 " ,
25
- "@zero-scripts/extension.webpack-babel" : " ^0.5.1 " ,
24
+ "@zero-scripts/core" : " ^0.5.2 " ,
25
+ "@zero-scripts/extension.webpack-babel" : " ^0.5.2 " ,
26
26
"babel-plugin-transform-react-remove-prop-types" : " 0.4.24"
27
27
},
28
28
"devDependencies" : {
29
- "@zero-scripts/ts-config" : " ^0.5.0 "
29
+ "@zero-scripts/ts-config" : " ^0.5.2 "
30
30
},
31
31
"publishConfig" : {
32
32
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-babel" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " JavaScript code transpilation using Babel" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
29
29
"@babel/preset-env" : " 7.6.3" ,
30
30
"@babel/preset-typescript" : " 7.6.0" ,
31
31
"@babel/runtime" : " 7.6.3" ,
32
- "@zero-scripts/config.webpack" : " ^0.5.1 " ,
33
- "@zero-scripts/core" : " ^0.5.1 " ,
32
+ "@zero-scripts/config.webpack" : " ^0.5.2 " ,
33
+ "@zero-scripts/core" : " ^0.5.2 " ,
34
34
"babel-loader" : " 8.0.6" ,
35
35
"core-js" : " 3.3.3"
36
36
},
37
37
"devDependencies" : {
38
- "@zero-scripts/ts-config" : " ^0.5.0 "
38
+ "@zero-scripts/ts-config" : " ^0.5.2 "
39
39
},
40
40
"optionalDependencies" : {
41
41
"fork-ts-checker-webpack-plugin" : " ~1.5.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-css" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Extract, minify and add vendor prefixes for CSS files." ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
20
20
" build"
21
21
],
22
22
"dependencies" : {
23
- "@zero-scripts/config.webpack" : " ^0.5.1 " ,
24
- "@zero-scripts/core" : " ^0.5.1 " ,
25
- "@zero-scripts/utils.webpack-styles" : " ^0.5.1 " ,
23
+ "@zero-scripts/config.webpack" : " ^0.5.2 " ,
24
+ "@zero-scripts/core" : " ^0.5.2 " ,
25
+ "@zero-scripts/utils.webpack-styles" : " ^0.5.2 " ,
26
26
"mini-css-extract-plugin" : " 0.8.0" ,
27
27
"optimize-css-assets-webpack-plugin" : " 5.0.3" ,
28
28
"postcss-safe-parser" : " 4.0.1"
29
29
},
30
30
"devDependencies" : {
31
31
"@types/mini-css-extract-plugin" : " 0.8.0" ,
32
32
"@types/optimize-css-assets-webpack-plugin" : " 5.0.1" ,
33
- "@zero-scripts/ts-config" : " ^0.5.0 "
33
+ "@zero-scripts/ts-config" : " ^0.5.2 "
34
34
},
35
35
"gitHead" : " a944e18e4fbf7fd535242d479307fcdefa4acda3" ,
36
36
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-eslint.react" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Lint JavaScript code using ESLint" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
20
20
" build"
21
21
],
22
22
"dependencies" : {
23
- "@zero-scripts/core" : " ^0.5.1 " ,
24
- "@zero-scripts/extension.webpack-eslint" : " ^0.5.1 " ,
23
+ "@zero-scripts/core" : " ^0.5.2 " ,
24
+ "@zero-scripts/extension.webpack-eslint" : " ^0.5.2 " ,
25
25
"eslint-config-react-app" : " 5.2.1" ,
26
26
"eslint-plugin-flowtype" : " 4.3.0" ,
27
27
"eslint-plugin-jsx-a11y" : " 6.2.3" ,
28
28
"eslint-plugin-react" : " 7.16.0" ,
29
29
"eslint-plugin-react-hooks" : " 2.1.2"
30
30
},
31
31
"devDependencies" : {
32
- "@zero-scripts/ts-config" : " ^0.5.0 "
32
+ "@zero-scripts/ts-config" : " ^0.5.2 "
33
33
},
34
34
"publishConfig" : {
35
35
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-eslint" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Lint JavaScript code using ESLint" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
22
22
"dependencies" : {
23
23
"@typescript-eslint/eslint-plugin" : " 2.34.0" ,
24
24
"@typescript-eslint/parser" : " 2.34.0" ,
25
- "@zero-scripts/config.webpack" : " ^0.5.1 " ,
26
- "@zero-scripts/core" : " ^0.5.1 " ,
25
+ "@zero-scripts/config.webpack" : " ^0.5.2 " ,
26
+ "@zero-scripts/core" : " ^0.5.2 " ,
27
27
"babel-eslint" : " 10.1.0" ,
28
28
"eslint" : " 6.5.1" ,
29
29
"eslint-formatter-pretty" : " 2.1.1" ,
30
30
"eslint-loader" : " 3.0.2" ,
31
31
"eslint-plugin-import" : " 2.18.2"
32
32
},
33
33
"devDependencies" : {
34
- "@zero-scripts/ts-config" : " ^0.5.0 "
34
+ "@zero-scripts/ts-config" : " ^0.5.2 "
35
35
},
36
36
"gitHead" : " a944e18e4fbf7fd535242d479307fcdefa4acda3" ,
37
37
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-pwa" ,
3
3
"description" : " PWA capabilities" ,
4
- "version" : " 0.5.1 " ,
4
+ "version" : " 0.5.2 " ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
7
7
"email" : " artemir.q@gmail.com"
20
20
" build"
21
21
],
22
22
"dependencies" : {
23
- "@zero-scripts/config.webpack" : " ^0.5.1 " ,
24
- "@zero-scripts/core" : " ^0.5.1 " ,
23
+ "@zero-scripts/config.webpack" : " ^0.5.2 " ,
24
+ "@zero-scripts/core" : " ^0.5.2 " ,
25
25
"workbox-webpack-plugin" : " 4.3.1"
26
26
},
27
27
"devDependencies" : {
28
28
"@types/workbox-webpack-plugin" : " 4.1.0" ,
29
- "@zero-scripts/ts-config" : " ^0.5.0 "
29
+ "@zero-scripts/ts-config" : " ^0.5.2 "
30
30
},
31
31
"publishConfig" : {
32
32
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-sass" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Extract, minify and add vendor prefixes for SASS/SCSS files" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
21
21
],
22
22
"dependencies" : {
23
23
"@types/optimize-css-assets-webpack-plugin" : " 5.0.1" ,
24
- "@zero-scripts/config.webpack" : " ^0.5.1 " ,
25
- "@zero-scripts/core" : " ^0.5.1 " ,
26
- "@zero-scripts/utils.webpack-styles" : " ^0.5.1 " ,
24
+ "@zero-scripts/config.webpack" : " ^0.5.2 " ,
25
+ "@zero-scripts/core" : " ^0.5.2 " ,
26
+ "@zero-scripts/utils.webpack-styles" : " ^0.5.2 " ,
27
27
"mini-css-extract-plugin" : " 0.8.0" ,
28
28
"node-sass" : " 4.14.1" ,
29
29
"optimize-css-assets-webpack-plugin" : " 5.0.3" ,
32
32
},
33
33
"devDependencies" : {
34
34
"@types/mini-css-extract-plugin" : " 0.8.0" ,
35
- "@zero-scripts/ts-config" : " ^0.5.0 "
35
+ "@zero-scripts/ts-config" : " ^0.5.2 "
36
36
},
37
37
"publishConfig" : {
38
38
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/extension.webpack-spa" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"author" : {
5
5
"name" : " Artem Batura" ,
6
6
"email" : " artemir.q@gmail.com"
20
20
],
21
21
"dependencies" : {
22
22
"@artemir/friendly-errors-webpack-plugin" : " 1.8.0" ,
23
- "@zero-scripts/config.webpack" : " ^0.5.1 " ,
24
- "@zero-scripts/core" : " ^0.5.1 " ,
23
+ "@zero-scripts/config.webpack" : " ^0.5.2 " ,
24
+ "@zero-scripts/core" : " ^0.5.2 " ,
25
25
"clean-webpack-plugin" : " 3.0.0" ,
26
26
"copy-webpack-plugin" : " 5.0.4" ,
27
27
"html-webpack-plugin" : " 4.0.0-beta.8" ,
31
31
"@types/clean-webpack-plugin" : " 0.1.3" ,
32
32
"@types/copy-webpack-plugin" : " 5.0.0" ,
33
33
"@types/script-ext-html-webpack-plugin" : " 2.1.1" ,
34
- "@zero-scripts/ts-config" : " ^0.5.0 "
34
+ "@zero-scripts/ts-config" : " ^0.5.2 "
35
35
},
36
36
"publishConfig" : {
37
37
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/preset.webpack-spa.react" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"author" : {
5
5
"name" : " Artem Batura" ,
6
6
"email" : " artemir.q@gmail.com"
23
23
"webpack-react" : " ./bin/cli.js"
24
24
},
25
25
"dependencies" : {
26
- "@zero-scripts/core" : " ^0.5.1 " ,
27
- "@zero-scripts/extension.webpack-babel.react" : " ^0.5.1 " ,
28
- "@zero-scripts/extension.webpack-css" : " ^0.5.1 " ,
29
- "@zero-scripts/extension.webpack-eslint.react" : " ^0.5.1 " ,
30
- "@zero-scripts/extension.webpack-pwa" : " ^0.5.1 " ,
31
- "@zero-scripts/preset.webpack-spa" : " ^0.5.1 "
26
+ "@zero-scripts/core" : " ^0.5.2 " ,
27
+ "@zero-scripts/extension.webpack-babel.react" : " ^0.5.2 " ,
28
+ "@zero-scripts/extension.webpack-css" : " ^0.5.2 " ,
29
+ "@zero-scripts/extension.webpack-eslint.react" : " ^0.5.2 " ,
30
+ "@zero-scripts/extension.webpack-pwa" : " ^0.5.2 " ,
31
+ "@zero-scripts/preset.webpack-spa" : " ^0.5.2 "
32
32
},
33
33
"devDependencies" : {
34
- "@zero-scripts/ts-config" : " ^0.5.0 "
34
+ "@zero-scripts/ts-config" : " ^0.5.2 "
35
35
},
36
36
"publishConfig" : {
37
37
"access" : " public"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/preset.webpack-spa" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " Development Single Page Applications" ,
5
5
"author" : {
6
6
"name" : " Artem Batura" ,
24
24
"webpack-spa" : " ./bin/cli.js"
25
25
},
26
26
"dependencies" : {
27
- "@zero-scripts/config.webpack" : " ^0.5.1 " ,
28
- "@zero-scripts/core" : " ^0.5.1 " ,
29
- "@zero-scripts/extension.webpack-spa" : " ^0.5.1 " ,
27
+ "@zero-scripts/config.webpack" : " ^0.5.2 " ,
28
+ "@zero-scripts/core" : " ^0.5.2 " ,
29
+ "@zero-scripts/extension.webpack-spa" : " ^0.5.2 " ,
30
30
"fastify" : " 2.10.0" ,
31
31
"webpack" : " 4.39.2" ,
32
32
"webpack-dev-middleware" : " 3.7.2" ,
35
35
"devDependencies" : {
36
36
"@types/webpack-dev-middleware" : " 2.0.3" ,
37
37
"@types/webpack-hot-middleware" : " 2.16.5" ,
38
- "@zero-scripts/ts-config" : " ^0.5.0 "
38
+ "@zero-scripts/ts-config" : " ^0.5.2 "
39
39
},
40
40
"gitHead" : " a944e18e4fbf7fd535242d479307fcdefa4acda3" ,
41
41
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zero-scripts/ts-config" ,
3
3
"private" : true ,
4
- "version" : " 0.5.0 " ,
4
+ "version" : " 0.5.2 " ,
5
5
"description" : " Common configuration for building @zero-scripts packages, written in Typescript" ,
6
6
"main" : " tsconfig.json" ,
7
7
"license" : " MIT"
You can’t perform that action at this time.
0 commit comments