Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Dec 22, 2024
1 parent 9a942aa commit e62059d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@
"@types/nunjucks": "^3.2.6",
"@types/svg-sprite": "^0.0.39",
"autoprefixer": "^10.4.16",
"chokidar": "^4.0.1",
"chokidar": "^4.0.0",
"cssnano": "^7.0.4",
"del": "^8.0.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.0.0",
"express": "^4.21.0",
"express-rate-limit": "^7.5.0",
"fantasticon": "^3.0.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
Expand Down Expand Up @@ -101,6 +102,9 @@
"tslib": "^2.7.0",
"typescript": "^5.5.4"
},
"overrides": {
"chokidar": "^4.0.0"
},
"files": [
"src/**",
"dist/**"
Expand Down

0 comments on commit e62059d

Please sign in to comment.