Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yuku committed Sep 18, 2021
1 parent 5a7960a commit 1199fca
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "0.1.9",
"version": "0.1.10",
"scripts": {
"build": "rm -fr dist cache && parcel build index.pug --public-url /textcomplete",
"format:eslint": "eslint --fix '**/*.ts' '**/*.tsx'",
Expand All @@ -11,10 +11,10 @@
"start": "parcel index.pug"
},
"dependencies": {
"@textcomplete/codemirror": "^0.1.9",
"@textcomplete/contenteditable": "^0.1.9",
"@textcomplete/core": "^0.1.9",
"@textcomplete/textarea": "^0.1.9",
"@textcomplete/codemirror": "^0.1.10",
"@textcomplete/contenteditable": "^0.1.10",
"@textcomplete/core": "^0.1.10",
"@textcomplete/textarea": "^0.1.10",
"codemirror": "^5.54.0",
"prism-react-renderer": "^1.1.1",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.9",
"version": "0.1.10",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/textcomplete-codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/codemirror",
"version": "0.1.9",
"version": "0.1.10",
"description": "Textcomplete editor for CodeMirror",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"lint": "eslint 'src/**/*.ts'"
},
"devDependencies": {
"@textcomplete/core": "^0.1.9",
"@textcomplete/core": "^0.1.10",
"@types/codemirror": "^5.60.2",
"codemirror": "^5.54"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/textcomplete-contenteditable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/contenteditable",
"version": "0.1.9",
"version": "0.1.10",
"description": "Textcomplete editor for contenteditable",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,10 +16,10 @@
"lint": "eslint 'src/**/*.ts'"
},
"dependencies": {
"@textcomplete/utils": "^0.1.9"
"@textcomplete/utils": "^0.1.10"
},
"devDependencies": {
"@textcomplete/core": "^0.1.9"
"@textcomplete/core": "^0.1.10"
},
"peerDependencies": {
"@textcomplete/core": "^0.1.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/textcomplete-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/core",
"version": "0.1.9",
"version": "0.1.10",
"description": "Textcomplete core.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/textcomplete-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/textarea",
"version": "0.1.9",
"version": "0.1.10",
"description": "Textcomplete editor for HTMLTextAreaElement",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,12 +16,12 @@
"lint": "eslint 'src/**/*.ts'"
},
"dependencies": {
"@textcomplete/utils": "^0.1.9",
"@textcomplete/utils": "^0.1.10",
"textarea-caret": "^3.1.0",
"undate": "^0.3.0"
},
"devDependencies": {
"@textcomplete/core": "^0.1.9",
"@textcomplete/core": "^0.1.10",
"@types/textarea-caret": "^3.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/textcomplete-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@textcomplete/utils",
"version": "0.1.9",
"version": "0.1.10",
"description": "Utility functions for Textcomplete editors",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"lint": "eslint 'src/**/*.ts'"
},
"devDependencies": {
"@textcomplete/core": "^0.1.9",
"@textcomplete/core": "^0.1.10",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.21.0",
Expand Down

0 comments on commit 1199fca

Please sign in to comment.