Skip to content

Commit

Permalink
bumps packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kochie committed Jun 19, 2023
1 parent 90b9986 commit 60f3b53
Show file tree
Hide file tree
Showing 2 changed files with 1,263 additions and 1,124 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"homepage": "https://github.com/kochie/me.kochie.io#readme",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/parser": "^7.21.8",
"@babel/preset-react": "^7.18.6",
"@babel/core": "^7.22.5",
"@babel/parser": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@fortawesome/fontawesome-pro": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
Expand All @@ -39,52 +39,52 @@
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/eslint-plugin-next": "^13.4.1",
"@next/mdx": "^13.4.1",
"@sentry/browser": "^7.51.0",
"@sentry/integrations": "^7.51.0",
"@sentry/node": "^7.51.0",
"@sentry/webpack-plugin": "^1.20.1",
"@next/eslint-plugin-next": "^13.4.6",
"@next/mdx": "^13.4.6",
"@sentry/browser": "^7.55.2",
"@sentry/integrations": "^7.55.2",
"@sentry/node": "^7.55.2",
"@sentry/webpack-plugin": "^2.3.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/jest": "^29.5.2",
"@types/mdx-js__react": "^1.5.5",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/typescript-estree": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@typescript-eslint/typescript-estree": "^5.59.11",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.5.0",
"babel-plugin-add-module-exports": "^1.0.4",
"eslint": "^8.40.0",
"eslint-config-next": "13.4.1",
"eslint": "^8.43.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"estree-to-babel": "^5.0.1",
"estree-to-babel": "^5.1.0",
"fathom-client": "^3.5.0",
"feed": "^4.2.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-css-modules": "^2.1.0",
"jest-environment-jsdom": "^29.5.0",
"next": "^13.4.1",
"next": "^13.4.6",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"postcss-css-variables": "^0.19.0",
"postcss-custom-media": "^9.1.3",
"postcss-custom-properties": "^13.1.5",
"postcss-preset-env": "^8.3.2",
"postcss-custom-media": "^9.1.4",
"postcss-custom-properties": "^13.2.0",
"postcss-preset-env": "^8.5.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -93,8 +93,8 @@
"swr": "^2.1.5",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"webpack": "^5.82.0"
"typescript": "^5.1.3",
"webpack": "^5.87.0"
},
"peerDependencies": {
"webpack": "^5.75.0"
Expand Down
Loading

0 comments on commit 60f3b53

Please sign in to comment.