Bump dependencies

Closes #255
Fixes #254
Fixes #224
This commit is contained in:
Sindre Sorhus 2018-03-03 00:38:17 +07:00
parent e80f02e2dd
commit 245dfa5c6f
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
/* eslint-disable unicorn/no-unsafe-regex */
'use strict';
const TEMPLATE_REGEX = /(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;
const STYLE_REGEX = /(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;