Skip to content

Commit

Permalink
Update libs v229.240513.0 (#6932)
Browse files Browse the repository at this point in the history
* DOMPurify 3.1.3, undici 6.16.1

* [build] Do not delete package-lock on bump-version

* v229.240513
  • Loading branch information
charlag authored May 13, 2024
1 parent 3c0273d commit fdda2e3
Show file tree
Hide file tree
Showing 14 changed files with 1,987 additions and 1,674 deletions.
4 changes: 2 additions & 2 deletions app-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "de.tutao.tutanota"
minSdkVersion 23
targetSdkVersion 33
versionCode 396339
versionName "229.240508.0"
versionCode 396340
versionName "229.240513.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

javaCompileOptions {
Expand Down
4 changes: 2 additions & 2 deletions app-ios/tutanota/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>229.240508.0</string>
<string>229.240513.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>229.240508.0</string>
<string>229.240513.0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down
1 change: 0 additions & 1 deletion buildSrc/bump-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ async function run({ platform }) {
// are installed with the correct version. otherwise, npm list
// from the tutanota-3 postinstall script will complain about
// invalid installed versions after npm i.
await fs.promises.unlink("./package-lock.json")
await fs.promises.rm("./node_modules", { recursive: true })
await $`npm i`
}
Expand Down
65 changes: 50 additions & 15 deletions libs/purify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fdda2e3

Please sign in to comment.