Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
Fix #2: Updated Spectral to 5.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Mar 5, 2020
1 parent f10185c commit 4063a2a
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 123 deletions.
22 changes: 11 additions & 11 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
@@ -1,7 +1,7 @@
{
"author": "Travis Illig",
"dependencies": {
"vscode-languageclient": "6.0.1"
"vscode-languageclient": "^6.1.1"
},
"description": "Lint support for YAML, JSON, and OpenAPI using Spectral.",
"devDependencies": {
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@
"description": "Lint support for OpenAPI, JSON, and YAML using Spectral.",
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/mocha": "^7.0.1",
"@types/node": "^12.11.7",
"@types/mocha": "^7.0.2",
"@types/node": "^12.12.29",
"@types/vscode": "^1.42.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"eslint": "^6.8.0",
"glob": "^7.1.6",
"merge-options": "^2.0.0",
"mocha": "^7.0.1",
"mocha": "^7.1.0",
"rimraf": "^3.0.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"typescript": "^3.8.3",
"vscode-test": "^1.3.0",
"webpack": "^4.41.6",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"displayName": "Spectral Linter",
Expand Down Expand Up @@ -118,5 +118,5 @@
"webpack": "npm run clean && webpack --mode production --config ./client/webpack.config.js && webpack --mode production --config ./server/webpack.config.js",
"webpack:dev": "npm run clean && webpack --mode none --config ./client/webpack.config.js && webpack --mode none --config ./server/webpack.config.js"
},
"version": "1.0.0"
"version": "1.1.0"
}
Loading

0 comments on commit 4063a2a

Please sign in to comment.