Compare commits
1 Commits
main
...
renovate/m
Author | SHA1 | Date | |
---|---|---|---|
0d517b8aa2 |
@ -19,7 +19,7 @@ jobs:
|
||||
# Disabling shallow clone is recommended for improving relevancy of reporting
|
||||
fetch-depth: 0
|
||||
- name: SonarQube Scan
|
||||
uses: SonarSource/sonarqube-scan-action@94d4f8ac4aaefccd7fb84bff00b0aeb2d65fcd49 # v4.0.0
|
||||
uses: SonarSource/sonarqube-scan-action@13990a695682794b53148ff9f6a8b6e22e43955e # v3.1.0
|
||||
env:
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
|
665
package-lock.json
generated
665
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -14,7 +14,7 @@
|
||||
"clsx": "^2.1.1",
|
||||
"cssnano": "^7.0.1",
|
||||
"lucide-react": "^0.460.0",
|
||||
"next": "14.2.18",
|
||||
"next": "15.0.3",
|
||||
"next-plausible": "^3.12.0",
|
||||
"postcss-flexbugs-fixes": "^5.0.2",
|
||||
"postcss-preset-env": "^10.0.0",
|
||||
@ -25,14 +25,14 @@
|
||||
"tailwindcss-animate": "^1.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "22.9.3",
|
||||
"@types/node": "22.9.0",
|
||||
"@types/react": "18.3.12",
|
||||
"@types/react-dom": "18.3.1",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-next": "14.2.18",
|
||||
"eslint-config-next": "15.0.3",
|
||||
"postcss": "8.4.49",
|
||||
"tailwindcss": "3.4.15",
|
||||
"turbo": "2.3.1",
|
||||
"typescript": "5.7.2"
|
||||
"turbo": "2.3.0",
|
||||
"typescript": "5.6.3"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user