Skip to content

Commit

Permalink
Bump more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 17, 2022
1 parent 68b28f3 commit a313f76
Show file tree
Hide file tree
Showing 9 changed files with 1,004 additions and 920 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"husky": "^6.0.0",
"lerna": "^3.3.2",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"mocha": "^8.3.0",
"mocha-junit-reporter": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dotenv": "^7.0.0",
"dotenv-expand": "^5.1.0",
"json-source-map": "^0.6.1",
"json5": "^1.0.1",
"json5": "^2.2.0",
"micromatch": "^4.0.2",
"msgpackr": "^1.5.1",
"nullthrows": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"exif-reader": "^1.0.3",
"get-port": "^5.0.0",
"graphql": "^15.0.0",
"http-proxy-middleware": "^1.0.0",
"http-proxy-middleware": "^2.0.1",
"js-yaml": "^4.0.0",
"jsdom": "^15.2.1",
"json5": "^1.0.1",
"jsdom": "^19.0.0",
"json5": "^2.2.0",
"kotlin": "^1.3.11",
"lodash": "^4.17.15",
"marked": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fastest-levenshtein": "^1.0.8",
"is-glob": "^4.0.0",
"is-url": "^1.2.2",
"json5": "^1.0.1",
"json5": "^2.2.0",
"lru-cache": "^6.0.0",
"micromatch": "^4.0.4",
"node-forge": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporters/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@parcel/utils": "^2.2.0",
"connect": "^3.7.0",
"ejs": "^3.1.6",
"http-proxy-middleware": "^1.0.0",
"http-proxy-middleware": "^2.0.1",
"nullthrows": "^1.1.1",
"serve-handler": "^6.0.0",
"ws": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@parcel/utils": "^2.2.0",
"browserslist": "^4.6.6",
"core-js": "^3.2.1",
"json5": "^2.1.0",
"json5": "^2.2.0",
"nullthrows": "^1.1.1",
"semver": "^5.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"dependencies": {
"@parcel/plugin": "^2.2.0",
"json5": "^2.1.0"
"json5": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/transformers/jsonld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"dependencies": {
"@parcel/plugin": "^2.2.0",
"@parcel/types": "^2.2.0",
"json5": "^2.1.2"
"json5": "^2.2.0"
}
}
1,904 changes: 994 additions & 910 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit a313f76

Please sign in to comment.