Skip to content

Commit

Permalink
fix: update dev dependencies (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Apr 13, 2023
1 parent 731ed44 commit db4d1a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"eslint": "^8.38.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jest": "^27",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^27",
"jest": "^29",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
"stdout-stderr": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function assertScripts () {
}

describe('run', () => {
test('test basic ext generator', async () => {
test('basic ext generator', async () => {
const options = { 'skip-prompt': true }
await helpers.run(AssetComputeWorker)
.withOptions(options)
Expand Down

0 comments on commit db4d1a5

Please sign in to comment.