Skip to content

Commit

Permalink
Merge pull request #10 from MADE-Apps/feature/package-update
Browse files Browse the repository at this point in the history
Updated packages
  • Loading branch information
jamesmcroft authored Jan 11, 2022
2 parents 8f2b994 + b96a14b commit 4c03ace
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
8 changes: 4 additions & 4 deletions MADE.Collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
}
}
8 changes: 4 additions & 4 deletions MADE.Data.Converters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
}
}
8 changes: 4 additions & 4 deletions MADE.Data.Validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
}
}
10 changes: 5 additions & 5 deletions MADE.Diagnostics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.9.6",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
}
}
12 changes: 6 additions & 6 deletions MADE.Networking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"dependencies": {
"axios": "^0.23.0",
"made-runtime": "^0.1.0-alpha.12",
"made-threading": "^0.1.0-alpha.12"
"made-runtime": "^0.1.0-alpha.13",
"made-threading": "^0.1.0-alpha.13"
}
}
8 changes: 4 additions & 4 deletions MADE.Runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
}
}
8 changes: 4 additions & 4 deletions MADE.Threading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
}
}
12 changes: 6 additions & 6 deletions MADE.UI.Styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
"homepage": "https://github.com/MADE-Apps/MADE.js#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.9.6",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"dependencies": {
"made-runtime": "^0.1.0-alpha.12"
"made-runtime": "^0.1.0-alpha.13"
}
}

0 comments on commit 4c03ace

Please sign in to comment.