Skip to content

Commit 9ecf78e

Browse files
authored
Fixed inability to save layouts. Addressed a number of accessibility issues. (#142)
1 parent 4ee3b92 commit 9ecf78e

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
"webpack-merge": "^4.2.1"
6262
},
6363
"dependencies": {
64-
"@paperbits/azure": "0.1.141",
65-
"@paperbits/common": "0.1.141",
66-
"@paperbits/core": "0.1.141",
67-
"@paperbits/prosemirror": "0.1.141",
68-
"@paperbits/styles": "0.1.141",
64+
"@paperbits/azure": "0.1.144",
65+
"@paperbits/common": "0.1.144",
66+
"@paperbits/core": "0.1.144",
67+
"@paperbits/prosemirror": "0.1.144",
68+
"@paperbits/styles": "0.1.144",
6969
"@webcomponents/webcomponentsjs": "^2.2.10",
7070
"core-js": "^3.1.4",
7171
"domino": "^2.1.3",

0 commit comments

Comments
 (0)