Skip to content

Commit

Permalink
chore(deps): bumped build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed May 8, 2022
1 parent 67803ee commit baa78a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion benchmark/index.js
@@ -1,7 +1,7 @@
'use strict';

var child_process = require( 'child_process' );
var rimraf = require( 'rimraf-promise' );
var rimraf = require( 'rmfr' );

var libs = [
'awesome-phonenumber',
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -3,7 +3,7 @@ const gulp = require( 'gulp' );

const child = require( 'child_process' );
const fs = require( 'fs' );
const rimraf = require( 'rimraf-promise' );
const rimraf = require( 'rmfr' );
const mkdirp = require( 'mkdirp' );
const replace = require( 'replace' );

Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -51,12 +51,12 @@
"cz-conventional-changelog": "^3.3.0",
"google-closure-compiler": "20210907.0.0",
"google-closure-library": "^20210808.0.0",
"gulp": "4.0.2",
"gulp": "^4.0.2",
"jest": "^28.1.0",
"mkdirp": "1.0.4",
"pre-commit": "1.x",
"replace": "1.2.1",
"rimraf-promise": "2.x",
"mkdirp": "^1.0.4",
"pre-commit": "^1.2.2",
"replace": "^1.2.1",
"rmfr": "^2.0.0",
"ts-jest-resolver": "^2.0.0",
"ts-node": "^10.7.0",
"typescript": "^4.2.4"
Expand Down

0 comments on commit baa78a0

Please sign in to comment.