Skip to content

Commit

Permalink
chore: bump deps (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Jun 27, 2020
1 parent 94c19be commit c18058b
Show file tree
Hide file tree
Showing 4 changed files with 629 additions and 1,160 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -3,7 +3,7 @@ variables:
stableNodeVersion: '12.x'
currentNodeVersion: '14.x'
# Used with `eslintVersion` to see if `spec:e2e` and `benchmarks` should run
e2eEslintVersion: 'eslint@7.2.0'
e2eEslintVersion: 'eslint@7.3.1'

strategy:
matrix:
Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -49,34 +49,34 @@
"@types/benchmark": "^1.0.33",
"@types/browserslist": "^4.8.0",
"@types/eslint": "^7.2.0",
"@types/jest": "^26.0.0",
"@types/jest": "^26.0.3",
"@types/lodash.memoize": "^4.1.6",
"@types/nodegit": "^0.26.5",
"@types/semver": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"benchmark": "^2.1.4",
"browserslist-config-erb": "^0.0.1",
"electron": "^9.0.4",
"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || 7.2.0",
"electron": "^9.0.5",
"eslint": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-config-bliss": "^5.0.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.0.1",
"jest": "^26.1.0",
"nodegit": "^0.26.5",
"prettier": "^2.0.5",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
},
"dependencies": {
"ast-metadata-inferer": "^0.3.0",
"browserslist": "^4.12.0",
"caniuse-db": "^1.0.30001084",
"ast-metadata-inferer": "^0.4.0",
"browserslist": "^4.12.2",
"caniuse-db": "^1.0.30001090",
"core-js": "^3.6.5",
"find-up": "^4.1.0",
"lodash.memoize": "4.1.2",
"mdn-browser-compat-data": "^1.0.26",
"mdn-browser-compat-data": "^1.0.28",
"semver": "7.3.2"
},
"peerDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions test/__snapshots__/helpers.spec.ts.snap
Expand Up @@ -78,9 +78,9 @@ Array [
"version": "18",
},
Object {
"parsedVersion": 78,
"parsedVersion": 79,
"target": "chrome",
"version": "78",
"version": "79",
},
Object {
"parsedVersion": 7,
Expand All @@ -103,9 +103,9 @@ Array [
"version": "12.12",
},
Object {
"parsedVersion": 1.2,
"parsedVersion": 10.4,
"target": "and_qq",
"version": "1.2",
"version": "10.4",
},
Object {
"parsedVersion": 68,
Expand Down Expand Up @@ -203,9 +203,9 @@ Array [
"version": "12.12",
},
Object {
"parsedVersion": 1.2,
"parsedVersion": 10.4,
"target": "and_qq",
"version": "1.2",
"version": "10.4",
},
Object {
"parsedVersion": 68,
Expand Down Expand Up @@ -278,9 +278,9 @@ Array [
"version": "18",
},
Object {
"parsedVersion": 72,
"parsedVersion": 73,
"target": "chrome",
"version": "72",
"version": "73",
},
Object {
"parsedVersion": 7,
Expand All @@ -303,9 +303,9 @@ Array [
"version": "12.12",
},
Object {
"parsedVersion": 1.2,
"parsedVersion": 10.4,
"target": "and_qq",
"version": "1.2",
"version": "10.4",
},
Object {
"parsedVersion": 68,
Expand Down Expand Up @@ -418,9 +418,9 @@ Array [
"version": "12.12",
},
Object {
"parsedVersion": 1.2,
"parsedVersion": 10.4,
"target": "and_qq",
"version": "1.2",
"version": "10.4",
},
Object {
"parsedVersion": 68,
Expand Down

0 comments on commit c18058b

Please sign in to comment.