updating packages and fixing pb
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-01-09 09:29:54 +01:00
parent b6eaa8fdca
commit 81f6a1b98f
3 changed files with 1344 additions and 14653 deletions

3
.babelrc Normal file
View File

@ -0,0 +1,3 @@
{
"plugins": [["@babel/plugin-proposal-private-property-in-object", { "loose": true }]]
}

15992
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@parcellab/react-use-umami": "^2.0.1", "@parcellab/react-use-umami": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
@ -57,7 +58,6 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"concurrently": "^8.2.2", "concurrently": "^8.2.2",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.1"
} }