Skip to content

Commit

Permalink
fix(deps): pin dependencies (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent 14a363c commit cf6fafe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"author": "Jon Ambas <jon@jonambas.com>",
"license": "MIT",
"dependencies": {
"@pandacss/types": "^0.37.1",
"ts-morph": "^22.0.0",
"typescript": "^5.4.4"
"@pandacss/types": "0.37.1",
"ts-morph": "22.0.0",
"typescript": "5.4.4"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.4.0",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"vitest": "^1.4.0"
"@vitest/coverage-v8": "1.4.0",
"prettier": "3.2.5",
"tsup": "8.0.2",
"vitest": "1.4.0"
}
}

0 comments on commit cf6fafe

Please sign in to comment.