Skip to content

Commit

Permalink
chore(core): downgrade next (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
deini authored Oct 24, 2024
1 parent 3ebb617 commit ea01e3b
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lodash.debounce": "^4.0.8",
"lru-cache": "^11.0.1",
"lucide-react": "^0.452.0",
"next": "15.0.2-canary.1",
"next": "15.0.0",
"next-auth": "5.0.0-beta.24",
"next-intl": "^3.23.2",
"react": "19.0.0-rc-69d4b800-20241021",
Expand All @@ -65,7 +65,7 @@
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@faker-js/faker": "^9.0.3",
"@gql.tada/cli-utils": "^1.6.3",
"@next/bundle-analyzer": "15.0.2-canary.1",
"@next/bundle-analyzer": "15.0.0",
"@playwright/test": "^1.48.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/gtag.js": "^0.0.20",
Expand All @@ -79,7 +79,7 @@
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.2-canary.1",
"eslint-config-next": "15.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
Expand Down
138 changes: 69 additions & 69 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea01e3b

Please sign in to comment.