Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Feb 14, 2021
1 parent 00da9da commit e02d8aa
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": "@curvenote/editor",
"version": "0.2.2",
"version": "0.2.3",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -42,11 +42,10 @@
"uuid": "^8.3.2"
},
"peerDependencies": {
"sidenotes": "^1.0.0",
"@curvenote/schema": "0.2.1",
"@iooxa/article": "0.2.8",
"@iooxa/components": "0.2.7",
"@iooxa/runtime": "0.2.7",
"@curvenote/schema": "0.2.1",
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.9.1",
"classnames": "^2.2.6",
Expand All @@ -56,6 +55,7 @@
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sidenotes": "^1.0.0",
"use-inline-memo": "^0.2.0"
},
"scripts": {
Expand All @@ -77,10 +77,10 @@
"watch": "tsc -w -p ."
},
"devDependencies": {
"@curvenote/schema": "0.2.1",
"@iooxa/article": "0.2.8",
"@iooxa/components": "0.2.7",
"@iooxa/runtime": "0.2.7",
"@curvenote/schema": "0.2.1",
"@material-ui/core": "^4.7.2",
"@material-ui/icons": "^4.9.1",
"@types/classnames": "^2.2.11",
Expand Down

0 comments on commit e02d8aa

Please sign in to comment.