Skip to content

Commit

Permalink
Merge branch 'main' into feat/contentsquare
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen authored Aug 30, 2024
2 parents fc565be + 2d09034 commit 2c0ec71
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 357 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16
20.17
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-unused-imports": "4.1.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
Expand All @@ -56,7 +56,7 @@
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.8.0",
"lint-staged": {
"*.ts*": "eslint --cache --fix",
"*.{js,ts,tsx,css,md}": "prettier --write"
Expand Down
Loading

0 comments on commit 2c0ec71

Please sign in to comment.