Projects STRLCPY cfonts Commits d411a67f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 511 lines
    512 512   
    513 513   
    514 514  ## Release History
     515 +* 2.10.1 - bumped dependencies
    515 516  * 2.10.0 - bumped dependencies, added typescript definitions into npm bundle
    516 517  * 2.9.3 - bumped dependencies
    517 518  * 2.9.2 - bumped dependencies
    skipped 62 lines
  • ■ ■ ■ ■ ■ ■
    package.json
    1 1  {
    2 2   "name": "cfonts",
    3 3   "description": "Sexy fonts for the console",
    4  - "version": "2.10.0",
     4 + "version": "2.10.1",
    5 5   "homepage": "https://github.com/dominikwilkowski/cfonts",
    6 6   "author": {
    7 7   "name": "Dominik Wilkowski",
    skipped 38 lines
    46 46   "nuke": "rm -rf lib && rm -rf node_modules && rm yarn.lock"
    47 47   },
    48 48   "devDependencies": {
    49  - "@babel/cli": "^7.15.4",
    50  - "@babel/core": "^7.15.5",
    51  - "@babel/preset-env": "^7.15.6",
     49 + "@babel/cli": "^7.17.6",
     50 + "@babel/core": "^7.17.8",
     51 + "@babel/preset-env": "^7.16.11",
    52 52   "@types/node": "latest",
    53 53   "coveralls": "^3.1.1",
    54  - "eslint": "^7.32.0",
    55  - "jest-cli": "^27.2.0",
     54 + "eslint": "^8.12.0",
     55 + "jest-cli": "^27.5.1",
    56 56   "onchange": "^7.1.0",
    57  - "typescript": "^4.4.3"
     57 + "typescript": "^4.6.3"
    58 58   },
    59 59   "peerDependencies": {},
    60 60   "dependencies": {
    61  - "chalk": "^4.1.2",
     61 + "chalk": "^4",
    62 62   "window-size": "^1.1.1"
    63 63   },
    64 64   "jest": {
    skipped 67 lines
  • yarn.lock
    Diff is too large to be displayed.
Please wait...
Page is in error, reload to recover