We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631c528 commit 678bc89Copy full SHA for 678bc89
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "enflujo-plantilla-vite",
3
- "packageManager": "yarn@4.9.2",
+ "packageManager": "yarn@4.12.0",
4
"private": true,
5
"version": "0.0.0",
6
"type": "module",
@@ -12,12 +12,12 @@
12
"lint:fix": "prettier --write --list-different ."
13
},
14
"devDependencies": {
15
- "autoprefixer": "^10.4.21",
16
- "cssnano": "^7.1.1",
+ "autoprefixer": "^10.4.23",
+ "cssnano": "^7.1.2",
17
"postcss": "^8.5.6",
18
- "prettier": "^3.6.2",
19
- "sass": "^1.93.2",
20
- "typescript": "^5.9.2",
21
- "vite": "^7.1.7"
+ "prettier": "^3.7.4",
+ "sass": "^1.97.1",
+ "typescript": "^5.9.3",
+ "vite": "^7.3.0"
22
}
23
0 commit comments