We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8173710 + d283317 commit d04b23dCopy full SHA for d04b23d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "parcel-typescript-react-tailwind",
3
- "version": "3.4.0",
+ "version": "3.5.0",
4
"license": "MIT",
5
"description": "Trying-out Tailwind CSS with Parcel",
6
"scripts": {
@@ -10,13 +10,13 @@
10
},
11
"devDependencies": {
12
"@parcel/transformer-image": "2.9.3",
13
- "@types/react": "18.2.20",
+ "@types/react": "18.2.21",
14
"@types/react-dom": "18.2.7",
15
"autoprefixer": "10.4.15",
16
"parcel": "2.9.3",
17
- "postcss": "8.4.27",
+ "postcss": "8.4.29",
18
"process": "0.11.10",
19
- "typescript": "5.1.6"
+ "typescript": "5.2.2"
20
21
"dependencies": {
22
"postcss-import": "15.1.0",
0 commit comments