Skip to content

Commit

Permalink
build(dependencies): update dependencies
Browse files Browse the repository at this point in the history
- update monorepo level dependencies with npm update
  • Loading branch information
Ffloriel committed Sep 5, 2020
1 parent 5515409 commit 2c3d700
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -15,25 +15,25 @@
"devDependencies": {
"@types/jest": "^26.0.3",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@vuepress/plugin-google-analytics": "^1.4.1",
"@vuepress/theme-default": "^1.4.1",
"@wessberg/rollup-plugin-ts": "^1.2.24",
"conventional-changelog-cli": "^2.0.31",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@vuepress/plugin-google-analytics": "^1.5.4",
"@vuepress/theme-default": "^1.5.4",
"@wessberg/rollup-plugin-ts": "^1.3.4",
"conventional-changelog-cli": "^2.1.0",
"eslint": "^6.8.0",
"husky": "^4.2.5",
"jest": "^24.9.0",
"lerna": "^3.20.2",
"lint-staged": "^10.1.6",
"prettier": "^2.0.4",
"rollup": "^2.6.1",
"lerna": "^3.22.1",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"rollup": "^2.26.10",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.1",
"ts-jest": "^24.3.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"vuepress": "^1.4.1"
"vuepress": "^1.5.4"
},
"scripts": {
"build": "ts-node scripts/build.ts",
Expand Down

0 comments on commit 2c3d700

Please sign in to comment.