Yarn 3 upgrade
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
"repository": "https://git.v0l.io/Kieran/snort",
|
||||
"author": "Kieran",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && tsc"
|
||||
},
|
||||
@ -16,8 +15,12 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"react": "^18.2.0",
|
||||
"@snort/shared": "^1.0.4",
|
||||
"@snort/system": "^1.0.16",
|
||||
"@snort/shared": "^1.0.4"
|
||||
"react": "^18.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.2.14",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user