Skip to content

Commit

Permalink
chore: Bump flechette dependency to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Sep 16, 2024
1 parent b030fe3 commit eb3031c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "tape 'test/**/*-test.js' && eslint src test"
},
"dependencies": {
"@uwdata/flechette": "^1.0.0-beta.3"
"@uwdata/flechette": "^1.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975"
integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==

"@uwdata/flechette@^1.0.0-beta.3":
version "1.0.0-beta.3"
resolved "https://registry.yarnpkg.com/@uwdata/flechette/-/flechette-1.0.0-beta.3.tgz#1ed9b8881af8dd78fa0cbdbdcc1d899796d29808"
integrity sha512-oA3aNHLfRnE8VBxuYtuVZ2mS6pHOkMqT7wsoVo2dlektBH1pcnC6S/x5I9TiN+5kmNe4+5fbxMFr1IBWuJxgwg==
"@uwdata/flechette@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@uwdata/flechette/-/flechette-1.0.0.tgz#63051c8f44c5b8454bdb24cb4c35fd1c12d86742"
integrity sha512-REQiIMDCjMo6KnSVl+GK8jccnJ4Z5CSzeHeyeuxVBTXgGzAPUxem7et084lyy6Hs5lC0LK0wxPEBWivNNXtusQ==

acorn-jsx@^5.3.2:
version "5.3.2"
Expand Down

0 comments on commit eb3031c

Please sign in to comment.