Skip to content

Commit

Permalink
Update esbuild and jiti
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 30, 2024
1 parent 2346061 commit fbd98e5
Show file tree
Hide file tree
Showing 9 changed files with 702 additions and 733 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@size-limit/webpack": "workspace:^",
"@size-limit/webpack-css": "workspace:^",
"@size-limit/webpack-why": "workspace:^",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.1",
"clean-publish": "^5.0.0",
"cross-spawn": "^7.0.3",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"print-snapshots": "^0.4.2",
"redux": "^4.2.1",
"size-limit-node-esbuild": "^0.3.0",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-why/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@size-limit/esbuild": "workspace:*",
"@size-limit/file": "workspace:*",
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"redux": "^4.2.1",
"size-limit": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"size-limit": "11.1.5"
},
"dependencies": {
"esbuild": "^0.23.1",
"esbuild": "^0.24.0",
"nanoid": "^5.0.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/size-limit/get-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const dynamicImport = async filePath =>
(await import(pathToFileURL(filePath).href)).default

const tsLoader = async filePath => {
let jiti = (await import('jiti')).default(fileURLToPath(import.meta.url), {
let jiti = (await import('jiti')).createJiti(fileURLToPath(import.meta.url), {
interopDefault: true
})
return jiti(filePath)
Expand Down
2 changes: 1 addition & 1 deletion packages/size-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"bytes-iec": "^3.1.1",
"chokidar": "^4.0.1",
"jiti": "^1.21.6",
"jiti": "^2.0.0",
"lilconfig": "^3.1.2",
"nanospinner": "^1.1.0",
"picocolors": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@size-limit/file": "workspace:*",
"@size-limit/webpack": "workspace:*",
"size-limit": "workspace:*",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
}
}
2 changes: 1 addition & 1 deletion packages/webpack-why/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@size-limit/webpack": "workspace:*",
"redux": "^4.2.1",
"size-limit": "workspace:*",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
}
}
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"nanoid": "^5.0.7",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"devDependencies": {
"@size-limit/file": "workspace:*",
Expand Down
Loading

0 comments on commit fbd98e5

Please sign in to comment.