Skip to content

Commit a772735

Browse files
fix: update deps & migrate
1 parent 935aaec commit a772735

File tree

17 files changed

+3411
-2413
lines changed

17 files changed

+3411
-2413
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -45,53 +45,53 @@
4545
},
4646
"homepage": "https://github.com/WhistlingZephyr/banger#readme",
4747
"devDependencies": {
48-
"@babel/core": "^7.20.12",
49-
"@commitlint/cli": "^17.4.2",
50-
"@commitlint/config-conventional": "^17.4.2",
51-
"@fontsource/inter": "^4.5.14",
52-
"@tsconfig/recommended": "^1.0.1",
53-
"@types/file-saver": "^2.0.5",
54-
"@types/ms": "^0.7.31",
55-
"@types/node": "^18.11.18",
56-
"@types/react": "^18.0.26",
57-
"@types/react-dom": "^18.0.10",
58-
"@types/react-modal": "^3.13.1",
59-
"@vitejs/plugin-react": "^3.0.1",
60-
"@vitest/ui": "^0.27.1",
48+
"@babel/core": "^7.23.2",
49+
"@commitlint/cli": "^18.0.0",
50+
"@commitlint/config-conventional": "^18.0.0",
51+
"@fontsource/inter": "^5.0.14",
52+
"@tsconfig/recommended": "^1.0.3",
53+
"@types/file-saver": "^2.0.6",
54+
"@types/ms": "^0.7.33",
55+
"@types/node": "^20.8.7",
56+
"@types/react": "^18.2.31",
57+
"@types/react-dom": "^18.2.14",
58+
"@types/react-modal": "^3.16.2",
59+
"@vitejs/plugin-react": "^4.1.0",
60+
"@vitest/ui": "^0.34.6",
6161
"chokidar-cli": "^3.0.0",
62-
"concurrently": "^7.6.0",
62+
"concurrently": "^8.2.2",
6363
"conventional-github-releaser": "^3.1.5",
64-
"downshift": "^7.1.2",
64+
"downshift": "^8.2.2",
6565
"env-cmd": "^10.1.0",
6666
"escape-string-regexp": "^5.0.0",
6767
"eslint-config-xo-react": "^0.27.0",
68-
"eslint-plugin-react": "^7.32.0",
68+
"eslint-plugin-react": "^7.33.2",
6969
"eslint-plugin-react-hooks": "^4.6.0",
70-
"fast-cartesian": "^7.6.0",
70+
"fast-cartesian": "^8.0.0",
7171
"file-saver": "^2.0.5",
72-
"gridjs": "^5.1.0",
73-
"gridjs-react": "^5.1.0",
72+
"gridjs": "^6.0.6",
73+
"gridjs-react": "^6.0.1",
7474
"husky": "^8.0.3",
75-
"lint-staged": "^13.1.0",
76-
"mkdirp": "^1.0.4",
75+
"lint-staged": "^15.0.2",
76+
"mkdirp": "^3.0.1",
7777
"ms": "^2.1.3",
7878
"react": "^18.2.0",
7979
"react-dom": "^18.2.0",
80-
"react-icons": "^4.7.1",
80+
"react-icons": "^4.11.0",
8181
"react-modal": "^3.16.1",
82-
"rimraf": "^4.0.4",
82+
"rimraf": "^5.0.5",
8383
"standard-version": "^9.5.0",
84-
"typescript": "^4.9.4",
85-
"typescript-plugin-css-modules": "^4.1.1",
86-
"use-file-picker": "github:WhistlingZephyr/useFilePicker",
87-
"vite": "^4.0.4",
88-
"vitest": "^0.27.1",
89-
"web-ext": "^7.4.0",
84+
"typescript": "^5.2.2",
85+
"typescript-plugin-css-modules": "^5.0.2",
86+
"vite": "^4.5.0",
87+
"vitest": "^0.34.6",
88+
"web-ext": "^7.8.0",
9089
"web-ext-types": "^3.2.1",
91-
"webpack": "^5.75.0",
92-
"xo": "^0.53.1"
90+
"webpack": "^5.89.0",
91+
"xo": "^0.56.0"
9392
},
9493
"dependencies": {
95-
"amo-upload": "^0.3.0"
94+
"amo-upload": "^0.5.2",
95+
"use-file-picker": "^2.1.0"
9696
}
9797
}

0 commit comments

Comments
 (0)