Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
[bilt-with-bilt]
  • Loading branch information
giltayar committed May 5, 2022
1 parent 2a46266 commit 99a630a
Show file tree
Hide file tree
Showing 14 changed files with 51,302 additions and 30,564 deletions.
1,365 changes: 671 additions & 694 deletions packages/build-with-configuration/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions packages/build-with-configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bilt/build-with-configuration",
"version": "10.0.4",
"version": "10.0.5",
"description": "",
"type": "module",
"main": "src/build-with-configuration.js",
Expand Down Expand Up @@ -37,28 +37,28 @@
"directory": "packages/build-with-configuration"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/core": "^7.17.10",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@types/chai": "^4.3.0",
"@types/chai": "^4.3.1",
"@types/chai-subset": "^1.3.3",
"@types/debug": "^4.1.7",
"@types/graphlib": "^2.1.8",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"chai": "^4.3.4",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"chai": "^4.3.6",
"chai-subset": "^1.6.0",
"concurrently": "^7.0.0",
"eslint": "^8.6.0",
"concurrently": "^7.1.0",
"eslint": "^8.14.0",
"eslint-plugin-mocha-no-only": "^1.1.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.1.3",
"prettier": "^2.5.1",
"testdouble": "^3.16.4",
"typescript": "^4.5.4"
"mocha": "^10.0.0",
"prettier": "^2.6.2",
"testdouble": "^3.16.5",
"typescript": "^4.6.4"
},
"dependencies": {
"@bilt/scripting-commons": "^2.0.9",
Expand Down
Loading

0 comments on commit 99a630a

Please sign in to comment.