@@ -10,7 +10,7 @@ var meta = _interopDefault(require('@thebespokepixel/meta'));
10
10
var updateNotifier = _interopDefault ( require ( 'update-notifier' ) ) ;
11
11
12
12
const name = "term-ng" ;
13
- const version = "2.0.1 " ;
13
+ const version = "2.0.2 " ;
14
14
const description = "Terminal/$TERM feature snooping and whitelisting" ;
15
15
const main = "index.js" ;
16
16
const module$1 = "index.mjs" ;
@@ -61,31 +61,31 @@ const bugs = {
61
61
const homepage = "https://github.com/thebespokepixel/term-ng#readme" ;
62
62
const devDependencies = {
63
63
"@ava/babel" : "^1.0.1" ,
64
- "@babel/core" : "^7.8.4 " ,
65
- "@babel/preset-env" : "^7.8 .4" ,
66
- ava : "^3.3.0 " ,
64
+ "@babel/core" : "^7.10.5 " ,
65
+ "@babel/preset-env" : "^7.10 .4" ,
66
+ ava : "^3.10.1 " ,
67
67
"babel-plugin-lodash" : "^3.3.4" ,
68
- "documentation-theme-bespoke" : "^1.1.3 " ,
68
+ "documentation-theme-bespoke" : "^1.1.6 " ,
69
69
gulp : "^4.0.2" ,
70
70
"gulp-better-rollup" : "^4.0.1" ,
71
71
"gulp-chmod" : "^3.0.0" ,
72
72
"gulp-rename" : "^2.0.0" ,
73
73
"gulp-strip-comments" : "^2.5.2" ,
74
- nyc : "^15.0 .0" ,
75
- rollup : "^1.31.1 " ,
76
- "rollup-plugin-babel" : "^4.3.3 " ,
74
+ nyc : "^15.1 .0" ,
75
+ rollup : "^2.21.0 " ,
76
+ "rollup-plugin-babel" : "^4.4.0 " ,
77
77
"rollup-plugin-commonjs" : "^10.1.0" ,
78
78
"rollup-plugin-json" : "^4.0.0" ,
79
79
"rollup-plugin-node-resolve" : "^5.2.0" ,
80
- xo : "^0.26 .1"
80
+ xo : "^0.32 .1"
81
81
} ;
82
82
const dependencies = {
83
- "@thebespokepixel/meta" : "^2.0.2 " ,
83
+ "@thebespokepixel/meta" : "^2.0.4 " ,
84
84
"read-pkg" : "^5.2.0" ,
85
- trucolor : "^2.0.0 " ,
86
- truwrap : "^2.0.0 " ,
85
+ trucolor : "^2.0.2 " ,
86
+ truwrap : "^2.0.2 " ,
87
87
"update-notifier" : "^4.1.0" ,
88
- yargs : "^15.1.0 "
88
+ yargs : "^15.4.1 "
89
89
} ;
90
90
const xo = {
91
91
semicolon : false ,
@@ -130,10 +130,7 @@ const badges = {
130
130
] ,
131
131
"Development Status" : [
132
132
[
133
- "greenkeeper" ,
134
- "travis-com-dev"
135
- ] ,
136
- [
133
+ "travis-com-dev" ,
137
134
"david-dev" ,
138
135
"david-devdeps-dev"
139
136
] ,
0 commit comments