Skip to content

Commit 375864c

Browse files
committed
deps: fix browserslist can not find 🍒
1 parent 4f4409b commit 375864c

File tree

3 files changed

+1378
-858
lines changed

3 files changed

+1378
-858
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightningcss-loader",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"main": "dist/index.js",
55
"description": "Speed up your Webpack build with lightningcss",
66
"keywords": [
@@ -30,19 +30,19 @@
3030
"check": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"lightningcss": "^1.14.0",
34-
"webpack-sources": "^3.2.3"
33+
"lightningcss": "^1.16.0",
34+
"webpack-sources": "^3.2.3",
35+
"browserslist": "^4.21.4"
3536
},
3637
"devDependencies": {
3738
"@fz6m/eslint-plugin-sakina": "^2.0.2",
3839
"@types/webpack-sources": "^3.2.0",
39-
"browserslist": "^4.21.3",
4040
"commit-verify": "^1.0.3",
41-
"eslint": "^8.22.0",
41+
"eslint": "^8.26.0",
4242
"husky": "^8.0.1",
4343
"rimraf": "^3.0.2",
4444
"tapable": "^2.2.1",
45-
"typescript": "^4.7.4",
45+
"typescript": "^4.8.4",
4646
"webpack": "^5.74.0"
4747
},
4848
"peerDependencies": {

0 commit comments

Comments
 (0)