Skip to content

Commit 9bd5032

Browse files
author
Wickramaranga Abeygunawardhana
committed
Upgrade dependencies
1 parent 29e1c7a commit 9bd5032

File tree

3 files changed

+752
-2815
lines changed

3 files changed

+752
-2815
lines changed

.postcssrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"plugins": {
33
"postcss-import": true,
44
"tailwindcss": true,
5-
"postcss-nested": true,
6-
"autoprefixer": true
5+
"postcss-nested": true
76
}
87
}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
"license": "MIT",
55
"description": "Trying-out Tailwind CSS with Parcel",
66
"scripts": {
7-
"start": "parcel serve src/index.html --open",
7+
"start": "parcel serve src/index.html -p 8080 --open",
88
"build": "parcel build --dist-dir dist src/index.html",
99
"clean": "rm -rf .parcel-cache dist"
1010
},
1111
"devDependencies": {
12-
"@parcel/transformer-image": "2.2.1",
13-
"@types/react": "17.0.38",
14-
"@types/react-dom": "17.0.11",
15-
"autoprefixer": "10.4.2",
16-
"parcel": "2.2.1",
17-
"postcss": "8.4.5",
18-
"typescript": "4.5.5"
12+
"@parcel/transformer-image": "2.5.0",
13+
"@types/react": "18.0.8",
14+
"@types/react-dom": "18.0.3",
15+
"autoprefixer": "10.4.5",
16+
"parcel": "2.5.0",
17+
"postcss": "8.4.13",
18+
"typescript": "4.6.4"
1919
},
2020
"dependencies": {
21-
"postcss-import": "^14.0.1",
22-
"react": "^17.0.2",
23-
"react-dom": "^17.0.2",
24-
"tailwindcss": "^3.0.18"
21+
"postcss-import": "^14.1.0",
22+
"react": "^18.1.0",
23+
"react-dom": "^18.1.0",
24+
"tailwindcss": "^3.0.24"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)