Skip to content

Commit

Permalink
chore: clean up dev deps (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 31, 2024
1 parent 6505f92 commit fc71136
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 74 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
"javascript-stringify": "^2.0.1"
},
"devDependencies": {
"@rspack/core": "^1.0.5",
"@types/enhanced-resolve": "^5.0.0",
"@types/tapable": "^1.0.6",
"enhanced-resolve": "^5.8.2",
"@rspack/core": "^1.1.8",
"jest": "^27.0.0",
"prettier": "^2.0.5",
"typescript": "^5.0.0",
Expand Down
114 changes: 46 additions & 68 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions types/test/rspack-chain-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Notes: The order structure of the type check follows the order
* of this document: https://github.com/neutrinojs/rspack-chain#config
*/
import { Resolver } from 'enhanced-resolve';
import * as rspack from '@rspack/core';

import Config = require('rspack-chain');
Expand All @@ -13,7 +12,7 @@ type ResolvePlugin = Exclude<
>;

class ResolvePluginImpl implements ResolvePlugin {
apply(resolver: Resolver): void {}
apply(resolver: any): void {}
}

function expectType<T>(value: T) {}
Expand Down

0 comments on commit fc71136

Please sign in to comment.