Skip to content

Commit

Permalink
fix: upgrade various deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Aug 30, 2024
1 parent a0c01d7 commit 8c8b417
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 309 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"p:react": "yarn workspace @junipero/react"
},
"devDependencies": {
"@babel/eslint-plugin": "7.24.7",
"@babel/eslint-plugin": "7.25.1",
"@poool/eslint-config": "3.0.1",
"@poool/eslint-config-react": "3.0.1",
"@poool/eslint-plugin": "3.0.0",
Expand All @@ -25,50 +25,50 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-swc": "0.3.1",
"@rollup/plugin-terser": "0.4.4",
"@storybook/addon-actions": "8.2.7",
"@storybook/addon-storysource": "8.2.7",
"@storybook/addon-actions": "8.2.9",
"@storybook/addon-storysource": "8.2.9",
"@storybook/addon-styling-webpack": "1.0.0",
"@storybook/addon-themes": "8.2.7",
"@storybook/addon-themes": "8.2.9",
"@storybook/addon-webpack5-compiler-swc": "1.0.5",
"@storybook/react": "8.2.7",
"@storybook/react-webpack5": "8.2.7",
"@swc/core": "1.7.4",
"@storybook/react": "8.2.9",
"@storybook/react-webpack5": "8.2.9",
"@swc/core": "1.7.22",
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/d3": "7.4.3",
"@types/jest": "29.5.12",
"@types/node": "20.14.13",
"@types/react": "18.3.3",
"@types/node": "22.5.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.19",
"@typescript-eslint/parser": "8.3.0",
"autoprefixer": "10.4.20",
"css-loader": "7.1.2",
"d3": "7.9.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.10.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-n": "17.10.2",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react": "7.35.0",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lerna": "8.1.7",
"postcss": "8.4.40",
"lerna": "8.1.8",
"postcss": "8.4.41",
"postcss-loader": "8.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rollup": "4.19.2",
"rollup": "4.21.2",
"sass": "1.77.8",
"sass-loader": "14.2.1",
"storybook": "8.2.7",
"sass-loader": "16.0.1",
"storybook": "8.2.9",
"style-loader": "4.0.0",
"tailwindcss": "3.4.7",
"typescript": "5.5.3"
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"packageManager": "yarn@4.4.1"
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@floating-ui/react": "0.26.20",
"@floating-ui/react": "0.26.23",
"@junipero/core": "^3.7.1",
"@junipero/hooks": "^3.7.0"
},
Expand Down
Loading

0 comments on commit 8c8b417

Please # to comment.