Skip to content

Commit

Permalink
deps: Update minor and patch versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 27, 2022
1 parent 085504b commit 65a5f20
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 572 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"eslint": "^8.24.0",
"eslint-config-moon": "^1.0.2",
"fetch-mock-jest": "^1.5.1",
"filesize": "^8.0.7",
"glob": "^7.2.0",
"filesize": "^9.0.11",
"glob": "^7.2.3",
"gzip-size": "^7.0.0",
"jest": "^29.0.3",
"jest-preset-moon": "^1.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"dependencies": {
"@types/cheerio": "^0.22.31",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.26",
"@types/node-fetch": "^2.6.1",
"chalk": "^5.0.0",
"@types/node": "^16.11.62",
"@types/node-fetch": "^2.6.2",
"chalk": "^5.0.1",
"cheerio": "^1.0.0-rc.10",
"emojibase": "workspace:*",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"node-fetch": "^2.6.7",
"pofile": "^1.1.3",
"regexgen": "^1.3.0",
"transliteration": "^2.2.0"
"transliteration": "^2.3.5"
},
"packemon": {
"platform": "node"
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@docusaurus/module-type-aliases": "^2.1.0",
"@docusaurus/preset-classic": "^2.1.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"clsx": "^1.2.1",
"docusaurus-plugin-typedoc-api": "^2.4.0",
"emojibase": "^6.1.0",
"lodash": "^4.17.21",
Expand All @@ -24,7 +24,7 @@
"url-search-params-polyfill": "^8.1.1"
},
"devDependencies": {
"@types/lodash": "^4.14.179",
"@types/lodash": "^4.14.185",
"@types/react": "^17.0.50"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 65a5f20

Please sign in to comment.