mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
Compare commits
No commits in common. "cef89257735462018de1d385310d0e6537d16318" and "2c3d5095069346c7c349ecb71a478d77c6af2417" have entirely different histories.
cef8925773
...
2c3d509506
8 changed files with 370 additions and 381 deletions
1
.github/workflows/github-pages.yml
vendored
1
.github/workflows/github-pages.yml
vendored
|
@ -14,7 +14,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Homebrew/actions/setup-homebrew@master
|
||||
- id: brew_cache
|
||||
run: echo "::set-output name=dir::$(brew --cache)"
|
||||
- uses: actions/cache@v3
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"jest": "^29.0.0",
|
||||
"jest": "^28.1.3",
|
||||
"prettier": "^2.7.1",
|
||||
"prettier-plugin-md-nocjsp": "^1.3.0"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"jest": "^29.0.0"
|
||||
"jest": "^28.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"jest": "^29.0.0"
|
||||
"jest": "^28.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"jest": "^29.0.0"
|
||||
"jest": "^28.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"jest": "^29.0.0"
|
||||
"jest": "^28.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"jest": "^29.0.0"
|
||||
"jest": "^28.1.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue