File tree 7 files changed +15
-11
lines changed
7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
- "version" : " 0.3.16 " ,
6
+ "version" : " 0.3.17 " ,
7
7
"useWorkspaces" : true
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/babel-plugin-core-web" ,
3
- "version" : " 0.3.16 " ,
3
+ "version" : " 0.3.17 " ,
4
4
"description" : " browser feature polyfills as a babel plugin" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" :
" Simon Menke <[email protected] >" ,
28
28
"@babel/parser" : " ^7.11.5" ,
29
29
"@babel/traverse" : " ^7.10.1" ,
30
30
"@babel/types" : " ^7.9.6" ,
31
- "@mrhenry/core-web" : " ^0.3.16 " ,
31
+ "@mrhenry/core-web" : " ^0.3.17 " ,
32
32
"fast-deep-equal" : " ^3.1.3"
33
33
},
34
34
"bugs" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web-example" ,
3
- "version" : " 0.3.16 " ,
3
+ "version" : " 0.3.17 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " babel src -d lib" ,
9
9
"devDependencies" : {
10
10
"@babel/cli" : " ^7.12.1" ,
11
11
"@babel/core" : " ^7.12.3" ,
12
- "@mrhenry/babel-plugin-core-web" : " ^0.3.16 " ,
13
- "@mrhenry/core-web" : " ^0.3.16 "
12
+ "@mrhenry/babel-plugin-core-web" : " ^0.3.17 " ,
13
+ "@mrhenry/core-web" : " ^0.3.17 "
14
14
}
15
15
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web-generator" ,
3
- "version" : " 0.3.16 " ,
3
+ "version" : " 0.3.17 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " node ./generate.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web-tests" ,
3
- "version" : " 0.3.16 " ,
3
+ "version" : " 0.3.17 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " node ./build-index-client-side-detect.js && webpack" ,
9
9
"devDependencies" : {
10
10
"@babel/core" : " ^7.12.3" ,
11
11
"@babel/preset-env" : " ^7.12.1" ,
12
- "@mrhenry/babel-plugin-core-web" : " ^0.3.16 " ,
12
+ "@mrhenry/babel-plugin-core-web" : " ^0.3.17 " ,
13
13
"@types/qunit" : " 2.9.x" ,
14
14
"babel-loader" : " ^8.0.6" ,
15
15
"browserstack-runner" : " ^0.9.3" ,
Original file line number Diff line number Diff line change @@ -431,7 +431,8 @@ module.exports = {
431
431
"80.0.0" ,
432
432
"81.0.0" ,
433
433
"82.0.0" ,
434
- "83.0.0"
434
+ "83.0.0" ,
435
+ "84.0.0"
435
436
] ,
436
437
"versions" : {
437
438
"2.0.0" : {
@@ -911,6 +912,9 @@ module.exports = {
911
912
} ,
912
913
"83.0.0" : {
913
914
"detectors" : [ ]
915
+ } ,
916
+ "84.0.0" : {
917
+ "detectors" : [ ]
914
918
}
915
919
}
916
920
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mrhenry/core-web" ,
3
- "version" : " 0.3.16 " ,
3
+ "version" : " 0.3.17 " ,
4
4
"description" : " browser feature polyfills as a babel plugin" ,
5
5
"main" : " lib/index.js" ,
6
6
"author" :
" Simon Menke <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments