Skip to content

Commit

Permalink
Publish 0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jacwright committed Nov 7, 2022
1 parent 5523b07 commit 1a55ea1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typewriter-editor",
"version": "0.7.14",
"version": "0.7.15",
"description": "A rich text editor using the Delta format with decorations and rendered with a tiny virtual dom",
"keywords": [
"typewriter",
Expand Down Expand Up @@ -44,12 +44,12 @@
},
"devDependencies": {
"@pyoner/svelte-types": "^3.4.4-2",
"@types/chai": "^4.3.3",
"@types/chai": "^4.3.4",
"@types/fast-diff": "^1.2.0",
"@types/mocha": "^10.0.0",
"chai": "^4.3.6",
"chai": "^4.3.7",
"chai-exclude": "^2.1.0",
"jsdom": "^20.0.1",
"jsdom": "^20.0.2",
"jsdom-global": "^3.0.2",
"mocha": "^10.1.0",
"raw-loader": "^4.0.2",
Expand All @@ -61,7 +61,7 @@
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
Expand Down

0 comments on commit 1a55ea1

Please sign in to comment.