Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Feb 20, 2024
1 parent abc1e69 commit 6e561fa
Show file tree
Hide file tree
Showing 2 changed files with 1,286 additions and 1,120 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@emotion/jest": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@release-it/conventional-changelog": "^7.0.2",
"@storybook/addon-a11y": "^7.6.17",
"@storybook/addon-actions": "^7.6.17",
Expand All @@ -103,33 +103,33 @@
"@storybook/addon-mdx-gfm": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
"@tabler/icons-react": "^2.42.0",
"@swc/core": "^1.4.2",
"@swc/jest": "^0.2.36",
"@tabler/icons-react": "^2.47.0",
"@tanstack/query-core": "^4.36.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/base16": "^1.0.5",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"babel-loader": "^9.1.3",
"base16": "^1.0.0",
"esbuild": "^0.18.20",
"esbuild-plugin-replace": "^1.4.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
Expand All @@ -140,7 +140,7 @@
"jotai": "^2.2.3",
"jotai-tanstack-query": "^0.7.1",
"lint-staged": "^13.3.0",
"prettier": "^3.1.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-base16-styling": "^0.9.1",
"react-dom": "^18.2.0",
Expand All @@ -151,9 +151,9 @@
"rxjs": "^7.8.1",
"shelljs": "^0.8.5",
"storybook": "^7.6.17",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsup": "^7.2.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0",
Expand All @@ -163,10 +163,10 @@
"@mantine/core": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/prism": "^6.0.21",
"@redux-devtools/extension": "^3.2.6",
"@redux-devtools/extension": "^3.3.0",
"javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.5.0",
"react-error-boundary": "^4.0.11",
"react-error-boundary": "^4.0.12",
"react-json-tree": "^0.18.0",
"react-resizable-panels": "^0.0.54"
}
Expand Down
Loading

0 comments on commit 6e561fa

Please sign in to comment.