Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from maboroshi-inc/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
haribote authored Feb 26, 2020
2 parents 9ab2d50 + f9801a9 commit d27e3d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
14 changes: 9 additions & 5 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
version: 1
update_configs:
- package_manager: javascript
directory: "/"
update_schedule: "weekly"
directory: '/'
update_schedule: 'weekly'
automerged_updates:
- match:
dependency_type: 'development'
update_type: 'all'
allowed_updates:
- match:
update_type: "security"
update_type: 'security'
- match:
update_type: "all"
dependency_type: "direct"
dependency_type: 'production'
update_type: 'all'
default_reviewers:
- ajunajunajun
- haribote
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maboroshi/type-assertions",
"version": "1.0.0",
"version": "1.0.1",
"description": "Type assertion utilities.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/maboroshi-inc/type-assertions#readme",
"devDependencies": {
"@maboroshi/eslint-config": "^2.0.5",
"@maboroshi/eslint-config": "^2.0.7",
"@maboroshi/prettier-config": "^1.0.0",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
Expand All @@ -43,7 +43,7 @@
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-typescript2": "^0.26.0",
"ts-jest": "^24.2.0",
"typescript": "^3.7.4"
"typescript": "^3.8.2"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit d27e3d9

Please sign in to comment.