Skip to content

Commit

Permalink
feat(ssr): handle static params for portfolio #107
Browse files Browse the repository at this point in the history
Related to: INR-67
  • Loading branch information
akiletour authored May 5, 2023
2 parents f8b0882 + de177d9 commit 7bf9307
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 335 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,55 +12,55 @@
"test": "jest --watch"
},
"dependencies": {
"@sentry/nextjs": "^7.44.1",
"@types/prismjs": "^1.16.6",
"@sentry/nextjs": "^7.51.0",
"@types/prismjs": "^1.26.0",
"akismet-api": "^6.0.0",
"eslint-plugin-jest-dom": "^4.0.3",
"framer-motion": "^10.6.1",
"framer-motion": "^10.12.8",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"moment": "^2.29.3",
"moment": "^2.29.4",
"next": "^v13.3.0",
"prismjs": "^1.29.0",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.7",
"react-hook-form": "^7.43.9",
"react-use": "^17.4.0",
"request-ip": "^3.3.0",
"sanitize-html": "^2.10.0",
"sharp": "^0.31.3",
"swr": "^2.1.0",
"ts-node": "^10.8.1"
"sharp": "^0.32.1",
"swr": "^2.1.5",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.3.0",
"@next/eslint-plugin-next": "^13.4.1",
"@types/node": "^18.15.11",
"@types/react": "^18.0.34",
"@types/react": "^18.2.5",
"@types/request-ip": "^0.0.37",
"@types/sanitize-html": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"autoprefixer": "^10.4.14",
"cypress": "^12.9.0",
"eslint": "^8.38.0",
"cypress": "^12.11.0",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.3.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"graphql-operations-string-loader": "^1.0.2",
"next-sitemap": "^4.0.6",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.1",
"next-sitemap": "^4.0.9",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
}
Loading

0 comments on commit 7bf9307

Please sign in to comment.