Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
keshann93 committed Jul 15, 2020
1 parent 8cb9427 commit 1e3da40
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assignees: ''
A clear and concise description of what the bug is.

**To Reproduce**
Please provide a minimal code snippet (js, css or scss) where fabulous is failing
Please provide a minimal code snippet (html) where semantic-live is failing

**Expected behavior**
A clear and concise description of what you expected to happen.
Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "keshan",
"version": "0.12.0",
"engines": {
"vscode": "^1.33.0"
"vscode": "^1.44.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -67,7 +67,8 @@
"@babel/preset-typescript": "^7.3.3",
"@types/babel-traverse": "^6.25.5",
"@types/chai": "^4.1.7",
"@types/mocha": "^2.2.42",
"@types/glob": "^7.1.1",
"@types/mocha": "^7.0.2",
"@types/node": "^10.12.21",
"@types/parse5": "^5.0.0",
"@types/react": "^16.8.14",
Expand All @@ -76,6 +77,7 @@
"@types/rebass": "^3.0.3",
"@types/styled-components": "4.1.10",
"@types/styled-system": "^4.1.1",
"@types/vscode": "^1.44.0",
"all-contributors-cli": "^6.6.1",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
Expand All @@ -85,7 +87,6 @@
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"husky": "^2.3.0",
"mocha-typescript": "^1.1.17",
"prettier": "1.17.1",
"pretty-quick": "^1.11.0",
"react": "^16.8.6",
Expand All @@ -99,10 +100,13 @@
"styled-components": "^4.2.0",
"styled-system": "^4.1.0",
"typescript": "3.3.4000",
"vscode": "^1.1.28",
"vscode": "^1.44.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
"webpack-dev-server": "^3.3.1",
"vscode-test": "^1.3.0",
"glob": "^7.1.6",
"mocha": "^7.1.1"
},
"dependencies": {
"@babel/traverse": "^7.4.3",
Expand Down
Loading

0 comments on commit 1e3da40

Please sign in to comment.