Skip to content

Commit

Permalink
chore: node version
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Oct 29, 2023
1 parent af024f8 commit 3627427
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 36 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.2
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.18.2
76 changes: 40 additions & 36 deletions apps/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
{
"name": "@ever-teams/extensions",
"displayName": "Ever Teams",
"version": "0.1.0",
"description": "Ever Teams Browser Extensions",
"license": "UNLICENSED",
"author": "Ever Co. LTD",
"scripts": {
"dev": "yarn plasmo dev",
"start": "yarn dev",
"build": "yarn plasmo build"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"classnames": "^2.3.2",
"plasmo": "^0.59.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-timer-hook": "^3.0.5",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "^3.6.0",
"@types/chrome": "^0.0.203",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"typescript": "4.8.4"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
"name": "@ever-teams/extensions",
"displayName": "Ever Teams",
"version": "0.1.0",
"description": "Ever Teams Browser Extensions",
"license": "UNLICENSED",
"author": "Ever Co. LTD",
"scripts": {
"dev": "yarn plasmo dev",
"start": "yarn dev",
"build": "yarn plasmo build"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"classnames": "^2.3.2",
"plasmo": "^0.59.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-timer-hook": "^3.0.5",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "^3.6.0",

Check warning on line 24 in apps/extensions/package.json

View workflow job for this annotation

GitHub Actions / Cspell

Unknown word (plasmohq)
"@types/chrome": "^0.0.203",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"typescript": "4.8.4"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.13.0"
}
}
4 changes: 4 additions & 0 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,9 @@
"react/prop-types": 0,
"space-before-function-paren": 0
}
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.13.0"
}
}
4 changes: 4 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,9 @@
"eslint": "^8.28.0",
"eslint-config-next": "^13.1.6",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=16.0.0",
"yarn": ">=1.13.0"
}
}

0 comments on commit 3627427

Please sign in to comment.