Palindrome Depth

A palindrome is something that is the same forward as backwards -- like mom, dad, race car, I prefer pi, et cetera. Numbers can also be palindromes -- like 141, 88, 1221, et cetera. Now, consider the number 75, 75 is not a palindrome. So, reverse it and add it to itself: 75+57=132. 132 is also not a palindrome, so do it again: 132+231=363. 363 is a palindrome. So, we stop, and we say that 75 is a depth-2 palindrome (because I had to do the process twice to get to a palindrome). Find the palindrome depth of all two-digit numbers.
 
Source: pg. 97 of Liljedahl, P. (2020). Building Thinking Classrooms in Mathematics Grades K-12: 14 Teaching Practices for Enhancing Learning, Corwin Press.