Skip to content

Commit

Permalink
Merge pull request #109 from ckomop0x/migration/ckomop0x-me-admin-sit…
Browse files Browse the repository at this point in the history
…e-v2

Migration/ckomop0x me admin site v2
  • Loading branch information
ckomop0x authored Jun 9, 2022
2 parents f2de69d + eed2136 commit 90c6515
Show file tree
Hide file tree
Showing 52 changed files with 3,626 additions and 4,182 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
},
settings: {
'import/parsers': {
'@typescript-eslint/parser': ['.ts', '.tsx'],
'@typescript-eslint/parser': ['.ts', '.tsx', '.js', '.jsx'],
},
'import/resolver': {
typescript: {},
Expand Down
2 changes: 1 addition & 1 deletion .graphqlconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"extensions": {
"endpoints": {
"Default GraphQL Endpoint": {
"url": "http://localhost:9024/graphql",
"url": "http://localhost:1337/graphql",
"headers": {
"user-agent": "JS GraphQL"
},
Expand Down
4 changes: 1 addition & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// next.config.js
const domain = process.env.HOST || process.env.DEPLOY_URL || process.env.URL;

module.exports = {
reactStrictMode: true
reactStrictMode: true,
};
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckomop0x-me-site-v2",
"version": "5.0.3",
"version": "6.0.0",
"description": "Ckomop0x.me – personal blog by Pavel Klochkov",
"author": "Pavel Klochkov, [email protected]",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,6 @@
"@storybook/react": "^6.4.22",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@theme-ui/presets": "^0.14.5",
"@types/graphql": "^14.5.0",
"@types/jest": "^27.5.0",
"@types/react-test-renderer": "^18.0.0",
Expand All @@ -65,11 +64,9 @@
"eslint-plugin-react-hooks": "^4.4.0",
"html-react-parser": "^1.4.10",
"jest-environment-jsdom": "^28.1.0",
"lazysizes": "^5.3.2",
"next": "^12.1.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"theme-ui": "^0.14.2"
"react-dom": "^18.1.0"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "^2.1.3",
Expand Down
Loading

0 comments on commit 90c6515

Please sign in to comment.