Skip to content

Commit

Permalink
Update some more fixtures (adds to redwoodjs#5827)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philzen committed Aug 9, 2022
1 parent 6352e46 commit ea8e9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.7"
"tailwindcss": "^3.1.8"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { render, screen } from '@redwoodjs/testing/web'
import { render } from '@redwoodjs/testing/web'

import { Loading, Empty, Failure, Success } from './AuthorCell'
import { standard } from './AuthorCell.mock'
Expand Down

0 comments on commit ea8e9f3

Please sign in to comment.