Skip to content

Commit 99ec588

Browse files
committed
update to latest packages
1 parent 82aefe2 commit 99ec588

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@
2626
"url": "https://github.com/kermage/genetiks.git"
2727
},
2828
"dependencies": {
29-
"sass": "^1.52.3",
30-
"stylelint": "^16.2.1",
31-
"stylelint-config-standard-scss": "^13.0.0",
32-
"stylelint-scss": "^6.1.0"
29+
"sass": "^1.85.1",
30+
"stylelint": "^16.14.1",
31+
"stylelint-config-standard-scss": "^14.0.0",
32+
"stylelint-scss": "^6.11.1"
3333
},
3434
"devDependencies": {
3535
"postcss-cli": "^11.0.0",
36-
"unbuild": "^2.0.0"
36+
"typescript": "^5.7.3",
37+
"unbuild": "^3.4.1"
3738
},
3839
"scripts": {
3940
"build:scripts": "unbuild",
@@ -50,8 +51,8 @@
5051
"IE 10"
5152
],
5253
"optionalDependencies": {
53-
"autoprefixer": "^10.4.7",
54-
"postcss": "^8.4.14",
55-
"tailwindcss": "^3.1.3"
54+
"@tailwindcss/postcss": "^4.0.9",
55+
"postcss": "^8.5.3",
56+
"tailwindcss": "^4.0.9"
5657
}
5758
}

postcss.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @type {import('postcss-load-config').Config} */
22
export default {
33
plugins: {
4-
autoprefixer: '',
5-
tailwindcss: '',
4+
'@tailwindcss/postcss': '',
65
},
76
}

0 commit comments

Comments
 (0)