Skip to content

Commit

Permalink
refactor(website): 📌 remove carets in deps
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed Jan 14, 2024
1 parent c6ba11f commit 590acab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/lib
/lib-types
/server
tmp

# Development
node_modules
Expand Down Expand Up @@ -35,7 +36,6 @@ lerna-debug.log*
*.njsproj
*.sln
*.sw?
/temp

# Yarn
.yarn/*
Expand Down
30 changes: 15 additions & 15 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"qwik": "qwik"
},
"devDependencies": {
"@builder.io/qwik": "^1.3.5",
"@builder.io/qwik-city": "^1.3.5",
"@types/eslint": "^8.56.1",
"@types/node": "^20.10.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.4.14",
"copy-to-clipboard": "^3.3.3",
"eslint": "^8.56.0",
"eslint-plugin-qwik": "^1.3.5",
"postcss": "^8.4.31",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.4",
"@builder.io/qwik": "1.3.5",
"@builder.io/qwik-city": "1.3.5",
"@types/eslint": "8.56.1",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"autoprefixer": "10.4.14",
"copy-to-clipboard": "3.3.3",
"eslint": "8.56.0",
"eslint-plugin-qwik": "1.3.5",
"postcss": "8.4.31",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.4",
"qwik-sonner": "workspace:*",
"tailwindcss": "3.3.3",
"typescript": "5.3.3",
"undici": "*",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.1"
"vite": "5.0.11",
"vite-tsconfig-paths": "4.2.1"
}
}

0 comments on commit 590acab

Please sign in to comment.