Skip to content

Commit 522c8d2

Browse files
authored
Merge pull request #80 from CodeDead/feature/upgrades
feat: dependency upgrades
2 parents ec7b163 + 83aa061 commit 522c8d2

File tree

6 files changed

+1531
-1303
lines changed

6 files changed

+1531
-1303
lines changed

.yarn/releases/yarn-3.6.1.cjs renamed to .yarn/releases/yarn-3.6.3.cjs

Lines changed: 201 additions & 201 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
3+
yarnPath: .yarn/releases/yarn-3.6.3.cjs

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"dependencies": {
66
"@emotion/react": "^11.11.1",
77
"@emotion/styled": "^11.11.0",
8-
"@fontsource/roboto": "^5.0.5",
9-
"@mui/icons-material": "^5.14.1",
10-
"@mui/material": "^5.14.2",
11-
"@mui/system": "^5.14.1",
12-
"@mui/x-data-grid": "^6.10.1",
8+
"@fontsource/roboto": "^5.0.8",
9+
"@mui/icons-material": "^5.14.9",
10+
"@mui/material": "^5.14.9",
11+
"@mui/system": "^5.14.9",
12+
"@mui/x-data-grid": "^6.14.0",
1313
"@shopify/react-web-worker": "^5.0.13",
1414
"@tauri-apps/api": "^1.4.0",
1515
"crypto-js": "^4.1.1",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0",
18-
"react-router-dom": "^6.14.2"
18+
"react-router-dom": "^6.16.0"
1919
},
2020
"scripts": {
2121
"start": "vite",
@@ -42,19 +42,19 @@
4242
"last 1 safari version"
4343
]
4444
},
45-
"packageManager": "[email protected].1",
45+
"packageManager": "[email protected].3",
4646
"devDependencies": {
4747
"@tauri-apps/cli": "^1.4.0",
48-
"@vitejs/plugin-react": "^4.0.3",
48+
"@vitejs/plugin-react": "^4.0.4",
4949
"cross-env": "^7.0.3",
50-
"eslint": "^8.45.0",
50+
"eslint": "^8.49.0",
5151
"eslint-config-airbnb": "^19.0.4",
5252
"eslint-config-react-app": "^7.0.1",
53-
"eslint-plugin-import": "^2.27.5",
53+
"eslint-plugin-import": "^2.28.1",
5454
"eslint-plugin-jsx-a11y": "^6.7.1",
55-
"eslint-plugin-react": "^7.33.0",
55+
"eslint-plugin-react": "^7.33.2",
5656
"eslint-plugin-react-hooks": "^4.6.0",
57-
"vite": "^4.4.7",
57+
"vite": "^4.4.9",
5858
"vite-plugin-eslint": "^1.8.1",
5959
"vite-plugin-svgr": "^3.2.0"
6060
}

0 commit comments

Comments
 (0)