summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/package.json b/package.json
index f61f8e7..5d16edf 100644
--- a/package.json
+++ b/package.json
@@ -36,28 +36,28 @@
},
"dependencies": {
"@formatjs/swc-plugin": "^1.3.2",
- "@mdx-js/loader": "^2.0.0",
- "@mdx-js/react": "^2.0.0",
- "@next/bundle-analyzer": "^12.1.0",
- "@next/mdx": "^12.1.0",
+ "@mdx-js/loader": "^2.1.0",
+ "@mdx-js/react": "^2.1.0",
+ "@next/bundle-analyzer": "^12.1.1",
+ "@next/mdx": "^12.1.1",
"feed": "^4.2.2",
"graphql": "^16.1.0",
- "graphql-request": "^4.1.0",
+ "graphql-request": "^4.2.0",
"modern-normalize": "^1.1.0",
- "next": "^12.1.0",
- "next-sitemap": "^2.5.7",
+ "next": "^12.1.1",
+ "next-sitemap": "^2.5.14",
"next-themes": "^0.1.1",
"prismjs": "^1.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
- "react-intl": "^5.24.6",
+ "react-intl": "^5.24.7",
"schema-dts": "^1.1.0",
- "sharp": "^0.30.2",
+ "sharp": "^0.30.3",
"swr": "^1.2.2",
"use-ackee": "^3.0.1"
},
"devDependencies": {
- "@commitlint/cli": "^16.2.1",
+ "@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@formatjs/cli": "^4.8.2",
"@svgr/webpack": "^6.2.1",
@@ -65,25 +65,25 @@
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/mdx": "^2.0.1",
- "@types/node": "^17.0.21",
+ "@types/node": "^17.0.23",
"@types/prismjs": "^1.26.0",
- "@types/react": "^17.0.40",
+ "@types/react": "^17.0.43",
"@types/use-ackee": "^2.0.0",
- "eslint": "^8.10.0",
- "eslint-config-next": "^12.1.0",
+ "eslint": "^8.11.0",
+ "eslint-config-next": "^12.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-formatjs": "^3.0.0",
"eslint-plugin-testing-library": "^5.1.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
- "lint-staged": "^12.3.5",
+ "lint-staged": "^12.3.7",
"next-router-mock": "^0.6.5",
- "prettier": "^2.5.1",
+ "prettier": "^2.6.1",
"sass": "^1.49.9",
"standard-version": "^9.3.2",
- "stylelint": "^14.5.3",
+ "stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
- "typescript": "^4.6.2"
+ "typescript": "^4.6.3"
}
}