Skip to content

Commit

Permalink
deps: Update dev and test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jun 3, 2024
1 parent 3ea2709 commit 57e8f02
Show file tree
Hide file tree
Showing 5 changed files with 1,503 additions and 1,336 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
"node": ">=16.12.0"
},
"devDependencies": {
"@moonrepo/dev": "^2.0.1",
"@types/jest": "^29.5.5",
"babel-preset-moon": "^2.0.9",
"@moonrepo/dev": "^3.0.1",
"@types/jest": "^29.5.12",
"babel-preset-moon": "^2.0.15",
"cldr-annotations-derived-full": "^44.0.1",
"cldr-annotations-full": "^44.0.1",
"cldr-localenames-full": "^44.0.1",
"cldr-misc-full": "^44.0.1",
"eslint": "^8.50.0",
"eslint-config-moon": "^2.0.10",
"fast-glob": "^3.3.1",
"eslint-config-moon": "^2.1.2",
"fast-glob": "^3.3.2",
"fetch-mock-jest": "^1.5.1",
"filesize": "^10.1.0",
"filesize": "^10.1.2",
"gzip-size": "^7.0.0",
"jest": "^29.7.0",
"jest-preset-moon": "^2.0.5",
"jest-preset-moon": "^3.0.1",
"lerna": "^7.3.0",
"packemon": "^3.2.2",
"prettier": "^3.0.3",
Expand Down
1 change: 0 additions & 1 deletion packages/core/tests/fromUnicodeToHexcode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('fromUnicodeToHexcode()', () => {
it(`converts unicode to hexcode for ${unicode}`, () => {
const hexcode = fromUnicodeToHexcode(unicode, false);

// eslint-disable-next-line jest/no-conditional-in-test
if (hexcode.length <= 10 && (hexcode.endsWith('FE0E') || hexcode.endsWith('FE0F'))) {
expect(hexcode.replace(SEQUENCE_HEXCODE_PATTERN, '')).toBe(emoji.hexcode);
} else {
Expand Down
10 changes: 5 additions & 5 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"src/**/*"
],
"dependencies": {
"@types/cheerio": "^0.22.32",
"@types/fs-extra": "^11.0.2",
"@types/node": "^16.18.57",
"@types/node-fetch": "^2.6.6",
"@types/cheerio": "^0.22.35",
"@types/fs-extra": "^11.0.4",
"@types/node": "^16.18.97",
"@types/node-fetch": "^2.6.11",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"emojibase": "workspace:*",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"node-fetch": "^2.7.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"url-search-params-polyfill": "^8.2.5"
},
"devDependencies": {
"@types/lodash": "^4.14.199",
"@types/react": "^18.2.24"
"@types/lodash": "^4.17.4",
"@types/react": "^18.3.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 57e8f02

Please sign in to comment.