Skip to content

Commit

Permalink
fix(deps): make pushpop a normal dep
Browse files Browse the repository at this point in the history
  • Loading branch information
spudly committed Jul 15, 2022
1 parent 1d6ffc9 commit ca4ff03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.0",
"@spudly/pushpop": "^2.1.3",
"autoprefixer": "^10.4.0",
"clsx": "^1.2.1",
"default-import": "^1.1.4",
Expand All @@ -303,7 +304,6 @@
"@babel/preset-typescript": "^7.16.0",
"@ladle/react": "^1.3.0",
"@shuoink/eslint-config": "^13.0.0",
"@spudly/pushpop": "^2.1.3",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.4",
Expand All @@ -323,7 +323,7 @@
"semantic-release": "^19.0.3",
"sort-package-json": "^1.53.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
"typescript": "^4.7.4"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit ca4ff03

Please sign in to comment.