Skip to content

Commit

Permalink
Upgrade all upgradable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrttn committed Jan 17, 2024
2 parents 48eed6c + 10e312e commit 5ed1a79
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 367 deletions.
13 changes: 13 additions & 0 deletions .yarn/patches/re2-npm-1.20.9-65a014d791.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/package.json b/package.json
index 0412bf62d22080603172ba10319fa1fddf3d9f3b..13c53ed75fddd5438a8e7db12fbbe268bc23012e 100644
--- a/package.json
+++ b/package.json
@@ -24,7 +24,7 @@
"test": "node tests/tests.js",
"ts-test": "tsc",
"save-to-github": "save-to-github-cache --artifact build/Release/re2.node",
- "install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || npm run rebuild",
+ "install": "install-from-cache --artifact build/Release/re2.node --host-var RE2_DOWNLOAD_MIRROR --skip-path-var RE2_DOWNLOAD_SKIP_PATH --skip-ver-var RE2_DOWNLOAD_SKIP_VER || $npm_execpath run rebuild",
"verify-build": "node scripts/verify-build.js",
"rebuild": "node-gyp rebuild"
},
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
"test": "node -r sucrase/register --test packages/**/*.test.ts",
"test:watch": "node -r sucrase/register --test --watch packages/**/*.test.ts"
},
"resolutions": {
"re2": "patch:re2@npm%3A1.20.9#~/.yarn/patches/re2-npm-1.20.9-65a014d791.patch"
},
"dependencies": {
"execa": "5.0.0",
"inflection": "1.12.0",
"inquirer": "8.0.0",
"replace": "1.2.1"
"execa": "5.1.1",
"inflection": "3.0.0",
"inquirer": "8.2.6",
"replace": "1.2.2"
},
"devDependencies": {
"@types/node": "^18.18.13",
Expand All @@ -43,7 +46,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-transloadit": "^0.2.0",
"fakefile": "1.0.0",
"fakefile": "1.1.0",
"lerna": "^8.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/enrich-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"tsc": "tsc --build --clean && tsc --build"
},
"dependencies": {
"get-urls": "10",
"nan": "^2.17.0",
"re2": "^1.18.0",
"tall": "^5.0.0",
"get-urls": "10.0.1",
"nan": "^2.18.0",
"re2": "patch:re2@npm%3A1.20.9#~/.yarn/patches/re2-npm-1.20.9-65a014d791.patch",
"tall": "^8.0.0",
"twitter-text": "^3.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/format-duration-ms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tsc": "tsc --build --clean && tsc --build"
},
"dependencies": {
"pretty-ms": "6.0.0"
"pretty-ms": "6.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/post/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@transloadit/file-exists": "^0.3.1",
"@transloadit/slugify": "^0.3.1",
"inquirer": "7.0.5",
"inquirer": "^8.2.6",
"open-in-editor": "^2.2.0",
"title": "^3.4.2"
"title": "^3.5.3"
},
"devDependencies": {
"@types/inquirer": "^8.2.10",
Expand Down

0 comments on commit 5ed1a79

Please sign in to comment.