Updated package.json dependencies

This commit is contained in:
Benjamin Sherriff
2024-01-29 14:53:35 -05:00
parent 909c549158
commit f2acb585c0
2 changed files with 1111 additions and 910 deletions

1971
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,36 +9,36 @@
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^7.2.2",
"@mantine/form": "^7.2.2",
"@mantine/hooks": "^7.2.2",
"@mantine/modals": "^7.2.2",
"@mantine/notifications": "^7.2.2",
"@mantine/core": "^7.5.0",
"@mantine/form": "^7.5.0",
"@mantine/hooks": "^7.5.0",
"@mantine/modals": "^7.5.0",
"@mantine/notifications": "^7.5.0",
"@pixi/react": "^7.1.1",
"js-cookie": "^3.0.5",
"next": "^14.0.3",
"pixi.js": "^7.3.2",
"next": "^14.1.0",
"pixi.js": "^7.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"recoil": "^0.7.7"
},
"devDependencies": {
"@types/js-cookie": "^3.0.5",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"autoprefixer": "^10.4.16",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-preset-mantine": "^1.9.0",
"prettier": "^3.0.3",
"typescript": "5.2.2"
"@types/js-cookie": "^3.0.6",
"@types/node": "20.11.10",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"postcss-preset-mantine": "^1.12.3",
"prettier": "^3.2.4",
"typescript": "5.3.3"
}
}