Skip to content

Commit

Permalink
📌 Pin nuxt to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 22, 2023
1 parent 4b958ae commit 4a6b975
Show file tree
Hide file tree
Showing 3 changed files with 272 additions and 304 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lodash.debounce": "^4.0.8",
"mime-types": "^2.1.34",
"multer": "^1.4.2",
"nuxt": "^2.17.2",
"nuxt": "2.17.1",
"p5": "^1.4.0",
"portal-vue": "2.1.7",
"puppeteer": "^16.2.0",
Expand All @@ -68,7 +68,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@nuxt/types": "^2.15.7",
"@nuxt/types": "2.17.1",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const aspectRatio = require('@tailwindcss/aspect-ratio')
// eslint-disable-next-line import/no-extraneous-dependencies
const plugin = require('tailwindcss/plugin')

module.exports = {
Expand Down
Loading

0 comments on commit 4a6b975

Please sign in to comment.