Skip to content

Commit d294693

Browse files
Add package updates and autoprefixer
1 parent f85fa07 commit d294693

File tree

3 files changed

+84
-29
lines changed

3 files changed

+84
-29
lines changed

package-lock.json

+80-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@
5050
"@types/react-dom": "^18",
5151
"@types/react-syntax-highlighter": "^15.5.13",
5252
"@types/testing-library__jest-dom": "^5.14.9",
53+
"autoprefixer": "^10.4.20",
5354
"eslint": "^8",
5455
"eslint-config-next": "15.0.3",
55-
"postcss": "^8",
56-
"tailwindcss": "^3.4.1",
56+
"postcss": "^8.4.49",
57+
"tailwindcss": "^3.4.16",
5758
"typescript": "^5",
5859
"workbox-cli": "^7.3.0"
5960
}

postcss.config.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
const config = {
33
plugins: {
44
tailwindcss: {},
5+
autoprefixer: {},
56
},
67
};
78

0 commit comments

Comments
 (0)