summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-04-16 12:14:45 +0200
committerArmand Philippot <git@armandphilippot.com>2022-04-16 12:14:45 +0200
commitdaffe6e8b9e2021ffb9d006482143bc4db985f02 (patch)
treee410fe4807c004da72fc06968c62436d296d46cb /package.json
parentd8a5c90ef58fa451c19e8d9e0aab0c493a0a6a9f (diff)
parent52404177c07a2aab7fc894362fb3060dff2431a0 (diff)
chore: merge branch 'main' into refactor/use-storybook-and-atomic-design
Diffstat (limited to 'package.json')
-rw-r--r--package.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/package.json b/package.json
index 7dfccb8..066b97d 100644
--- a/package.json
+++ b/package.json
@@ -37,32 +37,32 @@
"build-storybook": "build-storybook"
},
"dependencies": {
- "@formatjs/swc-plugin": "^1.3.2",
- "@mdx-js/loader": "^2.1.0",
- "@mdx-js/react": "^2.1.0",
- "@next/bundle-analyzer": "^12.1.1",
- "@next/mdx": "^12.1.1",
+ "@formatjs/swc-plugin": "^1.4.0",
+ "@mdx-js/loader": "^2.1.1",
+ "@mdx-js/react": "^2.1.1",
+ "@next/bundle-analyzer": "^12.1.5",
+ "@next/mdx": "^12.1.5",
"feed": "^4.2.2",
"graphql": "^16.1.0",
"graphql-request": "^4.2.0",
"modern-normalize": "^1.1.0",
- "next": "^12.1.1",
- "next-sitemap": "^2.5.14",
+ "next": "^12.1.5",
+ "next-sitemap": "^2.5.20",
"next-themes": "^0.1.1",
"prismjs": "^1.27.0",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-intl": "^5.24.7",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
+ "react-intl": "^5.24.8",
"schema-dts": "^1.1.0",
"sharp": "^0.30.3",
- "swr": "^1.2.2",
+ "swr": "^1.3.0",
"use-ackee": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
- "@formatjs/cli": "^4.8.2",
+ "@formatjs/cli": "^4.8.3",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
@@ -71,30 +71,30 @@
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.9",
"@svgr/webpack": "^6.2.1",
- "@testing-library/jest-dom": "^5.16.3",
- "@testing-library/react": "^12.1.4",
- "@testing-library/user-event": "^13.5.0",
+ "@testing-library/jest-dom": "^5.16.4",
+ "@testing-library/react": "^13.1.1",
+ "@testing-library/user-event": "^14.1.0",
"@types/mdx": "^2.0.1",
- "@types/node": "^17.0.23",
+ "@types/node": "^17.0.24",
"@types/prismjs": "^1.26.0",
- "@types/react": "^17.0.43",
+ "@types/react": "^18.0.5",
"@types/use-ackee": "^2.0.0",
- "eslint": "^8.11.0",
- "eslint-config-next": "^12.1.1",
+ "eslint": "^8.13.0",
+ "eslint-config-next": "^12.1.5",
"eslint-config-prettier": "^8.5.0",
- "eslint-plugin-formatjs": "^3.0.0",
+ "eslint-plugin-formatjs": "^3.1.0",
"eslint-plugin-storybook": "^0.5.8",
- "eslint-plugin-testing-library": "^5.1.0",
+ "eslint-plugin-testing-library": "^5.3.1",
"husky": "^7.0.4",
"jest": "^27.5.1",
- "lint-staged": "^12.3.7",
- "next-router-mock": "^0.6.5",
+ "lint-staged": "^12.3.8",
+ "next-router-mock": "^0.6.7",
"postcss": "^8.4.12",
- "prettier": "^2.6.1",
- "sass": "^1.49.9",
+ "prettier": "^2.6.2",
+ "sass": "^1.50.0",
"standard-version": "^9.3.2",
"storybook-addon-next": "^1.6.2",
- "stylelint": "^14.6.1",
+ "stylelint": "^14.7.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"typescript": "^4.6.3",