Skip to content

Commit b96b3a7

Browse files
authored
Merge pull request #10 from Applelo/dev
Version 2.0.1
2 parents 7e63e3f + 20b7032 commit b96b3a7

File tree

11 files changed

+2105
-2047
lines changed

11 files changed

+2105
-2047
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-inject-preload",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"packageManager": "pnpm@8.11.0",
66
"description": "Inject <link rel='preload'> for Webpack/ViteJS",
77
"license": "MIT",
@@ -90,28 +90,28 @@
9090
},
9191
"dependencies": {
9292
"mime-types": "^2.1.35",
93-
"unplugin": "^1.5.1",
93+
"unplugin": "^1.10.0",
9494
"webpack-sources": "^3.2.3"
9595
},
9696
"devDependencies": {
97-
"@antfu/eslint-config": "2.1.0",
98-
"@rspack/core": "^0.4.0",
97+
"@antfu/eslint-config": "2.9.0",
98+
"@rspack/core": "^0.5.8",
9999
"@types/mime-types": "^2.1.4",
100-
"@types/node": "^20.10.0",
100+
"@types/node": "^20.11.30",
101101
"@types/webpack-sources": "^3.2.3",
102-
"@vitest/coverage-v8": "^0.34.6",
103-
"css-loader": "^6.8.1",
104-
"esno": "^4.0.0",
102+
"@vitest/coverage-v8": "^1.4.0",
103+
"css-loader": "^6.10.0",
104+
"esno": "^4.7.0",
105105
"fast-glob": "^3.3.2",
106-
"html-webpack-plugin": "^5.5.3",
107-
"mini-css-extract-plugin": "^2.7.6",
108-
"prettier": "^3.1.0",
106+
"html-webpack-plugin": "^5.6.0",
107+
"mini-css-extract-plugin": "^2.8.1",
108+
"prettier": "^3.2.5",
109109
"ts-loader": "^9.5.1",
110-
"tsup": "^8.0.1",
111-
"tsx": "^4.5.0",
112-
"typescript": "^5.3.2",
113-
"vite": "^5.0.2",
114-
"vitest": "^0.34.6",
115-
"webpack": "^5.89.0"
110+
"tsup": "^8.0.2",
111+
"tsx": "^4.7.1",
112+
"typescript": "^5.4.3",
113+
"vite": "^5.2.3",
114+
"vitest": "^1.4.0",
115+
"webpack": "^5.91.0"
116116
}
117117
}

playground/rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "rspack build"
66
},
77
"devDependencies": {
8-
"@rspack/cli": "0.4.0",
8+
"@rspack/cli": "0.5.8",
99
"unplugin-inject-preload": "workspace:*"
1010
}
1111
}

playground/vitejs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"preview": "vite preview"
88
},
99
"devDependencies": {
10-
"typescript": "^5.3.2",
10+
"typescript": "^5.4.3",
1111
"unplugin-inject-preload": "workspace:*",
12-
"vite": "^5.0.2",
13-
"vite-plugin-inspect": "^0.7.42"
12+
"vite": "^5.2.3",
13+
"vite-plugin-inspect": "^0.8.3"
1414
}
1515
}

playground/webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"build": "webpack --config webpack.config.js --mode production"
66
},
77
"devDependencies": {
8-
"css-loader": "^6.8.1",
9-
"html-webpack-plugin": "^5.5.3",
10-
"mini-css-extract-plugin": "^2.7.6",
8+
"css-loader": "^6.10.0",
9+
"html-webpack-plugin": "^5.6.0",
10+
"mini-css-extract-plugin": "^2.8.1",
1111
"ts-loader": "^9.5.1",
12-
"typescript": "^5.3.2",
12+
"typescript": "^5.4.3",
1313
"unplugin-inject-preload": "workspace:*",
14-
"webpack": "^5.89.0",
14+
"webpack": "^5.91.0",
1515
"webpack-cli": "^5.1.4"
1616
}
1717
}

0 commit comments

Comments
 (0)