Skip to content

Commit

Permalink
Bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnixry committed Feb 5, 2024
1 parent d63c8fc commit c448dbb
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 309 deletions.
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dependencies": {
"@binutils-wasm/binutils": "workspace:^",
"@binutils-wasm/gas": "workspace:^",
"@mantine/core": "^7.5.0",
"@mantine/hooks": "^7.5.0",
"@mantine/core": "^7.5.1",
"@mantine/hooks": "^7.5.1",
"@replit/codemirror-vscode-keymap": "^6.0.2",
"@tabler/icons-react": "^2.47.0",
"@uiw/codemirror-extensions-langs": "^4.21.21",
Expand All @@ -26,19 +26,19 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"postcss-preset-mantine": "^1.12.3",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"keywords": [],
"author": "",
"devDependencies": {
"@tsconfig/node-lts": "^18.12.3",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^20.11.5",
"@tsconfig/node-lts": "^18.12.5",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.0.0+",
Expand Down
Loading

0 comments on commit c448dbb

Please sign in to comment.