Skip to content

Commit

Permalink
⬆️ Bump Stylelint deps (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlienard authored Dec 25, 2023
1 parent cd649da commit 2b784ce
Show file tree
Hide file tree
Showing 3 changed files with 872 additions and 1,269 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-standard-vue/scss",
"stylelint-config-prettier"
"stylelint-config-recommended-vue/scss"
],
"rules": {
"color-function-notation": "legacy"
Expand Down
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,32 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@splinetool/runtime": "^0.9.505",
"@splinetool/runtime": "^1.0.16",
"@vercel/analytics": "^1.1.1",
"locomotive-scroll": "^4.1.4"
},
"devDependencies": {
"@nuxt/content": "^2.9.0",
"@nuxt/content": "^2.10.0",
"@nuxt/devtools": "^1.0.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.53.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.18.1",
"nuxt": "^3.8.1",
"nuxt": "^3.9.0",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint": "^16.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^12.0.0",
"typescript": "^5.2.2"
}
}
Loading

1 comment on commit 2b784ce

@vercel
Copy link

@vercel vercel bot commented on 2b784ce Dec 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.