Skip to content

Commit

Permalink
build: update node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cuebit committed May 5, 2020
1 parent 2110528 commit 253285a
Show file tree
Hide file tree
Showing 4 changed files with 889 additions and 714 deletions.
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ module.exports = {
testPathIgnorePatterns: ['/node_modules/'],
coverageDirectory: 'coverage',
coverageReporters: ['json', 'lcov', 'text-summary', 'clover'],
collectCoverageFrom: ['src/**/*.ts', '!src/index.cjs.ts']
collectCoverageFrom: [
'src/**/*.ts',
'!src/index.cjs.ts'
]
}
Binary file removed logo-vuex-orm.png
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,31 +52,31 @@
"axios": "^0.19.2"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.7.18",
"@microsoft/api-documenter": "^7.7.20",
"@microsoft/api-extractor": "^7.7.13",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"@types/jest": "^25.1.4",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"@types/jest": "^25.2.1",
"@vuex-orm/core": "^0.36.3",
"axios-mock-adapter": "^1.18.1",
"brotli": "^1.3.2",
"chalk": "^3.0.0",
"codecov": "^3.6.5",
"conventional-changelog-cli": "^2.0.31",
"enquirer": "^2.3.4",
"enquirer": "^2.3.5",
"execa": "^4.0.0",
"jest": "^25.2.4",
"jest": "^26.0.0",
"prettier": "1.19.1",
"rollup": "^2.3.2",
"rollup": "^2.7.6",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.0",
"semver": "^7.1.3",
"ts-jest": "^25.3.0",
"semver": "^7.3.2",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3",
"vue": "^2.6.11",
"vue-server-renderer": "^2.6.11",
"vuepress": "^1.4.0",
"vuepress": "^1.4.1",
"vuepress-theme-vue": "^1.1.0",
"vuex": "^3.1.3"
}
Expand Down
Loading

0 comments on commit 253285a

Please sign in to comment.