Skip to content

Commit

Permalink
node dep upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ccorda committed Dec 27, 2021
1 parent 674f020 commit 0c83322
Show file tree
Hide file tree
Showing 2 changed files with 347 additions and 488 deletions.
22 changes: 11 additions & 11 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,39 +21,39 @@
"author": "Patronage.org",
"license": "private",
"dependencies": {
"@popperjs/core": "^2.10.2",
"@popperjs/core": "^2.11.0",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"isomorphic-unfetch": "^3.1.0",
"next": "^12.0.4",
"next": "^12.0.7",
"next-seo": "^4.28.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"sass": "^1.43.4",
"slugify": "^1.6.2",
"sass": "^1.45.1",
"slugify": "^1.6.4",
"widont": "^0.3.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.4",
"@next/bundle-analyzer": "^12.0.7",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.4",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.0.3",
"prettier": "^2.4.1",
"stylelint": "^14.1.0",
"lint-staged": "^12.1.4",
"prettier": "^2.5.1",
"stylelint": "^14.2.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.0.0"
"stylelint-scss": "^4.1.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
Expand Down

0 comments on commit 0c83322

Please sign in to comment.