Skip to content

Commit a03b11c

Browse files
committed
Dependencies Updated
1 parent 14a562c commit a03b11c

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

bun.lockb

33.7 KB
Binary file not shown.

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,60 +11,60 @@
1111
"format": "prettier --write \"**/*.{js,ts,jsx,tsx,json,md}\""
1212
},
1313
"dependencies": {
14-
"@nivo/bar": "^0.87.0",
15-
"@nivo/geo": "^0.87.0",
16-
"@nivo/line": "^0.87.0",
17-
"@nivo/pie": "^0.87.0",
14+
"@nivo/bar": "^0.88.0",
15+
"@nivo/geo": "^0.88.0",
16+
"@nivo/line": "^0.88.0",
17+
"@nivo/pie": "^0.88.0",
1818
"@radix-ui/react-label": "^2.1.0",
19-
"@radix-ui/react-popover": "^1.1.1",
20-
"@radix-ui/react-select": "^2.1.1",
21-
"@radix-ui/react-slider": "^1.2.0",
19+
"@radix-ui/react-popover": "^1.1.2",
20+
"@radix-ui/react-select": "^2.1.2",
21+
"@radix-ui/react-slider": "^1.2.1",
2222
"@radix-ui/react-toggle-group": "^1.1.0",
2323
"akar-icons": "^1.9.31",
2424
"country-code-lookup": "^0.1.3",
25-
"dotenv": "^16.4.5",
26-
"framer-motion": "^11.3.30",
25+
"dotenv": "^16.4.6",
26+
"framer-motion": "^11.12.0",
2727
"localforage": "^1.10.0",
28-
"match-sorter": "^6.3.4",
28+
"match-sorter": "^8.0.0",
2929
"papaparse": "^5.4.1",
3030
"prop-types": "^15.8.1",
3131
"react": "^18.3.1",
3232
"react-dom": "^18.3.1",
33-
"react-router-dom": "^6.26.1",
33+
"react-router-dom": "^6.28.0",
3434
"sort-by": "^1.2.0"
3535
},
3636
"devDependencies": {
37-
"@tailwindcss/forms": "^0.5.8",
38-
"@types/node": "^22.5.1",
39-
"@types/papaparse": "^5.3.14",
40-
"@types/react": "^18.3.4",
41-
"@types/react-dom": "^18.3.0",
37+
"@tailwindcss/forms": "^0.5.9",
38+
"@types/node": "^22.10.1",
39+
"@types/papaparse": "^5.3.15",
40+
"@types/react": "^18.3.12",
41+
"@types/react-dom": "^18.3.1",
4242
"@typescript-eslint/eslint-plugin": "^7.18.0",
4343
"@typescript-eslint/parser": "^7.18.0",
44-
"@vitejs/plugin-react-swc": "^3.7.0",
44+
"@vitejs/plugin-react-swc": "^3.7.2",
4545
"autoprefixer": "^10.4.20",
46-
"eslint": "^8.57.0",
46+
"eslint": "^8.57.1",
4747
"eslint-config-prettier": "^9.1.0",
4848
"eslint-config-standard-with-typescript": "^43.0.1",
49-
"eslint-plugin-import": "^2.29.1",
50-
"eslint-plugin-jsx-a11y": "^6.9.0",
51-
"eslint-plugin-n": "^17.10.2",
49+
"eslint-plugin-import": "^2.31.0",
50+
"eslint-plugin-jsx-a11y": "^6.10.2",
51+
"eslint-plugin-n": "^17.14.0",
5252
"eslint-plugin-node": "^11.1.0",
5353
"eslint-plugin-prettier": "^5.2.1",
5454
"eslint-plugin-promise": "^6.6.0",
55-
"eslint-plugin-react": "^7.35.0",
55+
"eslint-plugin-react": "^7.37.2",
5656
"eslint-plugin-react-hooks": "^4.6.2",
57-
"eslint-plugin-tailwindcss": "^3.17.4",
58-
"husky": "^9.1.5",
59-
"lint-staged": "^15.2.9",
60-
"postcss": "^8.4.41",
61-
"prettier": "^3.3.3",
62-
"prettier-plugin-tailwindcss": "^0.6.6",
63-
"tailwindcss": "^3.4.10",
64-
"typescript": "^5.5.4",
65-
"vite": "^5.4.2",
66-
"vite-plugin-svgr": "^4.2.0",
67-
"vite-tsconfig-paths": "^5.0.1"
57+
"eslint-plugin-tailwindcss": "^3.17.5",
58+
"husky": "^9.1.7",
59+
"lint-staged": "^15.2.10",
60+
"postcss": "^8.4.49",
61+
"prettier": "^3.4.1",
62+
"prettier-plugin-tailwindcss": "^0.6.9",
63+
"tailwindcss": "^3.4.15",
64+
"typescript": "^5.7.2",
65+
"vite": "^6.0.2",
66+
"vite-plugin-svgr": "^4.3.0",
67+
"vite-tsconfig-paths": "^5.1.3"
6868
},
6969
"lint-staged": {
7070
"*.{js,jsx,ts,tsx}": "eslint"

0 commit comments

Comments
 (0)