Skip to content

Commit

Permalink
Update dependencies, reverse wonky fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Oct 27, 2024
1 parent 78aadb0 commit a255fec
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 28 deletions.
9 changes: 1 addition & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
import config from "@stanlemon/webdev/jest.config.js";

export default {
...config,
// Something weird is going on that causes the default jest.setup.js to not be imported as a module.
// So, for now we skip using that.
setupFilesAfterEnv: [],
};
export { default } from "@stanlemon/webdev/jest.config.js";
34 changes: 17 additions & 17 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
Expand Up @@ -29,16 +29,16 @@
"lint:format": "eslint --fix ."
},
"dependencies": {
"@stanlemon/server-with-auth": "^0.3.20",
"@stanlemon/webdev": "^0.2.2",
"@stanlemon/server-with-auth": "^0.3.21",
"@stanlemon/webdev": "^0.2.4",
"@twilio-paste/core": "^20.16.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio/conversations": "^2.6.0",
"dotenv": "^16.4.5",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"twilio": "^5.3.4"
"twilio": "^5.3.5"
},
"devDependencies": {
"@testing-library/react": "^16.0.1",
Expand Down

0 comments on commit a255fec

Please sign in to comment.