scrabble-cheater 3.4.1 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -7,7 +7,7 @@ Of course you shouldn't be using this and I'm not responsible if people call you
7
7
  ## Prerequisites
8
8
 
9
9
  - [Node.js](https://nodejs.org) >= 14
10
- - [yarn](https://classic.yarnpkg.com) < 2
10
+ - [yarn](https://classic.yarnpkg.com)
11
11
 
12
12
  ## Setup
13
13
 
package/package.json CHANGED
@@ -4,13 +4,13 @@
4
4
  "scrabble-cheater": "dist/cjs/cli.js"
5
5
  },
6
6
  "dependencies": {
7
- "clipboardy": "3.0.0",
8
- "commander": "10.0.1"
7
+ "clipboardy": "4.0.0",
8
+ "commander": "11.1.0"
9
9
  },
10
10
  "description": "A simple Scrabble cheating tool.",
11
11
  "devDependencies": {
12
- "rimraf": "5.0.0",
13
- "typescript": "5.0.4"
12
+ "rimraf": "5.0.5",
13
+ "typescript": "5.2.2"
14
14
  },
15
15
  "engines": {
16
16
  "node": ">= 14.16"
@@ -46,6 +46,6 @@
46
46
  "test": "ts-node-esm -P tsconfig.jasmine.json ../../node_modules/jasmine/bin/jasmine.js"
47
47
  },
48
48
  "type": "module",
49
- "version": "3.4.1",
50
- "gitHead": "fee6dde4396255259028c1c723a95b9f6ec5b281"
49
+ "version": "3.5.0",
50
+ "gitHead": "e7bb24502cde477597fa401ea467f8d463323cda"
51
51
  }