Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
notwillk committed Apr 19, 2023
1 parent 8305fc8 commit 0c62e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-provider-stack",
"version": "0.0.1",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "react-provider-stack",
"scripts": {
Expand Down Expand Up @@ -79,13 +79,13 @@
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.9.5"
},
"dependencies": {
"typescript": "4.9.5",
"@babel/runtime": "7.21.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
},
"peerDependencies": {
"react": "^18.2.0"
}
Expand Down

0 comments on commit 0c62e1d

Please sign in to comment.