Skip to content

Commit

Permalink
fix: updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamel committed Feb 10, 2020
1 parent 237489a commit 86afcfe
Show file tree
Hide file tree
Showing 22 changed files with 3,542 additions and 4,151 deletions.
6,782 changes: 3,445 additions & 3,337 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -43,21 +43,21 @@
"url": "https://github.com/rafamel/karmic/issues"
},
"devDependencies": {
"@babel/node": "^7.7.0",
"@babel/node": "^7.8.4",
"@pika/pack": "^0.4.0",
"@pika/plugin-build-web": "^0.7.1",
"@pika/plugin-standard-pkg": "^0.7.1",
"@pika/plugin-build-web": "^0.8.1",
"@pika/plugin-standard-pkg": "^0.8.1",
"@riseup/library": "^0.5.0",
"@riseup/monorepo": "^0.5.0",
"@riseup/tooling": "^0.5.0",
"@types/jest": "^24.0.22",
"@zerollup/ts-transform-paths": "1.7.3",
"coveralls": "^3.0.7",
"husky": "^3.0.9",
"@types/jest": "^25.1.2",
"@zerollup/ts-transform-paths": "^1.7.11",
"coveralls": "^3.0.9",
"husky": "^4.2.1",
"kpo": "^0.11.1",
"lerna": "^3.18.4",
"lerna": "^3.20.2",
"onchange": "^6.1.0",
"typescript": "^3.7.2"
"typescript": "^3.7.5"
},
"dependencies": {},
"husky": {
Expand Down
38 changes: 19 additions & 19 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/core/package.json
Expand Up @@ -66,13 +66,13 @@
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.5",
"rxjs": "^6.5.3"
"rxjs": "^6.5.4"
},
"dependencies": {
"@types/json-schema": "^7.0.3",
"ajv": "^6.10.2",
"@types/json-schema": "^7.0.4",
"ajv": "^6.11.0",
"camelcase": "^5.3.1",
"contains-key": "^0.1.0",
"contains-key": "^0.1.1",
"json-schema-to-typescript": "^7.1.0",
"lodash.isequal": "^4.5.0",
"promist": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test/index.test.ts
@@ -1,5 +1,5 @@
describe(`- Main`, () => {
test(`Doesn't throw`, () => {
expect(() => {}).not.toThrow();
expect(() => null).not.toThrow();
});
});
2 changes: 1 addition & 1 deletion packages/http-adapter/test/index.test.ts
@@ -1,5 +1,5 @@
describe(`- Main`, () => {
test(`Doesn't throw`, () => {
expect(() => {}).not.toThrow();
expect(() => null).not.toThrow();
});
});

0 comments on commit 86afcfe

Please sign in to comment.