Skip to content

Commit

Permalink
Merge branch 'next' into v15-components-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco committed Mar 25, 2024
2 parents 7bff52d + 8026637 commit 9dfd62d
Show file tree
Hide file tree
Showing 2 changed files with 919 additions and 160 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@chanzuckerberg/axe-storybook-testing": "^7.2.0",
"@chanzuckerberg/eslint-config-edu-js": "^1.1.0",
"@chanzuckerberg/eslint-config-edu-ts": "^1.0.9",
Expand All @@ -135,13 +135,13 @@
"@storybook/testing-library": "^0.2.2",
"@storybook/testing-react": "^2.0.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jsonfile": "^6",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.22",
"@types/react-portal": "^4.0.7",
Expand All @@ -163,7 +163,7 @@
"jest-preset-stylelint": "^6.3.2",
"lint-staged": "^13.3.0",
"plop": "^4.0.1",
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-mixins": "^9.0.4",
Expand Down
Loading

0 comments on commit 9dfd62d

Please sign in to comment.