Skip to content

Commit

Permalink
⬆️ Bump Nuxt to 3.7 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlienard authored Aug 29, 2023
1 parent a2af40c commit 0449703
Show file tree
Hide file tree
Showing 3 changed files with 2,343 additions and 2,098 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"sourceType": "module"
},
"plugins": ["vue", "@typescript-eslint"],
"settings": {
"import/resolver": {
"alias": {
"map": [["~~", "."]],
"extensions": [".ts", ".vue"]
}
}
},
"rules": {
"import/extensions": ["error", { "ts": "never" }],
"import/no-extraneous-dependencies": "off",
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,23 @@
"locomotive-scroll": "^4.1.4"
},
"devDependencies": {
"@nuxt/content": "^2.7.0",
"@nuxt/content": "^2.8.0",
"@nuxt/devtools": "^0.8.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/locomotive-scroll": "^4.1.0",
"@types/node": "^20.3.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.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.27.5",
"eslint-plugin-vue": "^9.15.1",
"nuxt": "^3.6.1",
"nuxt": "^3.7.0",
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"sass": "^1.63.6",
"stylelint": "^15.10.0",
"stylelint-config-prettier": "^9.0.5",
Expand Down
Loading

1 comment on commit 0449703

@vercel
Copy link

@vercel vercel bot commented on 0449703 Aug 29, 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.