mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Updating dependencies.
This commit is contained in:
parent
8076572dd2
commit
42287fd3f2
2 changed files with 1676 additions and 1500 deletions
3126
package-lock.json
generated
3126
package-lock.json
generated
File diff suppressed because it is too large
Load diff
44
package.json
44
package.json
|
|
@ -11,20 +11,20 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@plaiceholder/next": "^2.3.0",
|
||||
"@reach/dialog": "^0.16.2",
|
||||
"@reach/portal": "^0.16.2",
|
||||
"@reach/visually-hidden": "^0.16.0",
|
||||
"@reach/dialog": "^0.17.0",
|
||||
"@reach/portal": "^0.17.0",
|
||||
"@reach/visually-hidden": "^0.17.0",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-plugin-styled-components": "^2.0.6",
|
||||
"babel-plugin-styled-components": "^2.0.7",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cloudinary-build-url": "^0.2.4",
|
||||
"dotenv": "^16.0.0",
|
||||
"dotenv": "^16.0.1",
|
||||
"escape-html": "^1.0.3",
|
||||
"iron-session": "^6.1.1",
|
||||
"iron-session": "^6.1.3",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"mongodb": "^4.4.1",
|
||||
"mongoose": "^6.2.7",
|
||||
"next": "^12.1.0",
|
||||
"mongodb": "^4.6.0",
|
||||
"mongoose": "^6.3.4",
|
||||
"next": "^12.1.6",
|
||||
"next-with-apollo": "^5.3.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
"nprogress": "^0.2.0",
|
||||
|
|
@ -33,32 +33,32 @@
|
|||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-icons": "^4.3.1",
|
||||
"sharp": "^0.30.3",
|
||||
"styled-components": "^5.3.3",
|
||||
"sharp": "^0.30.5",
|
||||
"styled-components": "^5.3.5",
|
||||
"swr": "^1.0.1",
|
||||
"waait": "^1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/react": "^12.1.4",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||
"@typescript-eslint/parser": "^5.16.0",
|
||||
"eslint": "^8.11.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.26.0",
|
||||
"@typescript-eslint/parser": "^5.26.0",
|
||||
"eslint": "^8.16.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-config-wesbos": "^3.0.2",
|
||||
"eslint-plugin-html": "^6.2.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.5.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"eslint-plugin-react-hooks": "^4.3.0",
|
||||
"eslint-plugin-react": "^7.30.0",
|
||||
"eslint-plugin-react-hooks": "^4.5.0",
|
||||
"jest": "^27.5.1",
|
||||
"prettier": "^2.6.0",
|
||||
"typescript": "^4.6.2"
|
||||
"prettier": "^2.6.2",
|
||||
"typescript": "^4.7.2"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue