mirror of
https://github.com/f-eld-ch/sitrep.git
synced 2026-07-16 16:47:05 +02:00
chore: update yarn and dependencies
This commit is contained in:
+8
-6
@@ -1,10 +1,14 @@
|
||||
<<<<<<< HEAD
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.js
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
@@ -22,7 +26,7 @@
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
=======
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
@@ -79,5 +83,3 @@ typings/
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
|
||||
>>>>>>> origin/develop
|
||||
|
||||
+873
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.5.1.cjs
|
||||
+5
-2
@@ -10,13 +10,16 @@
|
||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||
"@mapbox/mapbox-gl-draw": "^1.4.1",
|
||||
"@svgr/webpack": "^6.3.1",
|
||||
"@testing-library/dom": "^9.3.0",
|
||||
"@turf/bearing": "^6.5.0",
|
||||
"@turf/center": "^6.5.0",
|
||||
"@turf/helpers": "^6.5.0",
|
||||
"@typescript-eslint/parser": "^5.59.8",
|
||||
"@watergis/mapbox-gl-export": "^1.2.21",
|
||||
"bulma": "^0.9.4",
|
||||
"classnames": "^2.3.2",
|
||||
"dayjs": "^1.11.7",
|
||||
"eslint": "^8.41.0",
|
||||
"graphql": "^16.6.0",
|
||||
"hat": "^0.0.3",
|
||||
"i18next": "^22.4.9",
|
||||
@@ -74,7 +77,6 @@
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/classnames": "^2.3.1",
|
||||
"@types/hat": "^0.0.1",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/lodash": "^4.14.194",
|
||||
@@ -95,5 +97,6 @@
|
||||
},
|
||||
"resolutions": {
|
||||
"@svgr/webpack": "^6.3.1"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.5.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user