Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Sep 6, 2018
1 parent 9e1bb32 commit 1bf5f4b
Show file tree
Hide file tree
Showing 23 changed files with 599 additions and 4,138 deletions.
2 changes: 1 addition & 1 deletion mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/public/js/terminal.js": "/public/js/terminal.js",
"/public/css/terminal.css": "/public/css/terminal.css"
}
}
3,980 changes: 573 additions & 3,407 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,36 @@
"prettier-project": "npm run prettier-write -- resources/**/*.{js,scss,ts}"
},
"dependencies": {
"@types/codemirror": "0.0.58",
"@types/codemirror": "0.0.60",
"axios": "^0.18.0",
"cli-spinner": "^0.2.8",
"codemirror": "^5.39.2",
"cli-spinners": "^1.3.1",
"codemirror": "^5.40.0",
"jquery-mousewheel": "^3.1.13",
"jquery.terminal": "^1.19.1"
"jquery.terminal": "^1.21.0"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/jquery": "^3.3.5",
"@types/node": "^10.5.8",
"@types/jquery": "^3.3.6",
"@types/node": "^10.9.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.6",
"browser-sync": "^2.24.7",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^5.2.0",
"eslint": "^5.3.0",
"eslint-config-prettier": "^2.9.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"fs-extra": "^7.0.0",
"husky": "^0.14.3",
"jest": "^23.5.0",
"jquery": "^3.3.1",
"laravel-mix": "^2.1.11",
"lint-staged": "^7.2.0",
"laravel-mix": "^2.1.14",
"lint-staged": "^7.2.2",
"lodash": "^4.17.10",
"prettier": "^1.14.2",
"ts-jest": "^23.1.3",
"ts-jest": "^23.1.4",
"ts-loader": "^3.5.0",
"typescript": "^3.0.1"
"typescript": "^3.0.3"
},
"lint-staged": {
"linters": {
Expand Down
6 changes: 3 additions & 3 deletions public/css/terminal.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/terminal.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1bf5f4b

Please sign in to comment.