Skip to content

Commit

Permalink
chore: Update browserlist and design system
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeHeckel committed Sep 18, 2024
1 parent ae37232 commit e48eb3c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@
},
"dependencies": {
"@codesandbox/sandpack-react": "1.18.4",
"@maximeheckel/design-system": "^2.1.4",
"@radix-ui/react-dialog": "^1.0.3",
"@supabase/supabase-js": "^2.12.0",
"@vercel/analytics": "^0.1.5",
"@maximeheckel/design-system": "^2.1.6",
"@radix-ui/react-dialog": "^1.0.5",
"@supabase/supabase-js": "^2.39.1",
"@vercel/analytics": "^0.1.11",
"@vercel/edge": "^0.3.4",
"@vercel/kv": "^0.2.1",
"@vercel/og": "^0.5.8",
"@vercel/kv": "^0.2.4",
"@vercel/og": "^0.5.20",
"@visx/clip-path": "1.6.1",
"@visx/curve": "1.6.1",
"@visx/drag": "2.1.2",
"@visx/event": "1.6.1",
"@visx/group": "1.6.1",
"@visx/heatmap": "^1.6.1",
"@visx/heatmap": "^1.17.1",
"@visx/responsive": "1.6.1",
"@visx/scale": "1.6.1",
"@visx/shape": "1.6.1",
"@visx/tooltip": "1.6.1",
"chalk": "4.1.1",
"d3-array": "2.12.0",
"date-fns": "2.17.0",
"detect-gpu": "^4.0.5",
"eventsource-parser": "^1.0.0",
"detect-gpu": "^4.0.50",
"eventsource-parser": "^1.1.1",
"framer-motion": "10.12.3",
"globby": "11.0.2",
"gpt3-tokenizer": "^1.1.5",
Expand All @@ -62,10 +62,10 @@
"next": "^14.0.4",
"next-mdx-remote": "4.2.1",
"next-seo": "5.5.0",
"openai": "^3.2.1",
"openai": "^3.3.0",
"playwright-core": "1.17.1",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.25.0",
"prismjs": "^1.29.0",
"qs": "6.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -82,26 +82,26 @@
"devDependencies": {
"@babel/core": "7.12.10",
"@next/bundle-analyzer": "10.0.5",
"@testing-library/dom": "^8.16.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.2",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.1",
"@types/d3-array": "2.9.0",
"@types/jest": "26.0.19",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.merge": "^4.6.9",
"@types/node": "14.14.20",
"@types/qs": "6.9.5",
"@types/react": "^18.0.16",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.50.0",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "28.1.3",
"babel-plugin-transform-dynamic-import": "2.1.0",
"cross-env": "7.0.3",
"cypress": "^13.7.1",
"dotenv": "^16.1.4",
"dotenv": "^16.3.1",
"eslint": "7.29.0",
"eslint-config-next": "^13.1.6",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.22.0",
Expand All @@ -110,10 +110,10 @@
"is-ci-cli": "2.2.0",
"jest": "26.6.3",
"playwright": "1.17.1",
"playwright-webkit": "^1.27.1",
"playwright-webkit": "^1.40.1",
"prettier": "2.2.1",
"progress": "^2.0.3",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"license": "MIT",
"repository": {
Expand Down
60 changes: 30 additions & 30 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 e48eb3c

Please sign in to comment.