Skip to content

Commit

Permalink
Update dependencis
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 7, 2020
1 parent edb7d99 commit 5ca7f7d
Show file tree
Hide file tree
Showing 5 changed files with 363 additions and 300 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -18,27 +18,27 @@
"packages/file"
],
"devDependencies": {
"@logux/eslint-config": "^40.0.3",
"@logux/eslint-config": "^40.0.4",
"@logux/sharec-config": "^0.7.4",
"cross-spawn": "^7.0.3",
"dual-publish": "^0.11.0",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.0.2",
"eslint-plugin-prettierx": "^0.14.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^21.0.0",
"husky": "^4.2.5",
"jest": "^26.4.1",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-ci": "^0.1.1",
"lint-staged": "^10.2.11",
"lint-staged": "^10.3.0",
"print-snapshots": "^0.3.2",
"rimraf": "^3.0.2",
"typescript": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/size-limit/package.json
Expand Up @@ -24,7 +24,7 @@
"colorette": "^1.2.1",
"cosmiconfig": "^7.0.0",
"globby": "^11.0.1",
"ora": "^5.0.0",
"ora": "^5.1.0",
"read-pkg-up": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/time/package.json
Expand Up @@ -17,7 +17,7 @@
"size-limit": "4.5.7"
},
"dependencies": {
"estimo": "^2.2.0",
"estimo": "^2.2.1",
"react": "^16.13.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Expand Up @@ -20,12 +20,12 @@
"size-limit": "4.5.7"
},
"dependencies": {
"css-loader": "^4.2.1",
"css-loader": "^4.2.2",
"escape-string-regexp": "^4.0.0",
"file-loader": "^6.0.0",
"file-loader": "^6.1.0",
"mkdirp": "^1.0.4",
"nanoid": "^3.1.10",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"pnp-webpack-plugin": "^1.6.4",
"rimraf": "^3.0.2",
"style-loader": "^1.2.1",
Expand Down

0 comments on commit 5ca7f7d

Please sign in to comment.