Skip to content

Commit

Permalink
Removed carets
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Mar 14, 2024
1 parent 8dea76b commit 87dff41
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@
"prettify": "prettier --write src --loglevel silent"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@linaria/babel-preset": "^4.4.3",
"@linaria/core": "^4.2.8",
"@linaria/react": "^4.3.6",
"@emailjs/browser": "3.11.0",
"@linaria/babel-preset": "4.4.3",
"@linaria/core": "4.2.8",
"@linaria/react": "4.3.6",
"@next/swc-linux-x64-gnu": "13.2.4",
"@notionhq/client": "^2.2.9",
"@notionhq/client": "2.2.9",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"firebase": "^10.1.0",
"firebase": "10.1.0",
"next": "13.2.4",
"next-with-linaria": "^0.5.0",
"normalize.css": "^8.0.1",
"prettier": "^2.8.7",
"next-with-linaria": "0.5.0",
"normalize.css": "8.0.1",
"prettier": "2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-toastify": "^9.1.3",
"sass": "^1.60.0",
"sharp": "^0.32.3",
"react-hook-form": "7.43.9",
"react-toastify": "9.1.3",
"sass": "1.60.0",
"sharp": "0.32.3",
"typescript": "5.0.3"
},
"devDependencies": {
"husky": "^8.0.3"
"husky": "8.0.3"
},
"packageManager": "[email protected]"
}

0 comments on commit 87dff41

Please sign in to comment.