Skip to content

Commit

Permalink
deps: Update internals.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 27, 2022
1 parent 97dca2a commit 969a6d5
Show file tree
Hide file tree
Showing 7 changed files with 734 additions and 796 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
"@beemo/dev": "^2.1.2",
"@boost/test-utils": "^4.0.0-alpha.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.5.2",
"@types/jest": "^28.1.6",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.11.45",
"@types/npm-packlist": "^3.0.0",
"@types/react": "^17.0.47",
"@types/react": "^17.0.48",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.10",
"chokidar": "^3.5.3",
"conventional-changelog-beemo": "^3.0.1",
"lerna": "^5.0.0",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"funding": {
"type": "ko-fi",
Expand Down
4 changes: 2 additions & 2 deletions packages/packemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@swc/core": "^1.2.194",
"@swc/core": "^1.2.219",
"babel-plugin-cjs-esm-interop": "^2.0.1",
"babel-plugin-conditional-invariant": "^2.0.1",
"babel-plugin-env-constants": "^2.0.1",
"execa": "^5.1.1",
"fast-glob": "^3.2.11",
"filesize": "^9.0.0",
"filesize": "^9.0.11",
"fs-extra": "^10.1.0",
"ink": "^3.2.0",
"ink-progress-bar": "^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/packemon/src/swc/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export function getSwcOutputConfig(

const module: ModuleConfig = {
type: getModuleConfigType(format),
// @ts-expect-error Not typed
ignoreDynamic: shouldKeepDynamicImport(platform, support),
};

Expand Down
2 changes: 1 addition & 1 deletion scenarios/parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"build": "parcel build ../index.js --dist-dir build"
},
"devDependencies": {
"parcel": "^2.6.0"
"parcel": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion scenarios/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"build": "vite build --outDir build"
},
"devDependencies": {
"vite": "^2.9.9"
"vite": "^3.0.3"
}
}
4 changes: 2 additions & 2 deletions scenarios/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "webpack build ../index.js --mode development --output-path ./build --no-devtool"
},
"devDependencies": {
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}
Loading

0 comments on commit 969a6d5

Please sign in to comment.