Skip to content

Commit

Permalink
(chore) update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 21, 2020
1 parent b014632 commit 6c55bd1
Show file tree
Hide file tree
Showing 10 changed files with 3,506 additions and 1,972 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ https://terminal.jcubic.pl

[![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal)
![bower](https://img.shields.io/badge/bower-DEV-yellow.svg)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&0036efb6bdfeeff832a355d4316149197de99b9f)](https://travis-ci.org/jcubic/jquery.terminal)
[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&b014632f0135ce7f26588ace88a7e2b42970e324)](https://travis-ci.org/jcubic/jquery.terminal)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&2aa4fec1b099d52d90ea7eb6cfd50fc7)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel)
![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat)
[![](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery.terminal)
Expand Down
119 changes: 118 additions & 1 deletion css/emoji.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.terminal-2.20.1.js
Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Sun, 20 Dec 2020 15:32:14 +0000
* Date: Mon, 21 Dec 2020 19:19:10 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -4486,7 +4486,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Sun, 20 Dec 2020 15:32:14 +0000',
date: 'Mon, 21 Dec 2020 19:19:10 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal-2.20.1.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.terminal.js
Expand Up @@ -41,7 +41,7 @@
*
* broken image by Sophia Bai from the Noun Project (CC-BY)
*
* Date: Sun, 20 Dec 2020 15:32:14 +0000
* Date: Mon, 21 Dec 2020 19:19:10 +0000
*/
/* global define, Map */
/* eslint-disable */
Expand Down Expand Up @@ -4486,7 +4486,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Sun, 20 Dec 2020 15:32:14 +0000',
date: 'Mon, 21 Dec 2020 19:19:10 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.terminal.min.js.map

Large diffs are not rendered by default.

5,299 changes: 3,358 additions & 1,941 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -319,22 +319,22 @@
}
},
"dependencies": {
"@types/jquery": "^3.3.29",
"jquery": "^3.5.0",
"prismjs": "^1.21.0",
"@types/jquery": "^3.5.5",
"jquery": "^3.5.1",
"prismjs": "^1.22.0",
"wcwidth": "^1.0.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"coveralls": "^3.1.0",
"cssnano": "^4.1.10",
"emoji-datasource-twitter": "^5.0.1",
"eslint": "^6.8.0",
"emoji-datasource-twitter": "^6.0.0",
"eslint": "^7.16.0",
"gm": "^1.23.1",
"iconv-lite": "^0.5.1",
"jest": "^24.8.0",
"iconv-lite": "^0.6.2",
"jest": "^26.6.3",
"jsonlint": "^1.6.3",
"optimist": "^0.6.1",
"typescript": "^3.1.6",
"uglify-js": "^3.8.0"
"typescript": "^4.1.3",
"uglify-js": "^3.12.2"
}
}
20 changes: 10 additions & 10 deletions templates/package.in
Expand Up @@ -319,22 +319,22 @@
}
},
"dependencies": {
"@types/jquery": "^3.3.29",
"jquery": "^3.5.0",
"prismjs": "^1.21.0",
"@types/jquery": "^3.5.5",
"jquery": "^3.5.1",
"prismjs": "^1.22.0",
"wcwidth": "^1.0.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"coveralls": "^3.1.0",
"cssnano": "^4.1.10",
"emoji-datasource-twitter": "^5.0.1",
"eslint": "^6.8.0",
"emoji-datasource-twitter": "^6.0.0",
"eslint": "^7.16.0",
"gm": "^1.23.1",
"iconv-lite": "^0.5.1",
"jest": "^24.8.0",
"iconv-lite": "^0.6.2",
"jest": "^26.6.3",
"jsonlint": "^1.6.3",
"optimist": "^0.6.1",
"typescript": "^3.1.6",
"uglify-js": "^3.8.0"
"typescript": "^4.1.3",
"uglify-js": "^3.12.2"
}
}

0 comments on commit 6c55bd1

Please sign in to comment.