@@ -43,7 +43,7 @@ const bugs = {
43
43
url : "https://github.com/thebespokepixel/truwrap/issues"
44
44
} ;
45
45
const copyright = {
46
- year : "2019 " ,
46
+ year : "2020 " ,
47
47
owner : "The Bespoke Pixel"
48
48
} ;
49
49
const scripts = {
@@ -56,45 +56,46 @@ const scripts = {
56
56
coverage : "nyc ava && nyc report --reporter=lcov --report-dir test/coverage; open test/coverage/lcov-report/index.html"
57
57
} ;
58
58
const devDependencies = {
59
- "@babel/core" : "^7.5.5" ,
60
- "@babel/preset-env" : "^7.5.5" ,
61
- ava : "^2.2.0" ,
59
+ "@ava/babel" : "^1.0.1" ,
60
+ "@babel/core" : "^7.8.4" ,
61
+ "@babel/preset-env" : "^7.8.4" ,
62
+ ava : "^3.3.0" ,
62
63
"babel-plugin-lodash" : "^3.3.4" ,
63
- "documentation-theme-bespoke" : "^1.0.0 " ,
64
+ "documentation-theme-bespoke" : "^1.1.2 " ,
64
65
gulp : "^4.0.2" ,
65
66
"gulp-better-rollup" : "^4.0.1" ,
66
67
"gulp-chmod" : "^3.0.0" ,
67
- "gulp-rename" : "^1.4 .0" ,
68
- nyc : "^14.1.1 " ,
69
- rollup : "^1.19.4 " ,
68
+ "gulp-rename" : "^2.0 .0" ,
69
+ nyc : "^15.0.0 " ,
70
+ rollup : "^1.31.1 " ,
70
71
"rollup-plugin-babel" : "^4.3.3" ,
71
- "rollup-plugin-commonjs" : "^10.0.2 " ,
72
+ "rollup-plugin-commonjs" : "^10.1.0 " ,
72
73
"rollup-plugin-json" : "^4.0.0" ,
73
74
"rollup-plugin-node-resolve" : "^5.2.0" ,
74
- "semver-regex" : "^3.1.0 " ,
75
- xo : "^0.24.0 "
75
+ "semver-regex" : "^3.1.1 " ,
76
+ xo : "^0.26.1 "
76
77
} ;
77
78
const dependencies = {
78
- "@thebespokepixel/meta" : "^1 .0.4 " ,
79
- "@thebespokepixel/n-selector" : "^1 .0.4 " ,
80
- "@thebespokepixel/string" : "^0.5.8 " ,
81
- "ansi-regex" : "^4.1 .0" ,
79
+ "@thebespokepixel/meta" : "^2 .0.1 " ,
80
+ "@thebespokepixel/n-selector" : "^2 .0.0 " ,
81
+ "@thebespokepixel/string" : "^1.0.0 " ,
82
+ "ansi-regex" : "^5.0 .0" ,
82
83
columnify : "^1.5.4" ,
83
84
"common-tags" : "^1.8.0" ,
84
85
"deep-assign" : "^3.0.0" ,
85
- "es6-promisify" : "^6.0.1 " ,
86
+ "es6-promisify" : "^6.0.2 " ,
86
87
"get-stdin" : "^7.0.0" ,
87
88
lodash : "^4.17.15" ,
88
89
"os-locale" : "^4.0.0" ,
89
- "read-pkg-up" : "^6 .0.0 " ,
90
- "term-ng" : "^1 .0.4 " ,
90
+ "read-pkg-up" : "^7 .0.1 " ,
91
+ "term-ng" : "^2 .0.0 " ,
91
92
trucolor : "^1.0.6" ,
92
- "update-notifier" : "^3.0.1 " ,
93
- verbosity : "^1.1.2 " ,
94
- yargs : "^13.3 .0"
93
+ "update-notifier" : "^4.1.0 " ,
94
+ verbosity : "^2.0.0 " ,
95
+ yargs : "^15.1 .0"
95
96
} ;
96
97
const engines = {
97
- node : ">=8 .0"
98
+ node : ">=10 .0"
98
99
} ;
99
100
const homepage = "https://github.com/thebespokepixel/truwrap" ;
100
101
const keywords = [
@@ -124,6 +125,12 @@ const xo = {
124
125
"test/coverage/**"
125
126
]
126
127
} ;
128
+ const ava = {
129
+ babel : true ,
130
+ files : [
131
+ "test/*.js"
132
+ ]
133
+ } ;
127
134
const badges = {
128
135
github : "thebespokepixel" ,
129
136
npm : "thebespokepixel" ,
@@ -203,6 +210,7 @@ var pkg = {
203
210
license : license ,
204
211
repository : repository ,
205
212
xo : xo ,
213
+ ava : ava ,
206
214
badges : badges
207
215
} ;
208
216
0 commit comments