Skip to content

Commit

Permalink
chore: bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed Feb 12, 2022
1 parent 4f48194 commit 629cc73
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 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 packages/element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"pre:release:next": "dotenv release-it -- --ci --preRelease=rc --npm.tag=next"
},
"dependencies": {
"@bulba/jsx": "^0.13.0-rc.0",
"@bulba/template": "^0.13.0-rc.0",
"@bulba/utils": "^0.13.0-rc.0"
"@bulba/jsx": "^0.13.0-alpha.3",
"@bulba/template": "^0.13.0-alpha.3",
"@bulba/utils": "^0.13.0-alpha.3"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pre:release:next": "dotenv release-it -- --ci --preRelease=rc --npm.tag=next"
},
"dependencies": {
"@bulba/utils": "^0.13.0-rc.0",
"@bulba/utils": "^0.13.0-alpha.3",
"snabbdom": "^3.3.1",
"snabbdom-signature": "^0.0.3",
"snabbdom-transform-jsx-props": "^0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"pre:release:next": "dotenv release-it -- --ci --preRelease=rc --npm.tag=next"
},
"dependencies": {
"@bulba/utils": "^0.13.0-rc.0",
"@bulba/utils": "^0.13.0-alpha.3",
"omdomdom": "^0.3.0"
},
"repository": {
Expand Down

0 comments on commit 629cc73

Please sign in to comment.