Skip to content

Commit a1d3552

Browse files
Update meta updater version (#3033)
1 parent c5aae74 commit a1d3552

File tree

4 files changed

+1534
-2298
lines changed

4 files changed

+1534
-2298
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"watch:tsc": "tsc --build --watch"
3232
},
3333
"devDependencies": {
34-
"@pnpm/meta-updater": "2.0.4",
34+
"@pnpm/meta-updater": "2.0.6",
3535
"@types/node": "24.0.12",
3636
"@typescript-eslint/eslint-plugin": "8.36.0",
3737
"@typescript-eslint/parser": "8.36.0",
@@ -56,8 +56,7 @@
5656
5757
},
5858
"overrides": {
59-
"@docusaurus/core>webpack-dev-server": "5.2.2",
60-
"@octokit/core": "6.1.5"
59+
"@docusaurus/core>webpack-dev-server": "5.2.2"
6160
}
6261
}
6362
}

packages/cheatsheet-local/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"@types/react": "19.1.8",
4343
"@types/react-dom": "19.1.6",
4444
"@types/webpack": "5.28.5",
45-
"@webpack-cli/generators": "3.0.7",
4645
"autoprefixer": "10.4.21",
4746
"css-loader": "7.1.2",
4847
"html-webpack-plugin": "5.6.3",

packages/meta-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"scripts": {
17-
"build": "esbuild ./src/index.ts --conditions=cursorless:bundler --bundle --outfile=dist/index.cjs --format=cjs --platform=node",
17+
"build": "esbuild ./src/index.ts --conditions=cursorless:bundler --bundle --outfile=dist/index.cjs --format=cjs --platform=node --external:@reflink/*",
1818
"compile": "tsc --build",
1919
"watch": "tsc --build --watch",
2020
"clean": "rm -rf ./out tsconfig.tsbuildinfo ./dist ./build"

0 commit comments

Comments
 (0)