Skip to content

Commit

Permalink
feat: upgrade to Next 13 + other safe package upgrades (#367)
Browse files Browse the repository at this point in the history
# Description of changes

1. Update dependencies to Next 13 (fixes DG-41)
2. Update other safe outdated dependencies (fixes DG-44)
3. Upgrade to new link API and test (fixes DG-40)
4. Upgrade to new image API and test (fixes DG-39)
  • Loading branch information
dgattey committed Nov 18, 2022
1 parent 18785d1 commit 7d8d0dc
Show file tree
Hide file tree
Showing 11 changed files with 1,011 additions and 2,309 deletions.
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,86 +32,86 @@
},
"dependencies": {
"@contentful/rich-text-react-renderer": "15.12.1",
"@contentful/rich-text-types": "15.12.1",
"@contentful/rich-text-types": "15.14.1",
"@dg": "link:./src",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@next/bundle-analyzer": "12.3.0",
"@picocss/pico": "1.5.3",
"@next/bundle-analyzer": "13.0.4",
"@picocss/pico": "1.5.6",
"@prisma/client": "4.3.1",
"@sentry/integrations": "7.12.1",
"@sentry/nextjs": "7.12.1",
"@sentry/integrations": "7.20.0",
"@sentry/nextjs": "7.20.0",
"animate-css-grid": "1.4.3",
"cmd-ts": "0.11.0",
"dotenv": "16.0.2",
"dotenv": "16.0.3",
"eslint-config-dg": "link:./eslint-plugin-dg",
"eslint-plugin-dg": "link:./eslint-plugin-dg",
"graphql": "16.6.0",
"graphql-request": "5.0.0",
"lucide-react": "0.88.0",
"mapbox-gl": "2.10.0",
"next": "12.3.0",
"node-fetch": "3.2.10",
"lucide-react": "0.101.0",
"mapbox-gl": "2.11.0",
"next": "13.0.4",
"node-fetch": "3.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.4.0",
"react-intersection-observer": "9.4.1",
"react-is": "18.2.0",
"react-map-gl": "7.0.19",
"sharp": "0.31.0",
"styled-components": "5.3.5",
"sharp": "0.31.2",
"styled-components": "5.3.6",
"swr": "1.3.0",
"webpack": "5.74.0"
"webpack": "5.75.0"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/near-operation-file-preset": "2.4.1",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@semantic-release/changelog": "6.0.1",
"@sentry/cli": "2.5.2",
"@sentry/types": "7.12.1",
"@sentry/cli": "2.9.0",
"@sentry/types": "7.20.0",
"@stylelint/postcss-css-in-js": "0.38.0",
"@types/mapbox-gl": "2.7.5",
"@types/node": "17",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"eslint": "8.23.0",
"eslint": "8.27.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-next": "12.3.0",
"eslint-config-next": "13.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"husky": "8.0.2",
"lint-staged": "13.0.3",
"postcss": "8.4.16",
"postcss": "8.4.19",
"postcss-syntax": "0.36.2",
"prettier": "2.7.1",
"prisma": "4.3.1",
"semantic-release": "19.0.5",
"stylelint": "14.11.0",
"stylelint": "14.15.0",
"stylelint-color-format": "1.1.0",
"stylelint-config-recommended": "9.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-csstree-validator": "2.0.0",
"stylelint-declaration-block-no-ignored-properties": "2.5.0",
"stylelint-declaration-block-no-ignored-properties": "2.6.0",
"stylelint-no-restricted-syntax": "2.0.0",
"stylelint-processor-styled-components": "1.10.0",
"stylelint-z-index-value-constraint": "1.2.0",
"tsm": "2.2.2",
"typescript": "4.8.3"
"typescript": "4.9.3"
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@7.11.0"
"packageManager": "pnpm@7.16.1"
}
Loading

1 comment on commit 7d8d0dc

@vercel
Copy link

@vercel vercel bot commented on 7d8d0dc Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dg – ./

dg-dgattey.vercel.app
dg-git-main-dgattey.vercel.app
dylangattey.com
dg.vercel.app

Please sign in to comment.