Skip to content

Commit

Permalink
fix: update fountain-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Paraskos committed Nov 23, 2023
1 parent 817d768 commit 55c6971
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
14 changes: 7 additions & 7 deletions client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vscode-uri": "^3.0.7"
},
"dependencies": {
"fountain-parser": "^1.1.1",
"fountain-parser": "^1.1.2",
"vscode-languageclient": "^7.0.0",
"vscode-uri": "^3.0.7"
},
Expand Down
2 changes: 1 addition & 1 deletion fountain-cli/package-lock.json

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

2 changes: 1 addition & 1 deletion fountain-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"commander": "^11.0.0",
"fountain-parser": "^1.0.0"
"fountain-parser": "^1.1.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"watch:server": "cd server && npm run watch",
"watch:webview": "cd webviews && npm run watch",
"--------- INSTALL ----------": "",
"preinstall": "git submodule update --recursive --remote",
"postinstall": "concurrently 'npm run install:webview' 'npm run install:client' 'npm run install:server'",
"install:client": "cd client && npm install",
"install:server": "cd server && npm install",
Expand Down
2 changes: 1 addition & 1 deletion server

0 comments on commit 55c6971

Please sign in to comment.