Skip to content

Commit

Permalink
bunp
Browse files Browse the repository at this point in the history
  • Loading branch information
subtleGradient committed Jan 19, 2021
1 parent 22a1541 commit fd968c2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
{
"name": "@opdex/toy",
"version": "9.0.0",
"version": "10.0.0",
"private": true,
"prettier": {
"trailingComma": "all",
"semi": false
},
"main": "./components/opt-toy/index.tsx",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "10.0.0",
"next": "10.0.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"use-undo": "^1.0.3"
},
"devDependencies": {
"@types/node": "^14.14.6",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.6",
"typescript": "^4.0.5"
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"typescript": "^4.1.3"
}
}

1 comment on commit fd968c2

@vercel
Copy link

@vercel vercel bot commented on fd968c2 Jan 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.