Skip to content

Commit 82913f3

Browse files
committed
chore: update deps
1 parent b8f8bc8 commit 82913f3

File tree

5 files changed

+136
-116
lines changed

5 files changed

+136
-116
lines changed

examples/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"@iconify/json": "^2.2.153",
18+
"@iconify/json": "^2.2.154",
1919
"@tomjs/vite-plugin-iconify": "workspace:^",
20-
"@types/react": "^18.2.42",
20+
"@types/react": "^18.2.43",
2121
"@types/react-dom": "^18.2.17",
2222
"@vitejs/plugin-react-swc": "^3.5.0",
2323
"typescript": "^5.3.3",
24-
"vite": "^5.0.6"
24+
"vite": "^5.0.7"
2525
}
2626
}

examples/vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@iconify/vue": "^4.1.1",
13-
"vue": "^3.3.10"
13+
"vue": "^3.3.11"
1414
},
1515
"devDependencies": {
16-
"@iconify/json": "^2.2.153",
16+
"@iconify/json": "^2.2.154",
1717
"@tomjs/vite-plugin-iconify": "workspace:^",
1818
"@vitejs/plugin-vue": "^4.5.2",
1919
"typescript": "^5.3.3",
20-
"vite": "^5.0.6",
20+
"vite": "^5.0.7",
2121
"vue-tsc": "^1.8.25"
2222
}
2323
}

package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
},
4545
"scripts": {
4646
"dev": "tsup",
47-
"build": "npm run clean && tsup",
48-
"clean": "rimraf ./dist",
47+
"build": "tsup",
4948
"lint": "run-s lint:eslint lint:stylelint lint:prettier",
5049
"lint:eslint": "eslint \"{src,examples}/**/*.{js,cjs,ts,tsx,vue}\" *.{js,cjs,ts} --fix --cache",
5150
"lint:stylelint": "stylelint \"examples/**/*.{vue,css,less,html}\" --fix --cache",
@@ -68,21 +67,21 @@
6867
"@tomjs/commitlint": "^2.0.5",
6968
"@tomjs/eslint": "^1.1.1",
7069
"@tomjs/prettier": "^1.0.6",
71-
"@tomjs/stylelint": "^1.1.0",
72-
"@tomjs/tsconfig": "^1.0.8",
70+
"@tomjs/stylelint": "^1.1.1",
71+
"@tomjs/tsconfig": "^1.1.2",
7372
"@types/fs-extra": "^11.0.4",
74-
"@types/node": "^18.18.13",
73+
"@types/node": "^18.19.3",
7574
"eslint": "^8.55.0",
7675
"husky": "^8.0.3",
7776
"lint-staged": "^15.2.0",
78-
"np": "^9.1.0",
77+
"np": "^9.2.0",
7978
"npm-run-all": "^4.1.5",
8079
"prettier": "^3.1.0",
8180
"rimraf": "^5.0.5",
8281
"stylelint": "^15.11.0",
8382
"tsup": "^8.0.1",
8483
"typescript": "^5.3.3",
85-
"vite": "^5.0.6"
84+
"vite": "^5.0.7"
8685
},
8786
"peerDependencies": {
8887
"vite": ">=2"

0 commit comments

Comments
 (0)