Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed May 1, 2023
1 parent 9091831 commit a32b25e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"editor.formatOnSave": true,
"cSpell.words": [
"baro",
"FOME",
"hypertuner",
"kbar",
"noisymime",
"pocketbase",
"prefs",
"rusefi",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,43 +23,43 @@
"dependencies": {
"@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git",
"@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/react": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"antd": "^4.24.7",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/react": "^7.50.0",
"@sentry/tracing": "^7.50.0",
"antd": "^18.2.1",
"kbar": "^0.1.0-beta.40",
"lodash.debounce": "^4.0.8",
"mlg-converter": "^0.9.0",
"nanoid": "^4.0.1",
"nanoid": "^4.0.2",
"pako": "^2.1.0",
"pocketbase": "^0.12.1",
"pocketbase": "^0.14.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-markdown": "^8.0.5",
"react-markdown": "^8.0.7",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-router-dom": "^6.11.0",
"uplot": "^1.6.24",
"uplot-react": "^1.1.4",
"vite": "^4.2.0"
"vite": "^4.3.3"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.4.2",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.15.3",
"@types/node": "^18.16.3",
"@types/pako": "^2.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-redux": "^7.1.25",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react": "^4.0.0",
"less": "^4.1.3",
"pocketbase-typegen": "^1.1.7",
"pocketbase-typegen": "^1.1.9",
"rollup-plugin-visualizer": "^5.9.0",
"rome": "^11.0.0",
"typescript": "^5.0.2",
"rome": "^12.0.0",
"typescript": "^5.0.4",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.14.4"
"vite-plugin-pwa": "^0.14.7"
}
}
1 change: 1 addition & 0 deletions src/@types/pocketbase-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export type AuthSystemFields<T = never> = {
export enum IniFilesEcosystemOptions {
speeduino = 'speeduino',
rusefi = 'rusefi',
fome = 'fome',
}
export type IniFilesRecord = {
signature: string;
Expand Down

0 comments on commit a32b25e

Please sign in to comment.